diff --git a/BBWYB.Client/GlobalContext.cs b/BBWYB.Client/GlobalContext.cs index 4f7f7a9..19f8137 100644 --- a/BBWYB.Client/GlobalContext.cs +++ b/BBWYB.Client/GlobalContext.cs @@ -22,7 +22,7 @@ namespace BBWYB.Client { public GlobalContext() { - BBWYBApiVersion = "10036"; + BBWYBApiVersion = "10037"; } private User user; diff --git a/BBWYB.Client/Views/WebB/WebB_GoodsSource.xaml.cs b/BBWYB.Client/Views/WebB/WebB_GoodsSource.xaml.cs index bd3e95e..d4b329c 100644 --- a/BBWYB.Client/Views/WebB/WebB_GoodsSource.xaml.cs +++ b/BBWYB.Client/Views/WebB/WebB_GoodsSource.xaml.cs @@ -57,7 +57,7 @@ namespace BBWYB.Client.Views.WebB } #if DEBUG - var url = "http://192.168.1.2/#/goods-source"; + var url = "http://192.168.1.2:8080/#/goods-source"; var registerName = "webTestContext"; //var url = Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "s.html"); #else