From f09a974878d9e9d8c30623302c4cb9e8098afb8d Mon Sep 17 00:00:00 2001 From: huxin02 Date: Fri, 9 May 2025 18:26:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E5=9F=BA=E7=A1=80=E6=A1=86?= =?UTF-8?q?=E6=9E=B6=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/layouts/header/index-svi.vue | 2 +- client/src/router/index.js | 6 +++--- client/src/utils/Constants.js | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) 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: []}],