edit
This commit is contained in:
10
src/app/routes/sys-setting/sys-setting-routing.module.ts
Normal file
10
src/app/routes/sys-setting/sys-setting-routing.module.ts
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
import { NgModule } from '@angular/core';
|
||||||
|
import { RouterModule, Routes } from '@angular/router';
|
||||||
|
|
||||||
|
const routes: Routes = [];
|
||||||
|
|
||||||
|
@NgModule({
|
||||||
|
imports: [RouterModule.forChild(routes)],
|
||||||
|
exports: [RouterModule]
|
||||||
|
})
|
||||||
|
export class SysSettingRoutingModule {}
|
||||||
9
src/app/routes/sys-setting/sys-setting.module.ts
Normal file
9
src/app/routes/sys-setting/sys-setting.module.ts
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
import { NgModule } from '@angular/core';
|
||||||
|
import { CommonModule } from '@angular/common';
|
||||||
|
import { SharedModule } from '@shared';
|
||||||
|
|
||||||
|
@NgModule({
|
||||||
|
declarations: [],
|
||||||
|
imports: [CommonModule, SharedModule]
|
||||||
|
})
|
||||||
|
export class SysSettingModule {}
|
||||||
@ -25,6 +25,61 @@
|
|||||||
"link": "/demo/alain"
|
"link": "/demo/alain"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "系统设置",
|
||||||
|
"icon": "anticon anticon-dashboard",
|
||||||
|
"group": true,
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"text": "员工管理",
|
||||||
|
"link": "/demo/zorro"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "角色管理",
|
||||||
|
"link": "/demo/alain"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "基础设置",
|
||||||
|
"link": "/demo/alain"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "车型车长配置",
|
||||||
|
"link": "/demo/alain"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "基础配置",
|
||||||
|
"link": "/demo/alain"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "系统日志",
|
||||||
|
"link": "/demo/alain"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "用户登录日志",
|
||||||
|
"link": "/demo/alain"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "版本发布记录",
|
||||||
|
"link": "/demo/alain"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "协议配置",
|
||||||
|
"link": "/demo/alain"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "审核驳回理由配置",
|
||||||
|
"link": "/demo/alain"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "系统配置",
|
||||||
|
"link": "/demo/alain"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "货物名称配置",
|
||||||
|
"link": "/demo/alain"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user