Browse Source

切换地址

yijia
shanji 2 years ago
parent
commit
60b49fe471
  1. 2
      BBWYB.Client/Views/Web.xaml.cs

2
BBWYB.Client/Views/Web.xaml.cs

@ -43,7 +43,7 @@ namespace BBWYB.Client.Views
private void initWebView()
{
#if DEBUG
var url = "http://qtbbwy.qiyue666.com";//"http://192.168.1.2:8080";
var url = "http://192.168.1.2:8080";
var registerName = "webTestContext";
//var url = Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "s.html");
#else

Loading…
Cancel
Save