This commit is contained in:
weipengfei 2024-05-09 14:08:56 +08:00
parent 5158894cff
commit dd24aad547
5 changed files with 36 additions and 3 deletions

View File

@ -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=''

View File

@ -0,0 +1,11 @@
<template>
</template>
<script>
</script>
<style>
</style>

View File

@ -0,0 +1,11 @@
<template>
</template>
<script>
</script>
<style>
</style>

View File

@ -0,0 +1,11 @@
<template>
</template>
<script>
</script>
<style>
</style>

View File

@ -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,