Ver código fonte

修改ios下载地址

lex 2 anos atrás
pai
commit
c609272b80

+ 1 - 1
src/student/download/index.tsx

@@ -33,7 +33,7 @@ export default defineComponent({
       let urlAndroid = ''
       if (location.origin.indexOf('online.lexiaoya.cn') > -1) {
         if (state.type === 'student') {
-          urlIos = ''
+          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'
         } else if (state.type === 'teacher') {
           urlIos =

+ 1 - 1
src/student/download/transfer.tsx

@@ -93,7 +93,7 @@ export default defineComponent({
       let urlAndroid = ''
       if (location.origin.indexOf('online.lexiaoya.cn') > -1) {
         if (this.type === 'student') {
-          urlIos = ''
+          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'
         } else if (this.type === 'teacher') {
           urlIos =