Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
425b8b69
Commit
425b8b69
authored
Sep 08, 2020
by
王勇飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gyq
parent
da9c642d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
center-manage/app/base/system.js
+1
-1
center-manage/app/config/settings.js
+8
-1
No files found.
center-manage/app/base/system.js
View file @
425b8b69
...
@@ -380,7 +380,7 @@ class System {
...
@@ -380,7 +380,7 @@ class System {
if
(
obj
.
pushUrl
&&
obj
.
actionType
&&
obj
.
messageBody
)
{
if
(
obj
.
pushUrl
&&
obj
.
actionType
&&
obj
.
messageBody
)
{
try
{
try
{
var
rc
=
this
.
getObject
(
"util.execClient"
);
var
rc
=
this
.
getObject
(
"util.execClient"
);
var
reqUrl
=
settings
.
pushUrl
;
var
reqUrl
=
settings
.
b
pushUrl
;
var
reqId
=
uuidv4
();
var
reqId
=
uuidv4
();
var
param
=
{
var
param
=
{
"actionType"
:
"produceData"
,
"actionType"
:
"produceData"
,
...
...
center-manage/app/config/settings.js
View file @
425b8b69
...
@@ -49,7 +49,7 @@ var settings = {
...
@@ -49,7 +49,7 @@ var settings = {
},
},
bookUrl
:
function
()
{
bookUrl
:
function
()
{
if
(
this
.
env
==
"localhost"
)
{
if
(
this
.
env
==
"localhost"
)
{
return
"http://192.168.1.
4
:8889"
;
return
"http://192.168.1.
6
:8889"
;
}
else
{
}
else
{
return
"http://icdeliver-service"
;
return
"http://icdeliver-service"
;
}
}
...
@@ -69,6 +69,13 @@ var settings = {
...
@@ -69,6 +69,13 @@ var settings = {
return
"http://logs-sytxpublic-msgq-service/api/queueAction/producer/springBoard"
;
return
"http://logs-sytxpublic-msgq-service/api/queueAction/producer/springBoard"
;
}
}
},
},
bpushUrl
:
function
()
{
//代帐系统用于队列
if
(
this
.
env
==
"localhost"
)
{
return
"http://192.168.1.4:4018/api/queueAction/plsroducer/springBoard"
;
}
else
{
return
"http://sytxpublic-msgq-service/api/queueAction/producer/springBoard"
;
}
},
pmappname
:
"center-app"
,
pmappname
:
"center-app"
,
pmappid
:
1
,
pmappid
:
1
,
...
...
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