Переглянути джерело

配置多环境发布

master
yangzhou-cyber 3 роки тому
джерело
коміт
76dd38b673
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      src/store/modules/user.js

+ 1
- 1
src/store/modules/user.js Переглянути файл

@@ -87,7 +87,7 @@ function menusToRoute(menus) {
}
route.children.push({
path: item.path, name: item.name || item.path, meta: item.meta,
component: (resolve) => require('@/views' + (item.component || item.path),resolve)
component: (resolve) => require(['@/views' + (item.component || item.path)],resolve)
});
}
});

Завантаження…
Відмінити
Зберегти