mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 10:18:42 +08:00 
			
		
		
		
	站内信模块:整体功能实现
This commit is contained in:
		| @@ -75,7 +75,8 @@ export const constantRoutes = [ | ||||
|         meta: {title: '首页', icon: 'dashboard', affix: true} | ||||
|       } | ||||
|     ] | ||||
|   }, { | ||||
|   }, | ||||
|   { | ||||
|     path: '/user', | ||||
|     component: Layout, | ||||
|     hidden: true, | ||||
| @@ -85,9 +86,14 @@ export const constantRoutes = [ | ||||
|         component: (resolve) => require(['@/views/system/user/profile/index'], resolve), | ||||
|         name: 'Profile', | ||||
|         meta: {title: '个人中心', icon: 'user'} | ||||
|       } | ||||
|     ] | ||||
|   }, { | ||||
|       }, { | ||||
|         path: 'notify-message', | ||||
|         component: (resolve) => require(['@/views/system/notify/my/index'], resolve), | ||||
|         name: 'MyNotifyMessage', | ||||
|         meta: { title: '我的站内信', icon: 'message' }, | ||||
|     }] | ||||
|   }, | ||||
|   { | ||||
|     path: '/dict', | ||||
|     component: Layout, | ||||
|     hidden: true, | ||||
| @@ -98,18 +104,8 @@ export const constantRoutes = [ | ||||
|         meta: {title: '字典数据', icon: '', activeMenu: '/system/dict'} | ||||
|       } | ||||
|     ] | ||||
|   }, { | ||||
|     path: '/property', | ||||
|     component: Layout, | ||||
|     hidden: true, | ||||
|     children: [{ | ||||
|         path: 'value/:propertyId(\\d+)', | ||||
|         component: (resolve) => require(['@/views/mall/product/property/value'], resolve), | ||||
|         name: 'PropertyValue', | ||||
|         meta: {title: '商品属性值', icon: '', activeMenu: '/product/property'} | ||||
|       } | ||||
|     ] | ||||
|   }, { | ||||
|   }, | ||||
|   { | ||||
|     path: '/job', | ||||
|     component: Layout, | ||||
|     hidden: true, | ||||
| @@ -131,24 +127,8 @@ export const constantRoutes = [ | ||||
|         meta: {title: '修改生成配置', activeMenu: '/infra/codegen'} | ||||
|       } | ||||
|     ] | ||||
|   }, { | ||||
|     path: '/spu', | ||||
|     component: Layout, | ||||
|     hidden: true, | ||||
|     children: [{ | ||||
|         path: 'edit/:spuId(\\d+)', | ||||
|         component: (resolve) => require(['@/views/mall/product/spu/save'], resolve), | ||||
|         name: 'SpuEdit', | ||||
|         meta: {title: '修改商品', activeMenu: '/product/spu'} | ||||
|       }, | ||||
|       { | ||||
|         path: 'add', | ||||
|         component: (resolve) => require(['@/views/mall/product/spu/save'], resolve), | ||||
|         name: 'SpuAdd', | ||||
|         meta: {title: '添加商品', activeMenu: '/product/spu'} | ||||
|       } | ||||
|     ] | ||||
|   }, { | ||||
|   }, | ||||
|   { | ||||
|     path: '/bpm', | ||||
|     component: Layout, | ||||
|     hidden: true, | ||||
| @@ -165,7 +145,8 @@ export const constantRoutes = [ | ||||
|         meta: {title: '查看 OA 请假', icon: 'view', activeMenu: '/bpm/oa/leave'} | ||||
|       } | ||||
|     ] | ||||
|   }, { | ||||
|   }, | ||||
|   { | ||||
|     path: '/bpm', | ||||
|     component: Layout, | ||||
|     hidden: true, | ||||
| @@ -197,6 +178,36 @@ export const constantRoutes = [ | ||||
|       } | ||||
|     ] | ||||
|   }, | ||||
|   { | ||||
|     path: '/property', | ||||
|     component: Layout, | ||||
|     hidden: true, | ||||
|     children: [{ | ||||
|       path: 'value/:propertyId(\\d+)', | ||||
|       component: (resolve) => require(['@/views/mall/product/property/value'], resolve), | ||||
|       name: 'PropertyValue', | ||||
|       meta: {title: '商品属性值', icon: '', activeMenu: '/product/property'} | ||||
|     } | ||||
|     ] | ||||
|   }, | ||||
|   { | ||||
|     path: '/spu', | ||||
|     component: Layout, | ||||
|     hidden: true, | ||||
|     children: [{ | ||||
|       path: 'edit/:spuId(\\d+)', | ||||
|       component: (resolve) => require(['@/views/mall/product/spu/save'], resolve), | ||||
|       name: 'SpuEdit', | ||||
|       meta: {title: '修改商品', activeMenu: '/product/spu'} | ||||
|     }, | ||||
|       { | ||||
|         path: 'add', | ||||
|         component: (resolve) => require(['@/views/mall/product/spu/save'], resolve), | ||||
|         name: 'SpuAdd', | ||||
|         meta: {title: '添加商品', activeMenu: '/product/spu'} | ||||
|       } | ||||
|     ] | ||||
|   }, | ||||
|   { | ||||
|     path: '/trade/order', | ||||
|     component: Layout, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 YunaiV
					YunaiV