Commit 170695bb by peii

添加国药新疆渠道信息

parent ad256431
...@@ -167,6 +167,9 @@ android { ...@@ -167,6 +167,9 @@ android {
bjzr { bjzr {
resValue "string", "baseUrl", '"https://hos.dev.bjhh.guke.tech"' resValue "string", "baseUrl", '"https://hos.dev.bjhh.guke.tech"'
} }
gyxj {
resValue "string", "baseUrl", '"http://190.3.1.42"'
}
} }
// applicationVariants are e.g. debug, release // applicationVariants are e.g. debug, release
......
...@@ -30,7 +30,7 @@ class FillDomainModel extends Component { ...@@ -30,7 +30,7 @@ class FillDomainModel extends Component {
super(props); super(props);
this.state = { this.state = {
isVisible: false, isVisible: false,
defaDomainHead: 'https://', defaDomainHead: 'http://',
domainValue: '', domainValue: '',
isNull: false isNull: false
} }
......
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