d32ea445 by ‘jikai@pashanhoo.com’

update

1 parent ed1acdd2
......@@ -25,7 +25,7 @@ const mutations = {
}
const actions = {
// 添加全部菜单
generateRoutes ({ commit }, getMenuInfo) {
generateRoutes ({ commit }, getMenuInfo) {
let Layout;
if (Vue.prototype.BASE_API.THEME == 'sb') {
Layout = r => require.ensure([], () => r(require(`@/layout1`)))
......