Browse Source

修改访问的地址

lex-xin 5 years ago
parent
commit
623c30c30e

File diff suppressed because it is too large
+ 0 - 0
dist/app.6f1bcc065a4fa99c2362.js


File diff suppressed because it is too large
+ 0 - 0
dist/css/ClassDetail.fa3f70b1.css


File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/js/ClassDetail.49b9a525.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/ClassDetail.602dc0d8.js


+ 13 - 1
src/views/app/ClassDetail.vue

@@ -114,7 +114,11 @@ export default {
                         }).then(() => {
                             // this.$router.push('/studentDownLoad')
                             // window.location.href = 'https://mstuonline.dayaedu.com/#/studentDownload'
-                            window.location.href = 'https://mstuonline.dayaedu.com/#/transfer'
+                            if(this.checkUrl()) {
+                                window.location.href = 'https://mstuonline.dayaedu.com/#/transfer'
+                            } else {
+                                window.location.href = 'http://mstudev.dayaedu.com/#/transfer'
+                            }
                         });
                     } else if(result.code == 302) {
                         this.onSubmitStatus = true
@@ -132,6 +136,14 @@ export default {
             }).catch(() => {
             // on cancel
             });
+        },
+        checkUrl() {
+            let url = window.location.href
+            if(/mteaonline/ig.test(url)) {
+                return true
+            } else {
+                return false
+            }
         }
     },
     filters: {

Some files were not shown because too many files changed in this diff