cmy 2 년 전
부모
커밋
7cfde71eac
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      store/index.js

+ 1 - 1
store/index.js

@@ -7,7 +7,7 @@ Vue.use(Vuex)
 const store = new Vuex.Store({
 	state: {
 		// baseURL:"http://yrh.liuniu946.com",//'http://eb.shuibo.net',//请求地址配置 
-		baseURL:'http://sc.frp.liuniu946.com',//请求地址配置 
+		baseURL:'http://xjkqs.tabsoft.cn/',//请求地址配置 
 		// baseURL:'http://dp.frp.shuibo.net',//请求地址配置 
 		urlFile:'/index',//项目部署所在文件夹
 		hasLogin:false,