Browse Source

正式环境地址提交

hxl13994548489 1 year ago
parent
commit
73ef0b8b90
1 changed files with 1 additions and 1 deletions
  1. 1 1
      common/service/config.service.js

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

@@ -10,7 +10,7 @@ if (process.env.NODE_ENV == 'development') {
 		 // BASE_URL = 'http://192.168.0.103:8080/jeecg-boot' // 开发环境
 
 } else {
-	BASE_URL = 'https://test.baoxianzhanggui.com/locallive-java' // 测试环境
+	BASE_URL = 'https://life.baoxianzhanggui.com/locallive-pro-java' // 正式环境
 }
 let staticDomainURL = BASE_URL + '/sys/common/static';