Commit 9a8d7ec1 authored by dragondean@qq.com's avatar dragondean@qq.com

修复4月份生产域名不对

parent 7970bea4
...@@ -19,7 +19,7 @@ if (process.env.NODE_ENV === 'development') { ...@@ -19,7 +19,7 @@ if (process.env.NODE_ENV === 'development') {
* 配置api基础路径 * 配置api基础路径
*/ */
//let apiBaseUrl = 'https://api2.groupage.cn/' //let apiBaseUrl = 'https://api2.groupage.cn/'
let apiBaseUrl = 'https://apitest.groupage.cn/' let apiBaseUrl = 'https://api2.groupage.cn/'
//let apiBaseUrl = 'http://192.168.1.13:48080/' //let apiBaseUrl = 'http://192.168.1.13:48080/'
let localApiBaseUrl = uni.getStorageSync("localApiBaseUrl") let localApiBaseUrl = uni.getStorageSync("localApiBaseUrl")
if(localApiBaseUrl){ if(localApiBaseUrl){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment