Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivWeb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
CivWeb
Commits
922ab9db
Commit
922ab9db
authored
Apr 08, 2025
by
程恺文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:'水利集成登录页提交'
parent
d27b783b
Pipeline
#96758
passed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
6 deletions
+11
-6
constants.js
src/pages/bootpage/template/constants.js
+11
-6
No files found.
src/pages/bootpage/template/constants.js
View file @
922ab9db
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment