layui版本升级
This commit is contained in:
parent
1a52e87d46
commit
bbc1f0d685
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
|
|
@ -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
|
|
@ -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状态
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue