|
|
|
@ -19,7 +19,7 @@ namespace AksWebBrowser
|
|
|
|
|
public static Window frm { get; set; } |
|
|
|
|
public static List<Func> FuncObject { get; set; } |
|
|
|
|
//接口地址 |
|
|
|
|
public static string apiUrl = "http://127.0.0.1:8098"; |
|
|
|
|
public static string apiUrl = "http://127.0.0.1:8098";//"http://192.168.0.34:92"; |
|
|
|
|
//授权key |
|
|
|
|
public static string key = "1"; |
|
|
|
|
//硬件Ip |
|
|
|
@ -41,7 +41,7 @@ namespace AksWebBrowser
|
|
|
|
|
//打印名字 |
|
|
|
|
public static string PrinterName = "Lexmark-MS430-Series"; |
|
|
|
|
//是否启用双目 |
|
|
|
|
public static bool isSM = true; |
|
|
|
|
public static bool isSM = false; |
|
|
|
|
//是否开启高拍仪 |
|
|
|
|
public static bool isGPY = false; |
|
|
|
|
//双目摄像头 |
|
|
|
|