Ver Fonte

fix:api

liujing há 9 meses atrás
pai
commit
a2432c4a2f
1 ficheiros alterados com 1 adições e 1 exclusões
  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': {