Commit 922ab9db authored by 程恺文's avatar 程恺文

fix:'水利集成登录页提交'

parent d27b783b
Pipeline #96758 passed with stages
......@@ -22,6 +22,8 @@ import JianshiPage from './project/jianshi';
import XinyuanPage from './project/xinyuan';
import SuzhouPage from './project/suzhou';
import IntegrationNewPage from './integrationNew';
import YulinPage from './project/yulin';
import SLPage from './project/SL';
export const guidePage = [
// type 为true 则需要 功能配置 isPanda 为true
{
......@@ -79,11 +81,6 @@ export const guidePage = [
value: 'wulaingyePage',
previewSrc: require('@/assets/images/integration/previewImg/五粮液.png'),
},
{
label: '水利集成登录',
value: 'SLPage',
previewSrc: require('@/assets/images/integration/previewImg/水利.png'),
},
{
label: '爱众液集成登录',
value: 'aizhongPage',
......@@ -118,6 +115,11 @@ export const guidePage = [
type: true,
value: 'demonstration',
},
{
label: '水利集成登录',
value: 'SLPage',
previewSrc: require('@/assets/images/integration/previewImg/水利.png'),
},
];
export const BootPageTemplate = {
default: IntegrationPage,
......@@ -137,4 +139,6 @@ export const BootPageTemplate = {
wulaingyePage: WuliangyePage,
aizhongPage: AizhongPage,
suzhouPage: SuzhouPage,
};
yulinPage: YulinPage,
SLPage:SLPage
};
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment