|
|
|
@ -19,5 +19,11 @@ export default {
@@ -19,5 +19,11 @@ export default {
|
|
|
|
|
return __PRO__ |
|
|
|
|
? 'https://apptest.diabetes.com.cn' |
|
|
|
|
: 'https://apptest.diabetes.com.cn'; |
|
|
|
|
|
|
|
|
|
// 生产环境 appid:wx75551cb56606869d
|
|
|
|
|
// console.log(__PRO__)
|
|
|
|
|
// return __PRO__
|
|
|
|
|
// ? 'https://app.diabetes.com.cn'
|
|
|
|
|
// : 'https://app.diabetes.com.cn';
|
|
|
|
|
} |
|
|
|
|
}; |
|
|
|
|