Forráskód Böngészése

取消请求权限接口的await

cxmo 7 hónapja
szülő
commit
7c23b247a9
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/main.js

+ 1 - 1
src/main.js

@@ -220,7 +220,7 @@ router.beforeEach(async(to, from, next) => {
       window._hmt.push(["_trackPageview", "/#" + to.fullPath]);
     }
     //获取权限按钮
-    to.path != "/login"&&to.path!='/temppage'&&await store.dispatch('getPermissionButtons')
+    to.path != "/login"&&to.path!='/temppage'&&store.dispatch('getPermissionButtons')
     next();
   } else {
     next({ path: "/404" });