Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
W
wly-APP
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
刘川
wly-APP
Commits
6a8f5e75
Commit
6a8f5e75
authored
Dec 29, 2025
by
chicheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
正式地址调整
parent
6088202c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
api.helper.js
servers/api.helper.js
+12
-12
No files found.
servers/api.helper.js
View file @
6a8f5e75
...
...
@@ -183,23 +183,23 @@ class Request {
if
(
config
.
url
.
indexOf
(
'crm-app'
)
!==
-
1
)
{
//
config.baseUrl = 'https://crm.wuliangye.com.cn'
config
.
baseUrl
=
'http://221.10.127.60:5000'
config
.
baseUrl
=
'https://crm.wuliangye.com.cn'
//
config.baseUrl = 'http://221.10.127.60:5000'
}
else
if
(
config
.
url
.
indexOf
(
'adapter'
)
!==
-
1
)
{
//
config.baseUrl = 'http://api.wuliangcreart.com'
config
.
baseUrl
=
'http://221.10.127.60:5000/gateway/cyj'
config
.
baseUrl
=
'http://api.wuliangcreart.com'
//
config.baseUrl = 'http://221.10.127.60:5000/gateway/cyj'
}
else
if
(
config
.
url
.
indexOf
(
'wmdpwebservices'
)
!==
-
1
)
{
//
config.baseUrl = 'https://crm.wuliangye.com.cn/gateway/sczx'
config
.
baseUrl
=
'http://221.10.127.60:5000/gateway/sczx'
config
.
baseUrl
=
'https://crm.wuliangye.com.cn/gateway/sczx'
//
config.baseUrl = 'http://221.10.127.60:5000/gateway/sczx'
}
else
if
(
config
.
url
.
indexOf
(
'wmdp-storeapp'
)
!==
-
1
)
{
//
config.baseUrl = 'https://crm.wuliangye.com.cn/gateway/zdcx'
config
.
baseUrl
=
'http://221.10.127.60:5000/gateway/zdcx'
config
.
baseUrl
=
'https://crm.wuliangye.com.cn/gateway/zdcx'
//
config.baseUrl = 'http://221.10.127.60:5000/gateway/zdcx'
}
else
if
(
config
.
url
.
indexOf
(
'uusafe'
)
!==
-
1
)
{
//
config.baseUrl = 'https://apps.wuliangye.com.cn:9076'
config
.
baseUrl
=
'https://zzy.ipincloud.cn:9070'
config
.
baseUrl
=
'https://apps.wuliangye.com.cn:9076'
//
config.baseUrl = 'https://zzy.ipincloud.cn:9070'
}
else
{
//
config.baseUrl = 'http://218.89.67.37:8001/wlySap'
config
.
baseUrl
=
'http://221.10.127.60:5000/wlySap'
config
.
baseUrl
=
'http://218.89.67.37:8001/wlySap'
//
config.baseUrl = 'http://221.10.127.60:5000/wlySap'
}
console
.
log
(
config
.
baseUrl
)
}
catch
(
e
)
{
...
...
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