jbb 2 年之前
父节点
当前提交
399233f841
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      vue.config.js

+ 2 - 2
vue.config.js

@@ -76,8 +76,8 @@ module.exports = {
       }, */
       '/jeecg-boot': {
         // target: 'http://127.0.0.1:8090', // 请求本地 需要jeecg-boot后台项目
-        target: 'http://106.15.206.14:8087', // 测试环境
-        // target: 'http://220.191.168.86:18087', // 森语外网
+        // target: 'http://106.15.206.14:8087', // 测试环境
+        target: 'http://220.191.168.86:18087', // 森语外网
         // changeOrigin: true
       }
     }