Commit 695566d2 authored by liuzeheng's avatar liuzeheng

预生产

parent 782bf349
......@@ -18,7 +18,9 @@ if (process.env.NODE_ENV === 'development') {
/**
* 配置api基础路径
*/
let apiBaseUrl = 'https://api2.groupage.cn/'
//let apiBaseUrl = 'https://api2.groupage.cn/'
let apiBaseUrl = 'https://apitest.groupage.cn/'
#let apiBaseUrl = 'http://192.168.1.13:48080/'
let localApiBaseUrl = uni.getStorageSync("localApiBaseUrl")
if(localApiBaseUrl){
apiBaseUrl = 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