Commit a03dd1c2 by Denglingling

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

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