liujing hace 9 meses
padre
commit
a2432c4a2f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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': {