Commit 170695bb by peii

添加国药新疆渠道信息

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