From 0b98029632155cb1424297eb42dd0bcf6943dfbf Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期二, 01 十二月 2020 17:18:32 +0800 Subject: [PATCH] 111 --- HDL_ON/DAL/Server/NewAPI.cs | 4 ++-- .vs/HDL_APP_Project/xs/sqlite3/storage.ide-shm | 0 HDL_ON/UI/UI2/3-Intelligence/Automation/AddLogic.cs | 4 ++-- .vs/HDL_APP_Project/xs/sqlite3/storage.ide | 0 .vs/HDL_APP_Project/xs/UserPrefs.xml | 4 ++-- .vs/HDL_APP_Project/xs/sqlite3/storage.ide-wal | 0 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.vs/HDL_APP_Project/xs/UserPrefs.xml b/.vs/HDL_APP_Project/xs/UserPrefs.xml index 65adf22..34ef8c8 100644 --- a/.vs/HDL_APP_Project/xs/UserPrefs.xml +++ b/.vs/HDL_APP_Project/xs/UserPrefs.xml @@ -4,8 +4,8 @@ <Files> <File FileName="HDL_ON/UI/UI2/3-Intelligence/Automation/Send.cs" Line="232" Column="28" /> <File FileName="HDL_ON/DAL/Server/HttpUtil.cs" Line="181" Column="18" /> - <File FileName="HDL_ON/UI/UI2/3-Intelligence/Automation/AddLogic.cs" Line="176" Column="38" /> - <File FileName="HDL_ON/DAL/Server/NewAPI.cs" Line="298" Column="23" /> + <File FileName="HDL_ON/UI/UI2/3-Intelligence/Automation/AddLogic.cs" /> + <File FileName="HDL_ON/DAL/Server/NewAPI.cs" /> </Files> <Pads> <Pad Id="ProjectPad"> diff --git a/.vs/HDL_APP_Project/xs/sqlite3/storage.ide b/.vs/HDL_APP_Project/xs/sqlite3/storage.ide index 93a5304..5e66bd3 100644 --- a/.vs/HDL_APP_Project/xs/sqlite3/storage.ide +++ b/.vs/HDL_APP_Project/xs/sqlite3/storage.ide Binary files differ diff --git a/.vs/HDL_APP_Project/xs/sqlite3/storage.ide-shm b/.vs/HDL_APP_Project/xs/sqlite3/storage.ide-shm new file mode 100644 index 0000000..8c1c0ad --- /dev/null +++ b/.vs/HDL_APP_Project/xs/sqlite3/storage.ide-shm Binary files differ diff --git a/.vs/HDL_APP_Project/xs/sqlite3/storage.ide-wal b/.vs/HDL_APP_Project/xs/sqlite3/storage.ide-wal new file mode 100644 index 0000000..7b58041 --- /dev/null +++ b/.vs/HDL_APP_Project/xs/sqlite3/storage.ide-wal Binary files differ diff --git a/HDL_ON/DAL/Server/NewAPI.cs b/HDL_ON/DAL/Server/NewAPI.cs index bb11604..c7504a0 100644 --- a/HDL_ON/DAL/Server/NewAPI.cs +++ b/HDL_ON/DAL/Server/NewAPI.cs @@ -304,7 +304,7 @@ /// <summary> /// 缂栬緫鑷姩鍖� /// </summary> - public const string API_POST_Logic_Update = ":/home-wisdom/app/logic/update"; + public const string API_POST_Logic_Update = "/home-wisdom/app/logic/update"; /// <summary> /// 鍒犻櫎鑷姩鍖� /// </summary> @@ -312,7 +312,7 @@ /// <summary> /// 鍚敤绂佺敤鑷姩鍖� /// </summary> - public const string API_POST_Logic_Enable = ":/home-wisdom/app/logic/enable"; + public const string API_POST_Logic_Enable = "/home-wisdom/app/logic/enable"; #endregion diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/AddLogic.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/AddLogic.cs index c877f26..6d1b622 100644 --- a/HDL_ON/UI/UI2/3-Intelligence/Automation/AddLogic.cs +++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/AddLogic.cs @@ -171,9 +171,9 @@ //var d = Send.getLogic(Logic.currlogic); - // var c = Send.delLogic(Logic.currlogic); + var c = Send.delLogic(Logic.currlogic); - var e1= Send.switchLogic(Logic.currlogic); + //var e1= Send.switchLogic(Logic.currlogic); -- Gitblit v1.8.0