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