loulijun2021
2022-06-14 76b2da3d2511d252298aaf1d37db200c48a8d092
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)
    })
  }
}