zhengkaixin 4 달 전
부모
커밋
894182db36
3개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 0
      config/.env.dev.js
  2. 1 1
      config/.env.prod.js
  3. 1 1
      config/.env.test.js

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

@@ -2,6 +2,7 @@ const UNI_APP = {
 	ProjectName :"设备工器具管理系统",
 	//BASE_URL: 'http://192.168.77.162:8086/equipment-manage-server/',
 	BASE_URL:"https://equipment.hbjp.com.cn/equipment-manage-server",
+	BASE_URL:"https://sdl.hbjp.com.cn/equipment-manage-server",
 	//IMG_URL:"http://www.jsrailway.com.cn/",
 	//BASE_URL: 'https://charging.xiaoxinda.com/charging-station-test/',
 	//BASE_URL: 'http://192.168.77.162:8086/equipment-manage-server/',

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

@@ -4,7 +4,7 @@ const UNI_APP = {
 	
 //	BASE_URL:"http://47.98.231.198:8081/equipment-manage-server/",
 	BASE_URL:"https://equipment.xiaoxinda.com/equipment-manage-server/",
-
+BASE_URL:"https://sdl.hbjp.com.cn/equipment-manage-server",
 	NODE_ENV :"prod",
 	SIMPLE_RUN:false,
 	openId:"oHjCawigqi8SEAwutwkQ-VEgdp3k",//测试用openId

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

@@ -5,7 +5,7 @@ const UNI_APP = {
 	//BASE_URL:"http://47.98.231.198:8081/equipment-manage-server/",
     //BASE_URL: 'https://charging.xiaoxinda.com/charging-station-server/',
     BASE_URL:"https://equipment.xiaoxinda.com/equipment-manage-server/",
-   
+   BASE_URL:"https://sdl.hbjp.com.cn/equipment-manage-server",
 
 	NODE_ENV :"test",
 	SIMPLE_RUN:false,