diff --git a/dist.zip b/dist.zip deleted file mode 100644 index 10eeee8..0000000 --- a/dist.zip +++ /dev/null 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': ''