Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
zhangzhonghua
/
BoneHouse_Business_APP
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
7d700abc
authored
Aug 06, 2020
by
Denglingling
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整默认域名为深圳仓
(cherry picked from commit
75dcb8df
)
parent
a7786f32
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
app/reducers/module/login.js
app/reducers/module/login.js
View file @
7d700abc
...
@@ -16,7 +16,9 @@ const defaultState = {
...
@@ -16,7 +16,9 @@ const defaultState = {
token
:
null
,
token
:
null
,
username
:
''
,
username
:
''
,
password
:
''
,
password
:
''
,
global_domain_config
:
'https://obs.uat.sfrx.guke.tech'
,
// 默认【深圳仓】https://obs.uat.guke.tech;【十方】https://obs.uat.sfrx.guke.tech
global_domain_config
:
'https://obs.uat.guke.tech'
,
// 默认【深圳仓】https://obs.uat.guke.tech;【十方】https://obs.uat.sfrx.guke.tech
// 【国药】https://obs.dev.guke.tech
}
}
export
default
login
=
(
state
=
defaultState
,
action
)
=>
{
export
default
login
=
(
state
=
defaultState
,
action
)
=>
{
...
...
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