Commit 65ea010f by wong.peiyi

Revert "修改登录默认url为欣惠康"

This reverts commit 2004213e.
parent 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);
export default connect(mapStateToProps, mapDispatchToProps)(ChooseProductPage);
\ No newline at end of file
......@@ -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
......@@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2.4</string>
<string>1.2.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment