snow 1 year ago
parent
commit
1a171ea572
2 changed files with 7 additions and 8 deletions
  1. 0 0
      dist/static/js/app.js
  2. 7 8
      src/App.vue

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


+ 7 - 8
src/App.vue

@@ -19,14 +19,13 @@ export default {
     ...mapGetters(['isSupertube'])
   },
   async created() {
-    const ua = window.navigator.userAgent.toLowerCase();
-    this.isWechatEnv = ua.match(/micromessenger/i) == 'micromessenger' && window.location.search !== "?from=authorization";
-
-    if (this.isWechatEnv) {
-      window.location.href = `${config.wechatUrl}?back=${config.backUrl}&name=${config.title}`
-    }else{
-      window.location.href = `${config.wechatUrl}/#/wechat?back=${config.backUrl}&name=${config.title}`
-    }
+    // const ua = window.navigator.userAgent.toLowerCase();
+    // this.isWechatEnv = ua.match(/micromessenger/i) == 'micromessenger' && window.location.search !== "?from=authorization";
+    // if (this.isWechatEnv) {
+    //   window.location.href = `${config.wechatUrl}?back=${config.backUrl}&name=${config.title}`
+    // }else{
+    //   window.location.href = `${config.wechatUrl}/#/wechat?back=${config.backUrl}&name=${config.title}`
+    // }
 
     await this.getMenu()
   },

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