前端基础框架调整
This commit is contained in:
parent
96a87fafc4
commit
f09a974878
|
|
@ -58,7 +58,7 @@ import {useRouter} from 'vue-router'
|
||||||
import {useUserStore} from '@/stores/modules/user'
|
import {useUserStore} from '@/stores/modules/user'
|
||||||
import {ElLoading, ElMessage} from 'element-plus'
|
import {ElLoading, ElMessage} from 'element-plus'
|
||||||
import PublicFullScreen from '@/components/PublicFullScreen/index.vue'
|
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 logo from '@/assets/image/logo.png'
|
||||||
import {useRouteStore} from '@/stores/modules/router'
|
import {useRouteStore} from '@/stores/modules/router'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,19 +8,19 @@ const baseRoutes = [
|
||||||
path: '/',
|
path: '/',
|
||||||
name: 'index',
|
name: 'index',
|
||||||
component: () => import('@views/main/index.vue'),
|
component: () => import('@views/main/index.vue'),
|
||||||
meta: {title: '空白'},
|
meta: {title: '空白 '},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/big-screen',
|
path: '/big-screen',
|
||||||
name: 'BigScreen',
|
name: 'BigScreen',
|
||||||
component: () => import('@views/big-screen/bigdata.vue'),
|
component: () => import('@views/big-screen/bigdata.vue'),
|
||||||
meta: {title: '大屏'},
|
meta: {title: '大屏 '},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/svi',
|
path: '/svi',
|
||||||
name: 'Svi',
|
name: 'Svi',
|
||||||
component: SviLayout,
|
component: SviLayout,
|
||||||
meta: {title: '布局'},
|
meta: {title: ''},
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: 'index',
|
path: 'index',
|
||||||
|
|
|
||||||
|
|
@ -895,6 +895,7 @@ const DEFAULT_ENTERPRISE_DETAIL = {
|
||||||
//安全基础管理信息
|
//安全基础管理信息
|
||||||
productionManageInfoExp: {productionManageSystems: [{systemName: '', systemCompileDate: ''}], productionManagePlans: [{planName: '', planCompileDate: '', planType: ''}]},
|
productionManageInfoExp: {productionManageSystems: [{systemName: '', systemCompileDate: ''}], productionManagePlans: [{planName: '', planCompileDate: '', planType: ''}]},
|
||||||
//生产设备设施及公用辅助用房
|
//生产设备设施及公用辅助用房
|
||||||
|
|
||||||
productionEquipmentExp: {productionFacilities: [{equipName: '', equipType: '', commissioningDate: ''}], auxiliaryBuildings: [{auxiliaryName: '', floorArea: '', commissioningDate: ''}]},
|
productionEquipmentExp: {productionFacilities: [{equipName: '', equipType: '', commissioningDate: ''}], auxiliaryBuildings: [{auxiliaryName: '', floorArea: '', commissioningDate: ''}]},
|
||||||
//行政许可信息
|
//行政许可信息
|
||||||
// administrativeLicenseInfos: [{licenseNum: "", issuingOffice: "", validFrom: "", validEnd: "", licenseType: [], qtPics: [], qtPicList: [], xkzPics: [], xkzPicList: []}],
|
// administrativeLicenseInfos: [{licenseNum: "", issuingOffice: "", validFrom: "", validEnd: "", licenseType: [], qtPics: [], qtPicList: [], xkzPics: [], xkzPicList: []}],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue