Browse Source

1

updatebug
shanji 2 years ago
parent
commit
326926e789
  1. 3
      BBWYB.Client/Views/WebB/WebB.xaml.cs

3
BBWYB.Client/Views/WebB/WebB.xaml.cs

@ -1,6 +1,8 @@
using BBWYB.Client.APIServices;
using Microsoft.Extensions.DependencyInjection;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using System.Windows;
using System.Windows.Controls;
@ -46,6 +48,7 @@ namespace BBWYB.Client.Views.WebB
#if DEBUG
var url = "http://192.168.1.2:8080";
//var url = Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "s.html");
#else
var url = "http://qtbbwy.qiyue666.com";
#endif

Loading…
Cancel
Save