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

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

parent d27b783b
Pipeline #96758 passed with stages
...@@ -22,6 +22,8 @@ import JianshiPage from './project/jianshi'; ...@@ -22,6 +22,8 @@ import JianshiPage from './project/jianshi';
import XinyuanPage from './project/xinyuan'; import XinyuanPage from './project/xinyuan';
import SuzhouPage from './project/suzhou'; import SuzhouPage from './project/suzhou';
import IntegrationNewPage from './integrationNew'; import IntegrationNewPage from './integrationNew';
import YulinPage from './project/yulin';
import SLPage from './project/SL';
export const guidePage = [ export const guidePage = [
// type 为true 则需要 功能配置 isPanda 为true // type 为true 则需要 功能配置 isPanda 为true
{ {
...@@ -79,11 +81,6 @@ export const guidePage = [ ...@@ -79,11 +81,6 @@ export const guidePage = [
value: 'wulaingyePage', value: 'wulaingyePage',
previewSrc: require('@/assets/images/integration/previewImg/五粮液.png'), previewSrc: require('@/assets/images/integration/previewImg/五粮液.png'),
}, },
{
label: '水利集成登录',
value: 'SLPage',
previewSrc: require('@/assets/images/integration/previewImg/水利.png'),
},
{ {
label: '爱众液集成登录', label: '爱众液集成登录',
value: 'aizhongPage', value: 'aizhongPage',
...@@ -118,6 +115,11 @@ export const guidePage = [ ...@@ -118,6 +115,11 @@ export const guidePage = [
type: true, type: true,
value: 'demonstration', value: 'demonstration',
}, },
{
label: '水利集成登录',
value: 'SLPage',
previewSrc: require('@/assets/images/integration/previewImg/水利.png'),
},
]; ];
export const BootPageTemplate = { export const BootPageTemplate = {
default: IntegrationPage, default: IntegrationPage,
...@@ -137,4 +139,6 @@ export const BootPageTemplate = { ...@@ -137,4 +139,6 @@ export const BootPageTemplate = {
wulaingyePage: WuliangyePage, wulaingyePage: WuliangyePage,
aizhongPage: AizhongPage, aizhongPage: AizhongPage,
suzhouPage: SuzhouPage, 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