Compare commits

...

2 Commits

Author SHA1 Message Date
Ironsp
5144bc9a7d feat 优化标签 2026-06-24 16:05:42 +08:00
wangzzpeng
2d2f46b6f1 改为本地ip 2026-06-24 11:55:51 +08:00
2 changed files with 2 additions and 5 deletions

View File

@@ -5,10 +5,6 @@
"ComputedRef": true,
"DirectiveBinding": true,
"EffectScope": true,
"ElLoading": true,
"ElMessage": true,
"ElMessageBox": true,
"ElNotification": true,
"ExtractDefaultPropTypes": true,
"ExtractPropTypes": true,
"ExtractPublicPropTypes": true,

View File

@@ -24,7 +24,8 @@ export default defineConfig(({ mode, command }) => {
open: true,
proxy: {
[env.VITE_APP_BASE_API]: {
target: 'http://47.104.208.94:8089',
// target: 'http://47.104.208.94:8089',
target: 'http://192.168.0.214:8089',
changeOrigin: true,
ws: true,
rewrite: (path) => path.replace(new RegExp('^' + env.VITE_APP_BASE_API), '')