前端基础框架调整
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 {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'
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ const baseRoutes = [
|
|||
path: '/svi',
|
||||
name: 'Svi',
|
||||
component: SviLayout,
|
||||
meta: {title: '布局'},
|
||||
meta: {title: ''},
|
||||
children: [
|
||||
{
|
||||
path: 'index',
|
||||
|
|
|
|||
|
|
@ -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: []}],
|
||||
|
|
|
|||
Loading…
Reference in New Issue