lhl 10 ay önce
ebeveyn
işleme
65480b1b8c
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 1 1
      manifest.json
  2. 1 1
      store/index.js

+ 1 - 1
manifest.json

@@ -74,7 +74,7 @@
         "devServer" : {
             "proxy" : {
                 "/api" : {
-                    "target" : "http://kxt.liuniukj.com/api",
+                    "target" : "http://kxt.qiniu1314.com/api",
                     // "changeOrigin": true,
                     "pathRewrite" : {
                         "/api" : "" // rewrite path

+ 1 - 1
store/index.js

@@ -6,7 +6,7 @@ Vue.use(Vuex)
 const store = new Vuex.Store({
 	state: {
 		// baseURL:"http://yrh.liuniu946.com",//'http://eb.shuibo.net',//请求地址配置 
-		baseURL: 'http://kxt.liuniukj.com', //请求地址配置 
+		baseURL: 'http://kxt.qiniu1314.com', //请求地址配置 
 		urlFile: '/index', //项目部署所在文件夹
 		userInfo: {}, //登录信息
 		loginInterceptor: false, //是否打开强制登录