|
@@ -62,6 +62,66 @@ export const routeList:RouterType[] = [
|
|
|
addr: 'ar/preview',
|
|
addr: 'ar/preview',
|
|
|
meta: { hide: true,disable:false }
|
|
meta: { hide: true,disable:false }
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ path: 'gzfxx',
|
|
|
|
|
+ name: '公租房信息',
|
|
|
|
|
+ icon: 'Location',
|
|
|
|
|
+ addr: 'gzfxx',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ path: 'gzfxx/preview',
|
|
|
|
|
+ name: '租赁信息管理',
|
|
|
|
|
+ icon: 'Location',
|
|
|
|
|
+ addr: 'gzfxx/preview',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ path: 'gzfxx/gain',
|
|
|
|
|
+ name: '租金收入管理',
|
|
|
|
|
+ icon: 'Location',
|
|
|
|
|
+ addr: 'gzfxx/gain',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ path: 'cxcy',
|
|
|
|
|
+ name: '创新创业',
|
|
|
|
|
+ icon: 'Location',
|
|
|
|
|
+ addr: 'cxcy',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ path: 'cxcy/srqk',
|
|
|
|
|
+ name: '收入情况',
|
|
|
|
|
+ icon: 'Location',
|
|
|
|
|
+ addr: 'cxcy/srqk',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ path: 'bzhcf',
|
|
|
|
|
+ name: '标准化厂房',
|
|
|
|
|
+ icon: 'Location',
|
|
|
|
|
+ addr: 'bzhcf',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ path: 'bzhcf/srqk',
|
|
|
|
|
+ name: '收入情况',
|
|
|
|
|
+ icon: 'Location',
|
|
|
|
|
+ addr: 'bzhcf/srqk',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ path: 'zcgl',
|
|
|
|
|
+ name: '资产管理',
|
|
|
|
|
+ icon: 'Location',
|
|
|
|
|
+ addr: 'zcgl',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ path: 'zcgl/xxgl',
|
|
|
|
|
+ name: '信息管理',
|
|
|
|
|
+ icon: 'Location',
|
|
|
|
|
+ addr: 'zcgl/xxgl',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ path: 'zcgl/fsss',
|
|
|
|
|
+ name: '附属设施管理',
|
|
|
|
|
+ icon: 'Location',
|
|
|
|
|
+ addr: 'zcgl/fsss',
|
|
|
|
|
+ },
|
|
|
]
|
|
]
|
|
|
export const useDynamicRoutes: () => RouterType[] = () => {
|
|
export const useDynamicRoutes: () => RouterType[] = () => {
|
|
|
// 过滤掉 meta.disable === true 的路由
|
|
// 过滤掉 meta.disable === true 的路由
|