优化一些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, // 自动打开浏览器 open: true, // 自动打开浏览器
proxy: { proxy: {
'/app': { '/app': {
target: 'https://wuye.xywlgyl.xyz/app', // 后端API地址 target: 'https://demo.homecommunity.cn/app', // 后端API地址
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {
'^/app': '' '^/app': ''
} }
}, },
'/callComponent': { '/callComponent': {
target: 'https://wuye.xywlgyl.xyz/callComponent', // 后端API地址 target: 'https://demo.homecommunity.cn/callComponent', // 后端API地址
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {
'^/callComponent': '' '^/callComponent': ''