增加武汉项目
This commit is contained in:
parent
7df2e4a404
commit
602b0a75a3
@ -144,6 +144,16 @@ export const loginInfo = {
|
||||
logoWidth: '0',
|
||||
systemType: '011'
|
||||
},
|
||||
wh: {
|
||||
title: '城市轨道交通实训平台',
|
||||
loginPath: '/login?project=wh',
|
||||
loginParam: 'WH',
|
||||
loginTitle: '空串',
|
||||
navigationLogoWidth: '40px',
|
||||
navigationMarginLeft: '60px',
|
||||
logoWidth: '0',
|
||||
systemType: '011'
|
||||
},
|
||||
drts: {
|
||||
title: '全国行车调度员大赛训练系统',
|
||||
loginPath: '/login?project=drts',
|
||||
@ -767,6 +777,7 @@ export const ProjectIcon = {
|
||||
hls: FaviconHls,
|
||||
designhls: FaviconHls,
|
||||
wjls: Favicon,
|
||||
wh: Favicon,
|
||||
drts: Favicon,
|
||||
designdrts: Favicon,
|
||||
hlsdrts: FaviconHls,
|
||||
@ -821,6 +832,7 @@ export const ProjectCode = {
|
||||
xadt: 'XADT',
|
||||
designxadt: 'XADT',
|
||||
wjls: 'WJLS',
|
||||
wh: 'WH',
|
||||
drts: 'DRTS',
|
||||
designdrts: 'DRTS',
|
||||
hlsdrts: 'DRTS',
|
||||
@ -876,7 +888,7 @@ export const GetMapListByProjectList = ['xty', 'designxty', 'gzb', 'designgzb',
|
||||
'nty', 'designnty', 'sdy', 'designsdy', 'ntyc', 'designntyc', 'ntyl', 'designntyl', 'designbjd', 'cgy', 'designcgy', 'zzww', 'zzwwtest', 'richor',
|
||||
'richorlesson3d', 'richorjoint', 'designrichorjoint', 'nologo', 'designnologo', 'srsandbox', 'designsrsandbox', 'designhlsdrts', 'hlsdrts', 'jxgm', 'designjxgm',
|
||||
'richorygy', 'designrichorygy', 'say', 'designsay', 'unittecsty', 'designunittecsty', 'richorhhcj', 'designrichorhhcj', 'teaching', 'designteaching', 'richorcxjs',
|
||||
'designrichorcxjs', 'hydrailway', 'designhydrailway'];
|
||||
'designrichorcxjs', 'hydrailway', 'designhydrailway', 'wh'];
|
||||
/** 案例展示隐藏的项目 */
|
||||
export const CaseHideProjectList = ['heb', 'designheb', 'cgy', 'designcgy'];
|
||||
/** 登录页右下角版本开发基于不展示 */
|
||||
@ -987,7 +999,8 @@ export const ProjectList = [
|
||||
{value: 'richor_hhcj', label: '红河财经'},
|
||||
{value: 'teaching', label: '教学通用'},
|
||||
{value: 'richor_cxjs', label: '长兴技校'},
|
||||
{value: 'hyd_railway', label: '哈盈达大铁'}
|
||||
{value: 'hyd_railway', label: '哈盈达大铁'},
|
||||
{value: 'wh', label: '武汉8号线'}
|
||||
];
|
||||
/** 本地项目打包 */
|
||||
export const localPackageProject = {
|
||||
|
Loading…
Reference in New Issue
Block a user