Commit 844ffae43a23978846c3b1f4f4810fcdbd1a32fb

Authored by wuxw
1 parent aaff7ab5

优化一些bug

Showing 2 changed files with 2 additions and 2 deletions
dist.zip deleted
No preview for this file type
vue.config.js
@@ -4,14 +4,14 @@ module.exports = { @@ -4,14 +4,14 @@ module.exports = {
4 open: true, // 自动打开浏览器 4 open: true, // 自动打开浏览器
5 proxy: { 5 proxy: {
6 '/app': { 6 '/app': {
7 - target: 'https://wuye.xywlgyl.xyz/app', // 后端API地址 7 + target: 'https://demo.homecommunity.cn/app', // 后端API地址
8 changeOrigin: true, 8 changeOrigin: true,
9 pathRewrite: { 9 pathRewrite: {
10 '^/app': '' 10 '^/app': ''
11 } 11 }
12 }, 12 },
13 '/callComponent': { 13 '/callComponent': {
14 - target: 'https://wuye.xywlgyl.xyz/callComponent', // 后端API地址 14 + target: 'https://demo.homecommunity.cn/callComponent', // 后端API地址
15 changeOrigin: true, 15 changeOrigin: true,
16 pathRewrite: { 16 pathRewrite: {
17 '^/callComponent': '' 17 '^/callComponent': ''