liujing 9 months ago
parent
commit
a2432c4a2f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -42,7 +42,7 @@ module.exports = {
     },
     proxy: {
       '/api': {
-        target: 'http://observe-server.cestong.com.cn',// 目标服务器地址
+        target: 'http://observe-server.cestong.com.cn/re',// 目标服务器地址
         changeOrigin: true// 是否改变源地址
       },
       '/app': {