diff --git a/src/assets/Vector.svg b/src/assets/Vector.svg new file mode 100644 index 0000000..dbfb9e0 --- /dev/null +++ b/src/assets/Vector.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/config/router.config.js b/src/config/router.config.js index b808d76..c9c19c8 100644 --- a/src/config/router.config.js +++ b/src/config/router.config.js @@ -76,6 +76,19 @@ export const constantRouterMap = [ } ] }, + { + path: '/largeScreen', + component: BlankLayout, + redirect: '/largeScreen', + hidden: true, + children: [ + { + path: 'productionCommandCenter', + name: 'productionCommandCenter', + component: () => import(/* webpackChunkName: "largeScreen" */ '@/views/largeScreen/productionCommandCenter') + } + ] + }, { path: '/404', diff --git a/src/permission.js b/src/permission.js index 5de7ac6..5f8bf3f 100644 --- a/src/permission.js +++ b/src/permission.js @@ -10,7 +10,7 @@ import { ACCESS_TOKEN, ALL_APPS_MENU } from '@/store/mutation-types' import { Modal, notification } from 'ant-design-vue' // NProgress Configuration import { timeFix } from '@/utils/util'/// es/notification NProgress.configure({ showSpinner: false }) -const whiteList = ['login', 'register', 'registerResult'] // no redirect whitelist +const whiteList = ['login', 'register', 'registerResult', 'productionCommandCenter'] // no redirect whitelist // 无默认首页的情况 const defaultRoutePath = '/welcome' diff --git a/src/views/largeScreen/productionCommandCenter/index.vue b/src/views/largeScreen/productionCommandCenter.vue similarity index 82% rename from src/views/largeScreen/productionCommandCenter/index.vue rename to src/views/largeScreen/productionCommandCenter.vue index 2fdf067..612b52e 100644 --- a/src/views/largeScreen/productionCommandCenter/index.vue +++ b/src/views/largeScreen/productionCommandCenter.vue @@ -3,20 +3,20 @@ @@ -30,6 +30,8 @@ width: 415.8125rem; height: 10.19919rem; flex-shrink: 0; + padding-top:3.44rem; + display: inline-block; background-image: url("~@/assets/title1.svg"); } .middleTitleFont{ @@ -52,7 +54,6 @@ height: 4.8125rem; flex-shrink: 0; margin-left: 67.92rem; - margin-top: 2.81rem; background-image: url("~@/assets/Group 2785.svg"); } .cockpitFont{ @@ -75,7 +76,6 @@ height: 4.8125rem; flex-shrink: 0; margin-left: 94.04rem; - margin-top: 2.81rem; background-image: url("~@/assets/Group 2789.png"); } .branchPlantProCapFont{