|
@@ -36,15 +36,15 @@ export default defineComponent({
|
|
|
if (location.origin.indexOf('online.lexiaoya.cn') > -1) {
|
|
|
if (state.type === 'student') {
|
|
|
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 (state.type === 'teacher') {
|
|
|
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'
|
|
|
- urlAndroid = 'https://appstore.ks3-cn-beijing.ksyuncs.com/gyt-teacher.apk'
|
|
|
+ urlAndroid = 'https://oss.dayaedu.com/appstore/gyt-teacher.apk'
|
|
|
} else if (state.type === 'manage') {
|
|
|
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'
|
|
|
- urlAndroid = 'https://appstore.ks3-cn-beijing.ksyuncs.com/gyt-manager.apk'
|
|
|
+ urlAndroid = 'https://oss.dayaedu.com/appstore/gyt-manager.apk'
|
|
|
}
|
|
|
} else {
|
|
|
if (state.type === 'student') {
|