src/store/modules/permission.js
@@ -153,7 +153,7 @@ name: 'wldw', component: '/jcsz/wldw', meta: { title: '往来单位', icon: '' } }, } ] }, { @@ -188,6 +188,7 @@ asyncRoutes.push({ path: '*', redirect: '/404', hidden: true }) commit('SET_ROUTES', asyncRoutes) resolve(asyncRoutes) console.log(asyncRoutes, 1) }) } }