|
|
@@ -1,4 +1,5 @@ |
|
|
|
using BPASmartClient.CustomResource.UserControls; |
|
|
|
using BPASmartClient.Business; |
|
|
|
using BPASmartClient.CustomResource.UserControls; |
|
|
|
using BPASmartClient.CustomResource.UserControls.MessageShow; |
|
|
|
using BPASmartClient.Helper; |
|
|
|
using BPASmartClient.IoT; |
|
|
@@ -51,7 +52,7 @@ namespace BPASmartClient.ViewModel |
|
|
|
#region 函数 |
|
|
|
public void Init() |
|
|
|
{ |
|
|
|
DataVApiAddress = System.Configuration.ConfigurationManager.AppSettings["DataVServiceUri"].ToString(); |
|
|
|
DataVApiAddress = InternetInfo.DataVApiAddress; |
|
|
|
|
|
|
|
LogDataFile = new ObservableCollection<FileModel>(); |
|
|
|
//查询 |
|
|
|