|
@@ -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:{
|