master
Phoenix 7 months ago
parent f57bf1ac2f
commit 09a6aab1b7

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

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

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

Loading…
Cancel
Save