|
@@ -66,12 +66,12 @@ export default defineComponent({
|
|
const iosStr = encodeURIComponent(JSON.stringify(query))
|
|
const iosStr = encodeURIComponent(JSON.stringify(query))
|
|
console.log(query, 'iosStr')
|
|
console.log(query, 'iosStr')
|
|
if (/(iPhone|iPad|iPod|iOS)/i.test(navigator.userAgent)) {
|
|
if (/(iPhone|iPad|iPod|iOS)/i.test(navigator.userAgent)) {
|
|
- /*
|
|
|
|
|
|
+ /*
|
|
唤起前缀 IOS
|
|
唤起前缀 IOS
|
|
BandMusicTeam:// 管乐团
|
|
BandMusicTeam:// 管乐团
|
|
BandMusicTeamTeacher://
|
|
BandMusicTeamTeacher://
|
|
BandMusicTeamManager:// */
|
|
BandMusicTeamManager:// */
|
|
- /*
|
|
|
|
|
|
+ /*
|
|
唤起前缀 ANDROID
|
|
唤起前缀 ANDROID
|
|
orchestrastudent://html:8888/SplashActivity?url=
|
|
orchestrastudent://html:8888/SplashActivity?url=
|
|
orchestrateacher://html:8888/SplashActivity?url=
|
|
orchestrateacher://html:8888/SplashActivity?url=
|
|
@@ -95,15 +95,15 @@ export default defineComponent({
|
|
if (location.origin.indexOf('online.lexiaoya.cn') > -1) {
|
|
if (location.origin.indexOf('online.lexiaoya.cn') > -1) {
|
|
if (this.type === 'student') {
|
|
if (this.type === 'student') {
|
|
urlIos = 'https://apps.apple.com/cn/app/%E7%AE%A1%E4%B9%90%E5%9B%A2/id1671474346?uo=4 '
|
|
urlIos = 'https://apps.apple.com/cn/app/%E7%AE%A1%E4%B9%90%E5%9B%A2/id1671474346?uo=4 '
|
|
- urlAndroid = 'https://appstore.ks3-cn-beijing.ksyuncs.com/gyt-student.apk'
|
|
|
|
|
|
+ urlAndroid = 'https://oss.dayaedu.com/appstore/gyt-student.apk'
|
|
} else if (this.type === 'teacher') {
|
|
} else if (this.type === 'teacher') {
|
|
urlIos =
|
|
urlIos =
|
|
'https://apps.apple.com/cn/app/%E7%AE%A1%E4%B9%90%E5%9B%A2%E4%BC%B4%E5%AD%A6%E7%AB%AF/id1670584741?uo=4'
|
|
'https://apps.apple.com/cn/app/%E7%AE%A1%E4%B9%90%E5%9B%A2%E4%BC%B4%E5%AD%A6%E7%AB%AF/id1670584741?uo=4'
|
|
- urlAndroid = 'https://appstore.ks3-cn-beijing.ksyuncs.com/gyt-teacher.apk'
|
|
|
|
|
|
+ urlAndroid = 'https://oss.dayaedu.com/appstore/gyt-teacher.apk'
|
|
} else if (this.type === 'manage') {
|
|
} else if (this.type === 'manage') {
|
|
urlIos =
|
|
urlIos =
|
|
'https://apps.apple.com/cn/app/%E7%AE%A1%E4%B9%90%E5%9B%A2%E7%AE%A1%E7%90%86%E7%AB%AF/id1671473981?uo=4'
|
|
'https://apps.apple.com/cn/app/%E7%AE%A1%E4%B9%90%E5%9B%A2%E7%AE%A1%E7%90%86%E7%AB%AF/id1671473981?uo=4'
|
|
- urlAndroid = 'https://appstore.ks3-cn-beijing.ksyuncs.com/gyt-manager.apk'
|
|
|
|
|
|
+ urlAndroid = 'https://oss.dayaedu.com/appstore/gyt-manager.apk'
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
if (this.type === 'student') {
|
|
if (this.type === 'student') {
|