|
@@ -6,7 +6,7 @@ function apiUrl() {
|
|
}
|
|
}
|
|
} = wx.getAccountInfoSync();
|
|
} = wx.getAccountInfoSync();
|
|
const devUrl = "http://hwdev.test241.wanyuhengtong.com/";
|
|
const devUrl = "http://hwdev.test241.wanyuhengtong.com/";
|
|
- const prodUrl = "http://hwpro.test241.wanyuhengtong.com/";
|
|
|
|
|
|
+ const prodUrl = "https://hwpro.api.mingbaihui.com/";
|
|
|
|
|
|
switch (envVersion) {
|
|
switch (envVersion) {
|
|
case 'release':
|
|
case 'release':
|