Jelajahi Sumber

遗漏的域名修改

zhengkaixin 8 bulan lalu
induk
melakukan
8e203e5a34

+ 1 - 1
config/.env.dev.js

@@ -7,7 +7,7 @@ const UNI_APP = {
 	//BASE_URL: 'http://192.168.77.162:8081/charging-station/' ,
 	//PARK_URL: 'http://192.168.11.120:8082/charging-parking/' ,
 	PARK_URL: 'https://youdian.hbjp.com.cn/charging-parking/' ,
-	XPGJ_URL: 'https://xpgjapi.xiaoxinda.com/' ,
+	XPGJ_URL: 'https://xpgj.hbjp.com.cn/api/' ,
 	NODE_ENV :"dev",
 	SIMPLE_RUN:true,// 无视权限控制跳转页面   , 用于样式人员快速访问各种功能 ,快速测试等
 	defaultStation:["3865b3a3-13fd-461a-8145-ee9711df35a2","da6e714d-c5a8-4f76-8132-5f4a56677130"],

+ 2 - 2
config/.env.dev.ud.js

@@ -3,12 +3,12 @@ const UNI_APP = {
 	BASE_URL: 'https://youdian.hbjp.com.cn/charging-station-server/',
 	//
 	//BASE_URL: 'https://charging.xiaoxinda.com/charging-station-test/',
-BASE_URL: 'https://youdian-test.hbjp.com.cn/charging-station-test/',
+//BASE_URL: 'https://youdian-test.hbjp.com.cn/charging-station-test/',
 	
 	//BASE_URL: 'http://192.168.77.162:8081/charging-station/' ,
 	//PARK_URL: 'http://192.168.11.120:8082/charging-parking/' ,
 	PARK_URL: 'https://youdian.hbjp.com.cn/charging-parking/' ,
-	XPGJ_URL: 'https://xpgjapi.xiaoxinda.com/' ,
+	XPGJ_URL: 'https://xpgj.hbjp.com.cn/api/' ,
 	NODE_ENV :"dev",
 	SIMPLE_RUN:true,// 无视权限控制跳转页面   , 用于样式人员快速访问各种功能 ,快速测试等
 	defaultStation:["3865b3a3-13fd-461a-8145-ee9711df35a2","da6e714d-c5a8-4f76-8132-5f4a56677130"],

+ 2 - 2
config/.env.prod.js

@@ -2,8 +2,8 @@ const UNI_APP = {
 		ProjectName :"51充电联盟",
     BASE_URL: 'https://youdian.hbjp.com.cn/charging-station-server/',
 	PARK_URL: 'https://youdian.hbjp.com.cn/charging-parking/' ,
-	XPGJ_URL: 'https://xpgjapi.xiaoxinda.com/' ,
-		
+	
+		XPGJ_URL: 'https://xpgj.hbjp.com.cn/api/' ,
 	defaultStation:[],
 	branchParameter:"51team",//team51,youdian
 	gzUrl:"https://mp.weixin.qq.com/s/mCHz1nNvg0xAICiBeIyKRQ",

+ 1 - 2
config/.env.prod.ud.js

@@ -7,8 +7,7 @@ const UNI_APP = {
 	// BASE_URL: 'https://youdian.jzrccs.com/charging-station-server/',
 	
 	// PARK_URL: 'https://youdian.jzrccs.com/charging-parking/' ,
-	XPGJ_URL: 'https://xpgjapi.xiaoxinda.com/' ,
-		
+	XPGJ_URL: 'https://xpgj.hbjp.com.cn/api/' ,
 	defaultStation:["3865b3a3-13fd-461a-8145-ee9711df35a2"],
 	branchParameter:"youdian",//team51,youdian
 	gzUrl:"https://mp.weixin.qq.com/s/syLTJR69MWZY-D4ewa_1og",

+ 1 - 1
config/.env.test.js

@@ -3,7 +3,7 @@ const UNI_APP = {
     //BASE_URL: 'http://192.168.77.162:8080/charging-station/' ,
 	BASE_URL: 'https://charging.xiaoxinda.com/charging-station-test/',
 	PARK_URL: 'https://youdian.hbjp.com.cn/charging-parking/' ,
-	XPGJ_URL: 'https://xpgjapi.xiaoxinda.com/' ,
+	XPGJ_URL: 'https://xpgj.hbjp.com.cn/api/' ,
     //BASE_URL: 'https://charging.xiaoxinda.com/charging-station-server/',
    defaultStation:["3865b3a3-13fd-461a-8145-ee9711df35a2"],
    gzUrl:"https://mp.weixin.qq.com/s/mCHz1nNvg0xAICiBeIyKRQ",

+ 1 - 1
config/.env.test.ud.js

@@ -5,7 +5,7 @@ const UNI_APP = {
 	PARK_URL: 'https://youdian.hbjp.com.cn/charging-parking/' ,
 	BASE_URL: 'https://youdian-test.hbjp.com.cn/charging-station-test/',
 	
-	XPGJ_URL: 'https://xpgjapi.xiaoxinda.com/' ,
+	XPGJ_URL: 'https://xpgj.hbjp.com.cn/api/' ,
 	
     //BASE_URL: 'https://charging.xiaoxinda.com/charging-station-server/',
    defaultStation:["3865b3a3-13fd-461a-8145-ee9711df35a2"],