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
e727d608
Commit
e727d608
authored
Mar 03, 2020
by
王昆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gsb
parent
33bbf535
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
xgg-deliver/app/base/controller/impl/uc/userCtl.js
+1
-0
xgg-deliver/app/config/settings.js
+1
-1
No files found.
xgg-deliver/app/base/controller/impl/uc/userCtl.js
View file @
e727d608
...
@@ -46,6 +46,7 @@ class UserCtl extends CtlBase {
...
@@ -46,6 +46,7 @@ class UserCtl extends CtlBase {
let
rs
=
{
let
rs
=
{
key
:
loginKey
.
xggadminsid
,
key
:
loginKey
.
xggadminsid
,
taxLoginUrl
:
ntapi
.
taxLoginUrl
+
`?username=
${
loginUser
.
ucname
}
&cookieId=
${
loginKey
.
subsid
}
&target=tax`
,
taxLoginUrl
:
ntapi
.
taxLoginUrl
+
`?username=
${
loginUser
.
ucname
}
&cookieId=
${
loginKey
.
subsid
}
&target=tax`
,
finLoginUrl
:
ntapi
.
taxLoginUrl
+
`?username=
${
loginUser
.
ucname
}
&cookieId=
${
loginKey
.
subsid
}
`
,
loginname
:
loginUser
.
ucname
,
loginname
:
loginUser
.
ucname
,
auth
:
loginUser
.
auth
,
auth
:
loginUser
.
auth
,
isManager
:
loginUser
.
isManager
,
isManager
:
loginUser
.
isManager
,
...
...
xgg-deliver/app/config/settings.js
View file @
e727d608
...
@@ -98,7 +98,7 @@ var settings = {
...
@@ -98,7 +98,7 @@ var settings = {
// 税务登录地址
// 税务登录地址
taxLoginUrl
:
domain_page
+
"/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