Explorar el Código

乾坤 子应用修改

quwangxin hace 3 años
padre
commit
5160068717
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/store/modules/user.js

+ 1 - 1
src/store/modules/user.js

@@ -105,7 +105,7 @@ export default {
     //动态路由
     async fetchUserInfo ({ commit }) {
       const result = await getResourcesTree().catch(() => {});
-      const list = result.filter((i) => i.path === '/main-data');
+      const list = result.filter((i) => i.path === '/page-main-data');
       if (!list.length) {
         return {};
       }