layui版本升级

This commit is contained in:
Hinse 2022-01-11 14:02:33 +08:00
parent 1a52e87d46
commit bbc1f0d685
10 changed files with 6177 additions and 20 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -662,11 +662,11 @@
if (typeof id === "undefined") { if (typeof id === "undefined") {
id = 'list'; id = 'list';
} }
//if (options) { if (options) {
// options["page"] = { options["page"] = {
// curr: 1 curr: 1
// }; };
//} }
table.reload(id, options); table.reload(id, options);
}, },
dialog: function (options) { dialog: function (options) {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -13,9 +13,9 @@ namespace WasteConsoleTest
ClientWebSocket ws = null; ClientWebSocket ws = null;
Uri uri = null; Uri uri = null;
bool isUserClose = false;//是否最后由用户手动关闭 bool isUserClose = false;//是否最后由用户手动关闭
public static string Secret = "GBS4f3ffffQ6WPaD"; public static string Secret = "tVkCbMCSFbCtkktf";
public static string SecretHash = "73130755226b2c00"; public static string SecretHash = "f+n/RdKn7REPk/nb0Nt9DyPkERzLZ3VTsL+2cmxr6hc=";
public static string deviceid = "08d98e20-dc60-4766-8af0-c1f8d6e0110c"; public static string deviceid = "08d96c74-63f2-4173-843c-b86590067068";
// <summary> // <summary>
/// WebSocket状态 /// WebSocket状态