瀏覽代碼

正式环境地址提交

hxl13994548489 1 年之前
父節點
當前提交
73ef0b8b90
共有 1 個文件被更改,包括 1 次插入1 次删除
  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';