Browse Source

修改货源管理web端地址

yijia
shanji 2 years ago
parent
commit
b52f24a875
  1. 2
      BBWYB.Client/GlobalContext.cs
  2. 2
      BBWYB.Client/Views/WebB/WebB_GoodsSource.xaml.cs

2
BBWYB.Client/GlobalContext.cs

@ -22,7 +22,7 @@ namespace BBWYB.Client
{
public GlobalContext()
{
BBWYBApiVersion = "10036";
BBWYBApiVersion = "10037";
}
private User user;

2
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

Loading…
Cancel
Save