Commit 905c0f9a by Denglingling

调整【设备信息】登录者角色【仓管员】、默认深圳仓

(cherry picked from commit a03dd1c2)
parent ae2000dc
......@@ -39,7 +39,7 @@ class DeviceInfoPage extends Component {
listOptionData: [
{
"id": "0",
title: '销售员',
title: '仓管员',
name: '',
value: ''
},
......@@ -249,7 +249,7 @@ class DeviceInfoPage extends Component {
<TouchableOpacity activeOpacity={1}>
<CellTextStyle>
<AsteriskTextStyle>*</AsteriskTextStyle>
<TitleTextStyle>{'销售员'}</TitleTextStyle>
<TitleTextStyle>{'仓管员'}</TitleTextStyle>
<ContInputTextStyle editable={false} defaultValue={listOptionData[0].name}></ContInputTextStyle>
</CellTextStyle>
</TouchableOpacity>
......
......@@ -16,7 +16,7 @@ const defaultState = {
token:null,
username:'',
password:'',
global_domain_config: 'https://obs.sfrx.orth.tech',
global_domain_config: 'https://obs.uat.guke.tech',
// 默认【深圳仓】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
// 【国药uat】https://obs-dev.gyjtsx.com
......
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