|
@@ -40,12 +40,14 @@ export default defineConfig({
|
|
path: '/home',
|
|
path: '/home',
|
|
component: './Home/index',
|
|
component: './Home/index',
|
|
menuRender: false,
|
|
menuRender: false,
|
|
|
|
+ icon: 'https://gt-digitization.oss-cn-hangzhou.aliyuncs.com/doc/department/2023-04/homeIcon.png',
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '审批流管理',
|
|
name: '审批流管理',
|
|
path: '/flow',
|
|
path: '/flow',
|
|
access: 'isAdmin',
|
|
access: 'isAdmin',
|
|
hideChildrenInMenu: true,
|
|
hideChildrenInMenu: true,
|
|
|
|
+ icon: 'https://gt-digitization.oss-cn-hangzhou.aliyuncs.com/doc/department/2023-04/flowIcon.png',
|
|
routes: [
|
|
routes: [
|
|
// {
|
|
// {
|
|
// path: '/flow',
|
|
// path: '/flow',
|
|
@@ -68,6 +70,7 @@ export default defineConfig({
|
|
name: 'OA审批',
|
|
name: 'OA审批',
|
|
path: '/oa',
|
|
path: '/oa',
|
|
hideChildrenInMenu: true,
|
|
hideChildrenInMenu: true,
|
|
|
|
+ icon: 'https://gt-digitization.oss-cn-hangzhou.aliyuncs.com/doc/department/2023-04/oaIcon.png',
|
|
routes: [
|
|
routes: [
|
|
{
|
|
{
|
|
name: 'OA审批',
|
|
name: 'OA审批',
|
|
@@ -101,11 +104,13 @@ export default defineConfig({
|
|
name: '文档管理',
|
|
name: '文档管理',
|
|
path: '/fileManagement',
|
|
path: '/fileManagement',
|
|
component: './FileManagement/index',
|
|
component: './FileManagement/index',
|
|
|
|
+ icon: 'https://gt-digitization.oss-cn-hangzhou.aliyuncs.com/doc/department/2023-04/fileIcon.png',
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: '合同管理',
|
|
name: '合同管理',
|
|
path: '/contract-manager',
|
|
path: '/contract-manager',
|
|
component: './ContractManager/index',
|
|
component: './ContractManager/index',
|
|
|
|
+ icon: 'https://gt-digitization.oss-cn-hangzhou.aliyuncs.com/doc/department/2023-04/contractIcon.png',
|
|
},
|
|
},
|
|
// {
|
|
// {
|
|
// name: '授权管理',
|
|
// name: '授权管理',
|
|
@@ -126,6 +131,7 @@ export default defineConfig({
|
|
{
|
|
{
|
|
name: '个人中心',
|
|
name: '个人中心',
|
|
path: '/profile',
|
|
path: '/profile',
|
|
|
|
+ icon: 'https://gt-digitization.oss-cn-hangzhou.aliyuncs.com/doc/department/2023-04/profileIcon.png',
|
|
routes: [
|
|
routes: [
|
|
{
|
|
{
|
|
name: '我的申请',
|
|
name: '我的申请',
|
|
@@ -162,6 +168,7 @@ export default defineConfig({
|
|
name: '供应商管理',
|
|
name: '供应商管理',
|
|
path: '/manufacturer',
|
|
path: '/manufacturer',
|
|
component: './ManufacturerMng/Firm',
|
|
component: './ManufacturerMng/Firm',
|
|
|
|
+ icon: 'https://gt-digitization.oss-cn-hangzhou.aliyuncs.com/doc/department/2023-04/manufacturerIcon.png',
|
|
},
|
|
},
|
|
],
|
|
],
|
|
npmClient: 'yarn',
|
|
npmClient: 'yarn',
|