|
@@ -597,10 +597,15 @@ namespace XHWK.WKTool
|
597
|
597
|
MessageWindow.Show("下载地址未输入");
|
598
|
598
|
return;
|
599
|
599
|
}
|
600
|
|
- if (!APP.apiUrl.Equals(txbInterfaceAddress.Text))
|
|
600
|
+ if (!APP.apiUrl.Equals("http://" + txbInterfaceAddress.Text))
|
601
|
601
|
{
|
602
|
602
|
APP.apiUrl = "http://" + txbInterfaceAddress.Text;
|
603
|
|
- LoginType();
|
|
603
|
+
|
|
604
|
+ if(!txbLoginType.Text.Equals("未登录"))
|
|
605
|
+ {
|
|
606
|
+ LoginType();
|
|
607
|
+ MessageWindow.Show("接口地址已修改,请重新登陆!");
|
|
608
|
+ }
|
604
|
609
|
}
|
605
|
610
|
if (!APP.uploadUrl.Equals(txbImageUploadAddress.Text))
|
606
|
611
|
{
|