|
@@ -26,7 +26,10 @@ export default defineComponent({
|
|
|
|
|
|
let urlIos = '';
|
|
|
let urlAndroid = '';
|
|
|
- if (location.origin.indexOf('manonline') > -1) {
|
|
|
+ if (
|
|
|
+ location.origin.indexOf('manonline') > -1 ||
|
|
|
+ location.origin.indexOf('gym.lexiaoya.cn') > -1
|
|
|
+ ) {
|
|
|
urlIos = 'https://itunes.apple.com/cn/app/id6449429354';
|
|
|
urlAndroid = state.androidUrl; // 'https://oss.dayaedu.com/appstore/manage-domain.apk';
|
|
|
} else {
|