main #1

Merged
wangjiarun merged 4 commits from main into dev 2025-09-07 17:59:25 +08:00
4 changed files with 38 additions and 16 deletions
Showing only changes of commit 4330450f01 - Show all commits

9
src/assets/Vector.svg Normal file
View File

@ -0,0 +1,9 @@
<svg width="16" height="31" viewBox="0 0 16 31" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 7.86365V0L16 15.5L0 31V23.1363L7.88507 15.5L0 7.86365ZM3.87758 15.5L0 19.2613V11.749L3.87758 15.5Z" fill="url(#paint0_radial_23_1937)"/>
<defs>
<radialGradient id="paint0_radial_23_1937" cx="0" cy="0" r="1" gradientTransform="matrix(0 0 0 0 -9.75953e-06 -1.00911e-05)" gradientUnits="userSpaceOnUse">
<stop stop-color="#005DF7"/>
<stop offset="1" stop-color="#3AE5FF"/>
</radialGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 551 B

View File

@ -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',

View File

@ -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'

View File

@ -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{