Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
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
CivManage
Commits
df6e1b18
Commit
df6e1b18
authored
4 years ago
by
mayongxin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://g.civnet.cn:8443/ReactWeb5/maintenance
parents
37504d29
6b9f14d6
master
dev-database
dev-solution
dev-达梦
styleEditBranch
No related merge requests found
Pipeline
#26458
skipped with stages
Changes
5
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
24 additions
and
6 deletions
+24
-6
SchemeConfig.less
src/pages/platformCenter/schemeConfig/SchemeConfig.less
+16
-1
TileConfig.jsx
...ges/platformCenter/schemeConfig/TileConfig/TileConfig.jsx
+2
-2
AddModal.jsx
...s/platformCenter/schemeConfig/solutionConfig/AddModal.jsx
+0
-0
solutionConfig.jsx
...formCenter/schemeConfig/solutionConfig/solutionConfig.jsx
+0
-0
api.js
src/services/webConfig/api.js
+6
-3
No files found.
src/pages/platformCenter/schemeConfig/SchemeConfig.less
View file @
df6e1b18
.container{
width: 100%;
height:
100vh
;
height:
calc(100vh - 100px)
;
background-color: #ffffff;
display: flex;
padding: 0.8rem;
...
...
@@ -8,6 +8,7 @@
font-weight: 600;
color: rgba(0, 0, 0, 0.85);
}
overflow-y: scroll;
}
.imgList{
display: flex;
...
...
@@ -77,3 +78,17 @@
color: rgba(0, 0, 0, 0.25);
z-index: 99;
}
.divider{
display: flex;
align-items: center;
line-height: 100%;
padding: 0.5rem;
.dividerIcon{
margin-left: 0.8rem;
color: #4699f4;
cursor: pointer;
}
}
.ant-table {
min-height: 15rem !important;
}
This diff is collapsed.
Click to expand it.
src/pages/platformCenter/schemeConfig/TileConfig/TileConfig.jsx
View file @
df6e1b18
...
...
@@ -3,7 +3,7 @@ import React, { useState, useEffect, Modal } from 'react';
import
styles
from
'../SchemeConfig.less'
import
{
GetAllConfig
,
D
eleteConfig
d
eleteConfig
}
from
'@/services/webConfig/api'
;
import
AddModal
from
'./AddModal'
const
TileData
=
props
=>
{
...
...
@@ -85,7 +85,7 @@ const TileData = props => {
const
delConfirm
=
(
record
)
=>
{
const
{
servicename
=
''
}
=
record
;
setTreeLoading
(
true
);
D
eleteConfig
({
d
eleteConfig
({
servicename
:
servicename
,
terminalType
:
'base'
,
isBaseMap
:
true
...
...
This diff is collapsed.
Click to expand it.
src/pages/platformCenter/schemeConfig/solutionConfig/AddModal.jsx
View file @
df6e1b18
This diff is collapsed.
Click to expand it.
src/pages/platformCenter/schemeConfig/solutionConfig/solutionConfig.jsx
View file @
df6e1b18
This diff is collapsed.
Click to expand it.
src/services/webConfig/api.js
View file @
df6e1b18
...
...
@@ -169,9 +169,6 @@ export const SetServiceConfig = query =>
export
const
GetVectorService
=
()
=>
get
(
`
${
CITY_SERVICE
}
/OMS.svc/D_GetVectorService`
,
{
_version
:
9999
});
//删除底图配置
export
const
DeleteConfig
=
query
=>
get
(
`
${
CITY_SERVICE
}
/OMS.svc/DeleteConfig`
,
query
);
//获取元数据的工作空间列表
export
const
GetGISServerMapList
=
query
=>
...
...
@@ -207,4 +204,10 @@ get(`${CITY_SERVICE}/OMS.svc/BindSchemeBaseMap`, query );
export
const
unbindSchemeBaseMap
=
(
query
)
=>
get
(
`
${
CITY_SERVICE
}
/OMS.svc/UnbindSchemeBaseMap`
,
query
);
//设置web状态
export
const
setServiceType
=
(
query
)
=>
get
(
`
${
CITY_SERVICE
}
/OMS.svc/SetServiceType`
,
query
);
This diff is collapsed.
Click to expand it.
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