1
This commit is contained in:
@@ -25,12 +25,11 @@ import Page500 from './error-page/500.vue'
|
||||
// 设置组件映射的方法
|
||||
export function setupComponentMap(customMap = {}, uiTool) {
|
||||
|
||||
|
||||
if (!customMap["home/index"]) {
|
||||
customMap["home/index"] = HomePage
|
||||
}
|
||||
else {
|
||||
HomePage = customMap["home/index"]
|
||||
}
|
||||
|
||||
|
||||
const componentMap = {
|
||||
'system/sys_log': SysLog,
|
||||
@@ -55,7 +54,6 @@ export function setupComponentMap(customMap = {}, uiTool) {
|
||||
}
|
||||
|
||||
export default {
|
||||
HomePage,
|
||||
SysLog,
|
||||
SysLogOperate,
|
||||
SysParamSetup,
|
||||
|
||||
Reference in New Issue
Block a user