diff --git a/client/src/layouts/header/index-svi.vue b/client/src/layouts/header/index-svi.vue index ab214ed..f77ed2c 100644 --- a/client/src/layouts/header/index-svi.vue +++ b/client/src/layouts/header/index-svi.vue @@ -58,7 +58,7 @@ import {useRouter} from 'vue-router' import {useUserStore} from '@/stores/modules/user' import {ElLoading, ElMessage} from 'element-plus' import PublicFullScreen from '@/components/PublicFullScreen/index.vue' -import NotificationBell from './NotificationBell.vue' +import NotificationBell from './NotificationBell.vue import logo from '@/assets/image/logo.png' import {useRouteStore} from '@/stores/modules/router' diff --git a/client/src/router/index.js b/client/src/router/index.js index a52f723..6c03a5b 100644 --- a/client/src/router/index.js +++ b/client/src/router/index.js @@ -8,19 +8,19 @@ const baseRoutes = [ path: '/', name: 'index', component: () => import('@views/main/index.vue'), - meta: {title: '空白'}, + meta: {title: '空白 '}, }, { path: '/big-screen', name: 'BigScreen', component: () => import('@views/big-screen/bigdata.vue'), - meta: {title: '大屏'}, + meta: {title: '大屏 '}, }, { path: '/svi', name: 'Svi', component: SviLayout, - meta: {title: '布局'}, + meta: {title: ''}, children: [ { path: 'index', diff --git a/client/src/utils/Constants.js b/client/src/utils/Constants.js index a558889..a79c762 100644 --- a/client/src/utils/Constants.js +++ b/client/src/utils/Constants.js @@ -895,6 +895,7 @@ const DEFAULT_ENTERPRISE_DETAIL = { //安全基础管理信息 productionManageInfoExp: {productionManageSystems: [{systemName: '', systemCompileDate: ''}], productionManagePlans: [{planName: '', planCompileDate: '', planType: ''}]}, //生产设备设施及公用辅助用房 + productionEquipmentExp: {productionFacilities: [{equipName: '', equipType: '', commissioningDate: ''}], auxiliaryBuildings: [{auxiliaryName: '', floorArea: '', commissioningDate: ''}]}, //行政许可信息 // administrativeLicenseInfos: [{licenseNum: "", issuingOffice: "", validFrom: "", validEnd: "", licenseType: [], qtPics: [], qtPicList: [], xkzPics: [], xkzPicList: []}],