|
@@ -394,24 +394,19 @@
|
|
|
if (item.ip == globalData.configData.prodIp && item.name == '龙游') {
|
|
|
t.longyou();
|
|
|
return;
|
|
|
- }
|
|
|
- if (item.ip == globalData.configData.prodIp && item.name == '兰溪') {
|
|
|
+ }else if (item.ip == globalData.configData.prodIp && item.name == '兰溪') {
|
|
|
t.lanxi();
|
|
|
return;
|
|
|
- }
|
|
|
- if (item.ip == globalData.configData.prodIp && item.name == '附海') {
|
|
|
- t.other();
|
|
|
- return;
|
|
|
- }
|
|
|
- if (item.ip == globalData.configData.prodIp && item.name == '正式') {
|
|
|
+ }else if (item.ip == globalData.configData.prodIp && item.name == '正式') {
|
|
|
t.zhengshi();
|
|
|
return;
|
|
|
- }
|
|
|
- if (item.ip == globalData.configData.prodIp && item.name == '测试') {
|
|
|
+ }else if (item.ip == globalData.configData.prodIp && item.name == '测试') {
|
|
|
t.zhengshi();
|
|
|
return;
|
|
|
- }
|
|
|
- if (item.ip == globalData.configData.prodIp && item.name == '开发') {
|
|
|
+ }else if (item.ip == globalData.configData.prodIp && item.name == '附海') {
|
|
|
+ t.other();
|
|
|
+ return;
|
|
|
+ }else{
|
|
|
t.other();
|
|
|
return;
|
|
|
}
|