@@ -1,3 +1,3 @@
VITE_NODE_ENV= development
-VITE_API_BASE_URL= 'http://localhost:5273/'
+VITE_API_BASE_URL= 'http://localhost:5174/'
VITE_API_DOWN_URL= 'http://192.168.1.214:5000/'
@@ -9,7 +9,7 @@ export default mergeConfig(
fs: {
strict: true,
},
- port: 5273,
+ port: 5174,
proxy: {
'/api': {
// 代理路径前缀