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
f187bbb1
Commit
f187bbb1
authored
Aug 18, 2022
by
邓超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改组态接口路径
parent
da8b91f4
Pipeline
#58040
passed with stages
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
10 deletions
+18
-10
AssociationModel.jsx
...r/baseFrameContainer/drawBoardManage/AssociationModel.jsx
+3
-3
DrawBoardManage.jsx
...er/baseFrameContainer/drawBoardManage/DrawBoardManage.jsx
+3
-3
ModelFileManage.jsx
...er/baseFrameContainer/modelFileManage/ModelFileManage.jsx
+3
-3
index.js
src/services/index.js
+9
-1
No files found.
src/pages/platformCenter/baseFrameContainer/drawBoardManage/AssociationModel.jsx
View file @
f187bbb1
...
...
@@ -4,8 +4,8 @@
* @Description:
* @Author: leizhe
* @Date: 2022-05-17 10:26:35
* @LastEditTime: 2022-0
5-20 09:38:44
* @LastEditors:
leizhe
* @LastEditTime: 2022-0
8-18 16:40:30
* @LastEditors:
dengchao 754083046@qq.com
*/
import
React
,
{
useEffect
,
useState
}
from
'react'
;
import
{
Modal
,
Form
,
Input
,
notification
,
Button
,
Select
,
Space
,
Image
}
from
'antd'
;
...
...
@@ -151,7 +151,7 @@ const AssociationModel = props => {
<
Image
src=
{
window
.
location
.
origin
+
`/P
ublish/Web
/File/ModelManage/ModelFilePreview/${encodeURIComponent(imageData)}`
`/P
andaConfiguration/Raw
/File/ModelManage/ModelFilePreview/${encodeURIComponent(imageData)}`
}
height=
"60px"
/>
...
...
src/pages/platformCenter/baseFrameContainer/drawBoardManage/DrawBoardManage.jsx
View file @
f187bbb1
...
...
@@ -7,8 +7,8 @@
* @Description:
* @Author: leizhe
* @Date: 2022-04-06 11:38:46
* @LastEditTime: 2022-0
6-22 13:53:09
* @LastEditors:
leizhe
* @LastEditTime: 2022-0
8-18 16:40:36
* @LastEditors:
dengchao 754083046@qq.com
*/
import
React
,
{
useState
,
useEffect
}
from
'react'
;
import
{
...
...
@@ -310,7 +310,7 @@ const DrawBoardManage = () => {
<
Image
src=
{
window
.
location
.
origin
+
`/P
ublish/Web
/File/ModelManage/ModelFilePreview/${encodeURIComponent(text)}?
`/P
andaConfiguration/Raw
/File/ModelManage/ModelFilePreview/${encodeURIComponent(text)}?
${timestamp}`
}
height=
"50px"
...
...
src/pages/platformCenter/baseFrameContainer/modelFileManage/ModelFileManage.jsx
View file @
f187bbb1
...
...
@@ -3,8 +3,8 @@
* @Description:
* @Author: leizhe
* @Date: 2022-04-06 11:39:53
* @LastEditTime: 2022-0
5-18 14:36:11
* @LastEditors:
leizhe
* @LastEditTime: 2022-0
8-18 16:40:47
* @LastEditors:
dengchao 754083046@qq.com
*/
import
React
,
{
useState
,
useEffect
}
from
'react'
;
import
{
...
...
@@ -185,7 +185,7 @@ const ModelFileManage = () => {
key
:
'thumbnailURL'
,
render
:
text
=>
(
<
Image
src=
{
window
.
location
.
origin
+
`/P
ublish/Web
/File/Sketch/Preview/${text}`
}
src=
{
window
.
location
.
origin
+
`/P
andaConfiguration/Raw
/File/Sketch/Preview/${text}`
}
height=
"50px"
/>
),
...
...
src/services/index.js
View file @
f187bbb1
/*
* @Author: dengchao 754083046@qq.com
* @Date: 2022-06-28 09:41:26
* @LastEditors: dengchao 754083046@qq.com
* @LastEditTime: 2022-08-18 16:40:24
* @FilePath: \maintenance\src\services\index.js
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/
import
{
request
}
from
'../utils/request'
;
const
CITY_SERVICE
=
'/Cityinterface/rest/services'
;
// export const CITY_SERVICE = '/Publish/GateWay/CityServer';
const
PUBLISH_SERVICE
=
'/PandaOMS/OMS'
;
// export const PUBLISH_SERVICE = '/Publish/GateWay/OMS';
const
WebSERVICE
=
'/P
ublish/Web
'
;
const
WebSERVICE
=
'/P
andaConfiguration/Raw
'
;
const
CoreSERVICE
=
'/PandaCore/GCK'
;
const
PANDA_GIS
=
'/PandaGIS/MapServer'
;
const
PandaCore
=
'/PandaCore/GateWay'
;
...
...
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