Browse Source

一场调试

Lishi
xxe 2 years ago
parent
commit
61c2696763
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      HKCardOUT/ViewModels/RootViewModel.cs
  2. +1
    -1
      HKCardOUT/options.json

+ 1
- 1
HKCardOUT/ViewModels/RootViewModel.cs View File

@@ -234,7 +234,7 @@ namespace HKCardOUT.ViewModels
win.Show(); win.Show();
} }
} }
catch
catch (Exception ex)
{ {
var win = new AdWindow("暂无广告"); var win = new AdWindow("暂无广告");
var rectangle = System.Windows.Forms.Screen.AllScreens[0].WorkingArea; var rectangle = System.Windows.Forms.Screen.AllScreens[0].WorkingArea;


+ 1
- 1
HKCardOUT/options.json View File

@@ -1,7 +1,7 @@
{ {
//服务地址 //服务地址
"SaasRoute": "https://witt.black-pa.com/kitchen/", "SaasRoute": "https://witt.black-pa.com/kitchen/",
"IsTest": true,
"IsTest": false,
"COM": "COM3", "COM": "COM3",
//定时任务时间表达式 //定时任务时间表达式
"Cron": "0 0 0/1 * * ? ", "Cron": "0 0 0/1 * * ? ",


Loading…
Cancel
Save