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
2004213e
authored
Mar 03, 2021
by
wong.peiyi
1
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修改登录默认url为欣惠康
parent
2d72b9d2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
10 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 @
2004213e
This diff is collapsed.
Click to expand it.
app/containers/selfOrder/module/ChooseProductPage.js
View file @
2004213e
...
...
@@ -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
);
\ No newline at end of file
export
default
connect
(
mapStateToProps
,
mapDispatchToProps
)(
ChooseProductPage
);
app/reducers/module/login.js
View file @
2004213e
...
...
@@ -17,7 +17,8 @@ const defaultState = {
token
:
null
,
username
:
''
,
password
:
''
,
global_domain_config
:
'https://obs.uat.guke.tech'
,
// global_domain_config: 'https://obs.uat.guke.tech',
global_domain_config
:
'https://obs.xhk.orth.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
...
...
@@ -26,7 +27,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
});
...
...
@@ -59,7 +60,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
})
...
...
@@ -68,6 +69,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 @
2004213e
...
...
@@ -17,7 +17,7 @@
<
k
e
y
>
CFBundlePackageType
<
/k
e
y
>
<
string
>
APPL
<
/string
>
<
k
e
y
>
CFBundleShortVersionString
<
/k
e
y
>
<
string
>
1.2.
3
<
/string
>
<
string
>
1.2.
4
<
/string
>
<
k
e
y
>
CFBundleSignature
<
/k
e
y
>
<
string
>
????
<
/string
>
<
k
e
y
>
CFBundleVersion
<
/k
e
y
>
...
...
wong.peiyi
@fomalhaut
mentioned in commit
65ea010f
Mar 03, 2021
mentioned in commit
65ea010f
mentioned in commit 65ea010f8dabf9abf172df21fda9ef9d9cc22f5c
Toggle commit list
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