diff --git a/BBWYB.Client/Views/Web.xaml.cs b/BBWYB.Client/Views/Web.xaml.cs index 67462c0..19ed019 100644 --- a/BBWYB.Client/Views/Web.xaml.cs +++ b/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