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