Ver Fonte

0.0.0.7

hxl13994548489 há 1 ano atrás
pai
commit
9b0fae89f1
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      common/service/config.service.js

+ 2 - 2
common/service/config.service.js

@@ -2,10 +2,10 @@ let BASE_URL = ''
 
 
 if (process.env.NODE_ENV == 'development') {
-	// BASE_URL = 'https://test.baoxianzhanggui.com/locallive-java' // 测试环境
+	 BASE_URL = 'https://test.baoxianzhanggui.com/locallive-java' // 测试环境
 	// BASE_URL = 'http://192.168.0.36:8080/jeecg-boot' // 开发环境
     // BASE_URL = 'http://192.168.0.52:8081/jeecg-boot' // 开发环境
-		BASE_URL = 'http://192.168.0.42:8080/jeecg-boot' // 开发环境
+		//BASE_URL = 'http://192.168.0.42:8080/jeecg-boot' // 开发环境
 		 // BASE_URL = 'http://192.168.0.103:8080/jeecg-boot' // 开发环境
 
 } else {