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 4 open: true, // 自动打开浏览器
5 5 proxy: {
6 6 '/app': {
7   - target: 'https://wuye.xywlgyl.xyz/app', // 后端API地址
  7 + target: 'https://demo.homecommunity.cn/app', // 后端API地址
8 8 changeOrigin: true,
9 9 pathRewrite: {
10 10 '^/app': ''
11 11 }
12 12 },
13 13 '/callComponent': {
14   - target: 'https://wuye.xywlgyl.xyz/callComponent', // 后端API地址
  14 + target: 'https://demo.homecommunity.cn/callComponent', // 后端API地址
15 15 changeOrigin: true,
16 16 pathRewrite: {
17 17 '^/callComponent': ''
... ...