lhl 3 years ago
parent
commit
947224cbb9
2 changed files with 3 additions and 3 deletions
  1. 1 1
      manifest.json
  2. 2 2
      store/index.js

+ 1 - 1
manifest.json

@@ -88,7 +88,7 @@
         "devServer" : {
             "proxy" : {
                 "/api" : {
-                    "target" : "http://red.frp.liuniu946.com", //请求的目标域名
+                    "target" : "http://red.liuniu946.com", //请求的目标域名
                     "changeOrigin" : true,
                     // "secure": false,
                     "pathRewrite" : {}

+ 2 - 2
store/index.js

@@ -5,10 +5,10 @@ Vue.use(Vuex)
 const store = new Vuex.Store({
 	state: {
 		// #ifdef MP
-		baseURL: 'http://red.frp.liuniu946.com', //请求地址配置
+		baseURL: 'http://xns.igxys.com', //请求地址配置
 		// #endif
 		// #ifndef MP
-		baseURL: 'http://red.frp.liuniu946.com', //请求地址配置
+		baseURL: 'http://xns.igxys.com', //请求地址配置
 		// #endif
 		// baseURL: 'http://yrh.liuniu946.com', //请求地址配置
 		urlFile: '/index', //项目部署所在文件夹