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
a03dd1c2
authored
Oct 21, 2020
by
Denglingling
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整【设备信息】登录者角色【仓管员】、默认深圳仓
parent
b40b84bf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
app/containers/deviceInfo/DeviceInfoPage.js
app/reducers/module/login.js
app/containers/deviceInfo/DeviceInfoPage.js
View file @
a03dd1c2
...
@@ -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
>
...
...
app/reducers/module/login.js
View file @
a03dd1c2
...
@@ -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
...
...
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