This commit is contained in:
Phoenix 2024-02-23 16:17:50 +08:00
parent f57bf1ac2f
commit 09a6aab1b7
3 changed files with 4 additions and 2 deletions

2
.env
View File

@ -1 +1 @@
VITE_APP_API_BASE_URL=http://172.16.100.93:8004/
VITE_APP_API_BASE_URL=http://172.16.100.93:8004/api/

1
.env.prod Normal file
View File

@ -0,0 +1 @@
VITE_APP_API_BASE_URL=https://guozhan.szjixun.cn/api/

View File

@ -5,7 +5,8 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"prod": "vite --mode prod",
"build": "vite build --mode prod",
"preview": "vite preview"
},
"dependencies": {