|
@@ -1,25 +0,0 @@
|
|
|
-/*
|
|
|
- * @Description:
|
|
|
- * @Author: 狼牙
|
|
|
- * @Email: huangxiaoming@winhc.cn
|
|
|
- * @Date: 2022-04-17 20:10:14
|
|
|
- * @LastEditTime: 2022-04-17 21:30:19
|
|
|
- * @LastEditors: 狼牙
|
|
|
- */
|
|
|
-import { DemensionPagesInter } from '../../types'
|
|
|
-import FengXianSaoMiaoPage from '@/components/DetailCustom/FengXianSaoMiao.vue'
|
|
|
-import { shallowRef } from 'vue'
|
|
|
-export const FengXianSaoMiao: DemensionPagesInter = {
|
|
|
- projectName: '风险扫描',
|
|
|
- list: [
|
|
|
-
|
|
|
- {
|
|
|
- routing: 'FengXianSaoMiao',
|
|
|
- code: '',
|
|
|
- title: '风险扫瞄',
|
|
|
- companyId: 'ab154ca9fbaeb0fe6ae3cfb17359855e',
|
|
|
- detailCustomRender: shallowRef(FengXianSaoMiaoPage)
|
|
|
- }
|
|
|
- ]
|
|
|
-}
|
|
|
-
|