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
65ea010f
authored
Mar 03, 2021
by
wong.peiyi
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Revert "修改登录默认url为欣惠康"
This reverts commit
2004213e
.
parent
2004213e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
9 deletions
android/app/src/main/assets/index.android.bundle
app/containers/selfOrder/module/ChooseProductPage.js
app/reducers/module/login.js
ios/BoneHouse_Business_APP/Info.plist
android/app/src/main/assets/index.android.bundle
View file @
65ea010f
This diff is collapsed.
Click to expand it.
app/containers/selfOrder/module/ChooseProductPage.js
View file @
65ea010f
...
...
@@ -798,7 +798,7 @@ class ChooseProductPage extends Component {
})
cur_sel_options
[
cur_sel_options
.
length
-
1
][
LocalVariable
.
SELECTED_DATA_ARR
]
=
cur_hc_arr
}
}
}
return
(
<
View
style
=
{
list_common_item
.
sub_box
}
>
...
...
@@ -1032,4 +1032,4 @@ const mapDispatchToProps = (dispatch) => {
}
}
export
default
connect
(
mapStateToProps
,
mapDispatchToProps
)(
ChooseProductPage
);
export
default
connect
(
mapStateToProps
,
mapDispatchToProps
)(
ChooseProductPage
);
\ No newline at end of file
app/reducers/module/login.js
View file @
65ea010f
...
...
@@ -17,8 +17,7 @@ const defaultState = {
token
:
null
,
username
:
''
,
password
:
''
,
// global_domain_config: 'https://obs.uat.guke.tech',
global_domain_config
:
'https://obs.xhk.orth.tech'
,
global_domain_config
:
'https://obs.uat.guke.tech'
,
local_version_apk
:
''
,
// 默认【深圳仓】https://obs.uat.guke.tech;【十方uat】https://obs.uat.sfrx.guke.tech;【十方pro】https://obs.sfrx.orth.tech
// 【国药dev】https://obs.dev.guke.tech;【国药pro】https://obs-pro.gyjtsx.com
...
...
@@ -27,7 +26,7 @@ const defaultState = {
export
default
login
=
(
state
=
defaultState
,
action
)
=>
{
switch
(
action
.
type
)
{
case
LOGIN_DOING
:
case
LOGIN_DOING
:
return
Object
.
assign
({},
state
,
{
loginState
:
LOGIN_DOING
});
...
...
@@ -60,7 +59,7 @@ export default login = (state = defaultState, action) => {
return
Object
.
assign
({},
state
,
{
loginState
:
LOGIN_FAILURE
});
case
SET_DOMAIN_CONFIGURATE
:
case
SET_DOMAIN_CONFIGURATE
:
return
Object
.
assign
({},
state
,
{
global_domain_config
:
action
.
global_domain_config
})
...
...
@@ -69,6 +68,6 @@ export default login = (state = defaultState, action) => {
local_version_apk
:
action
.
local_version_apk
})
default
:
// need this for default case
return
state
return
state
}
}
}
\ No newline at end of file
ios/BoneHouse_Business_APP/Info.plist
View file @
65ea010f
...
...
@@ -17,7 +17,7 @@
<
k
e
y
>
CFBundlePackageType
<
/k
e
y
>
<
string
>
APPL
<
/string
>
<
k
e
y
>
CFBundleShortVersionString
<
/k
e
y
>
<
string
>
1.2.
4
<
/string
>
<
string
>
1.2.
3
<
/string
>
<
k
e
y
>
CFBundleSignature
<
/k
e
y
>
<
string
>
????
<
/string
>
<
k
e
y
>
CFBundleVersion
<
/k
e
y
>
...
...
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