Commit 8179d773 authored by liuzeheng's avatar liuzeheng

预生产api 配置修改

parent 695566d2
...@@ -20,7 +20,7 @@ if (process.env.NODE_ENV === 'development') { ...@@ -20,7 +20,7 @@ if (process.env.NODE_ENV === 'development') {
*/ */
//let apiBaseUrl = 'https://api2.groupage.cn/' //let apiBaseUrl = 'https://api2.groupage.cn/'
let apiBaseUrl = 'https://apitest.groupage.cn/' let apiBaseUrl = 'https://apitest.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){
apiBaseUrl = 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