Browse Source

fix: 修复小程序打不开问题

yangjinjun3 3 years ago
parent
commit
1741f6b1aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/sites/mobile-taro/vue/src/pages/index/index.vue

+ 1 - 1
src/sites/mobile-taro/vue/src/pages/index/index.vue

@@ -68,7 +68,7 @@ export default {
         url: `/${enName}/pages/${name.toLowerCase()}/index`
       });
 
-      parent.location.href = `${parent.location.origin}/vue_taro/index.html#/zh-CN/component/${name.toLowerCase()}`;
+      // parent.location.href = `${parent.location.origin}/vue_taro/index.html#/zh-CN/component/${name.toLowerCase()}`;
     };
 
     return {