You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you can open file:dokit-front\src\store\modules\permission.js
and modify method:loadView export const loadView = (view) => { return require(@/views/${view}).default }
vue-router.esm.js:1897 Error: Cannot find module '@/views/system/user/index'
at webpackEmptyContext (index.js:39)
at permission.js:63
路由加载的时候出现了这个问题,动态路由的问题,我写死这个路由是可以访问的。
The text was updated successfully, but these errors were encountered: