This commit is contained in:
parent
5158894cff
commit
dd24aad547
|
@ -1,4 +1,4 @@
|
|||
NODE_ENV = 'production'
|
||||
# Base API
|
||||
# VITE_APP_BASE_URL='http://192.168.1.22:8596'
|
||||
VITE_APP_BASE_URL='https://erp.lihaink.cn'
|
||||
# VITE_APP_BASE_URL='https://erp.lihaink.cn'
|
||||
VITE_APP_BASE_URL=''
|
|
@ -0,0 +1,11 @@
|
|||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
|
@ -0,0 +1,11 @@
|
|||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
|
@ -0,0 +1,11 @@
|
|||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
|
@ -2,7 +2,7 @@
|
|||
import { ref, watch, nextTick, computed, onMounted, onUnmounted } from "vue";
|
||||
import { ElMessage } from "element-plus";
|
||||
import mitt from "@/utils/mitt.js";
|
||||
import { useUserStore } from "@/store/user.js";
|
||||
import useUserStore from '@/stores/modules/user';
|
||||
import config from "@/config";
|
||||
import {
|
||||
categoryListApi,
|
||||
|
|
Loading…
Reference in New Issue