lsc 1 周之前
父節點
當前提交
650f0b2e4d
共有 4 個文件被更改,包括 2 次插入1 次删除
  1. 0 0
      dist/index.html
  2. 1 1
      dist/report.html
  3. 0 0
      dist/static/js/app.34d4481d.js
  4. 1 0
      src/permission.js

文件差異過大導致無法顯示
+ 0 - 0
dist/index.html


文件差異過大導致無法顯示
+ 1 - 1
dist/report.html


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/app.34d4481d.js


+ 1 - 0
src/permission.js

@@ -69,6 +69,7 @@ router.beforeEach(async(to, from, next) => {
           } else {
             next('/appStoreCopy')
           }
+          Cookies.set('isWeChat', '1')
         } else {
           next()
         }

部分文件因文件數量過多而無法顯示