hbchen 1 年之前
父节点
当前提交
e0b598a6aa
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      config/index.js

+ 2 - 2
config/index.js

@@ -37,8 +37,8 @@ module.exports = {
     assetsPublicPath: '/',
     proxyTable:{
 		'/adminapi': {
-      // target: "http://8.136.199.33:7778",
-      target: "http://192.168.20.55:8606",
+      target: "http://8.136.199.33:7778",
+      // target: "http://192.168.20.49:8605",
 			// secure:false,  // 如果是https接口,需要配置这个参数
 			changeOrigin:true, // 如果接口跨域,需要进行这个参数配置
 			pathRewrite:{