Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-convertor-view
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
station
amos-convertor-view
Commits
89b9b9b0
Commit
89b9b9b0
authored
Jun 09, 2021
by
maoying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改巡检接口引用
parent
ededafc4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
amos.config.js
amos.config.js
+2
-2
urlConsts.js
src/consts/urlConsts.js
+2
-2
No files found.
amos.config.js
View file @
89b9b9b0
...
...
@@ -7,8 +7,8 @@
Amos
.
config
=
{
// 普通http
httpURI
:
{
baseURI
:
'http://
39.98.246.31:2
0005/'
,
pluginURI
:
'http://
39.98.246.31:3009
/'
,
baseURI
:
'http://
172.16.10.72:1
0005/'
,
pluginURI
:
'http://
172.16.10.72:10005
/'
,
fileServerURI
:
'http://39.98.246.31:8888/'
//图片服务器地址
//设计器数据绑定
// dataBindUrl: 'http://172.16.10.91:8083/api/visual/common/dataBind'
...
...
src/consts/urlConsts.js
View file @
89b9b9b0
...
...
@@ -14,7 +14,7 @@ const xjBaseURI = AmosConfig.httpURI.fileServerURI;
export
const
getOutterURL
=
(
key
)
=>
{
return
(
AmosConfig
.
outterURI
||
{})[
key
]
||
''
;
};
export
const
patrolURI
=
baseURI
;
export
const
patrolURI
=
baseURI
+
app
.
patrol
;
;
export
const
fireBaseURI
=
baseURI
+
app
.
fireAutoSys
;
export
const
equipURI
=
baseURI
+
app
.
equip
;
export
const
SecurityWsUrl
=
securityBaseWsURI
;
...
...
@@ -93,7 +93,7 @@ export const FscSerUrl = {
//*******************************************************************************
// 巡检业务
//*******************************************************************************
fetchCheckDetailById
:
completePrefix
(
patrolURI
,
'api/spc/check-detail'
),
//根据ID查询巡检记录详情
fetchCheckDetailById
:
completePrefix
(
patrolURI
,
'
patrol/
api/spc/check-detail'
),
//根据ID查询巡检记录详情
fetchCheckInputById
:
completePrefix
(
patrolURI
,
'api/spc/check-input'
),
//根据ID查询巡检记录项
fetchUserByPd
:
completePrefix
(
patrolURI
,
'api/spc/check-user'
),
//巡检人员查询
fetchCheckInfoByPd
:
completePrefix
(
patrolURI
,
'api/spc/check-info/list'
),
//巡检记录查询
...
...
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