From 844ffae43a23978846c3b1f4f4810fcdbd1a32fb Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Tue, 21 Apr 2026 16:09:06 +0800 Subject: [PATCH] 优化一些bug --- dist.zip | Bin 33236453 -> 0 bytes vue.config.js | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 dist.zip diff --git a/dist.zip b/dist.zip deleted file mode 100644 index 10eeee8..0000000 Binary files a/dist.zip and /dev/null differ diff --git a/vue.config.js b/vue.config.js index 4a4ed06..6890be1 100644 --- a/vue.config.js +++ b/vue.config.js @@ -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': '' -- libgit2 0.21.4