hxl13994548489 1 年之前
父节点
当前提交
9b0fae89f1
共有 1 个文件被更改,包括 2 次插入2 次删除
  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 {