优化一些bug

This commit is contained in:
wuxw 2026-04-21 16:09:06 +08:00
parent aaff7ab515
commit 844ffae43a
2 changed files with 2 additions and 2 deletions

BIN
dist.zip

Binary file not shown.

View File

@ -4,14 +4,14 @@ module.exports = {
open: true, // 自动打开浏览器
proxy: {
'/app': {
target: 'https://wuye.xywlgyl.xyz/app', // 后端API地址
target: 'https://demo.homecommunity.cn/app', // 后端API地址
changeOrigin: true,
pathRewrite: {
'^/app': ''
}
},
'/callComponent': {
target: 'https://wuye.xywlgyl.xyz/callComponent', // 后端API地址
target: 'https://demo.homecommunity.cn/callComponent', // 后端API地址
changeOrigin: true,
pathRewrite: {
'^/callComponent': ''