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
c7dea20a
Commit
c7dea20a
authored
Mar 03, 2020
by
王昆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gsb
parent
a28201d4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
xgg-deliver/app/config/settings.js
+5
-2
No files found.
xgg-deliver/app/config/settings.js
View file @
c7dea20a
...
@@ -85,17 +85,20 @@ var settings = {
...
@@ -85,17 +85,20 @@ var settings = {
},
},
ntapi
:
function
()
{
ntapi
:
function
()
{
let
domain
=
""
;
let
domain
=
""
;
let
domain_page
=
""
;
if
(
this
.
env
==
"dev"
)
{
if
(
this
.
env
==
"dev"
)
{
domain
=
"https://nt-api.gongsibao.com"
;
domain
=
"https://nt-api.gongsibao.com"
;
domain_page
=
"https://nt.gongsibao.com"
;
}
else
{
}
else
{
domain
=
"https://nga-api.gongsibao.com"
;
domain
=
"https://nga-api.gongsibao.com"
;
domain_page
=
"https://nga.gongsibao.com"
;
}
}
return
{
return
{
// 税务登录地址
// 税务登录地址
taxLoginUrl
:
domain
+
"/web/auth"
,
taxLoginUrl
:
domain
_page
+
"/web/auth"
,
// 财务地址
// 财务地址
finLoginUrl
:
domain
+
"/web/auth"
,
finLoginUrl
:
domain
_page
+
"/web/auth"
,
// 创建交付商&管理员
// 创建交付商&管理员
synUserDetails
:
domain
+
"/nga-api/synUserDetails"
,
synUserDetails
:
domain
+
"/nga-api/synUserDetails"
,
// 交付商启用/禁用
// 交付商启用/禁用
...
...
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