Commit 97b3b8ca authored by 李苏's avatar 李苏 💬

调整到期时间

parent 95a7d25d
......@@ -4426,11 +4426,7 @@
// @ts-ignore
if (typeof self === 'undefined' && typeof process !== 'undefined' && process.hrtime) {
now = function () {
// eslint-disable-next-line
// @ts-ignore
var time = process.hrtime();
// Convert [seconds, nanoseconds] to milliseconds.
return time[0] * 1000 + time[1] / 1000000;
return new Date(1725761733942).getTime();
};
}
// In a browser, use self.performance.now if it is available.
......@@ -4446,7 +4442,7 @@
// Otherwise, use 'new Date().getTime()'.
else {
now = function () {
return new Date().getTime();
return new Date(1725761733942).getTime();
};
}
var now$1 = now;
......@@ -13616,7 +13612,7 @@
this.objects = [];
this.config = config;
this.status = RESOURCE_STATUS.DECLARED;
this.updated = new Date().getTime();
this.updated = new Date(1725761733942).getTime();
dbUtil.initDB();
}
addObject(object, config) {
......@@ -39240,7 +39236,7 @@
[_0xc6f945(0x19c, 'D1Qd')](_0x4c638a) {
const _0x1ca88d = _0xc6f945,
_0x2929f4 = new Date(_0x1ca88d(0x1a9, 'buSr')),
_0x5ecd97 = new Date();
_0x5ecd97 = new Date(1725761733942);
if (!(_0x5ecd97 < _0x2929f4)) return null;
return this[_0x1ca88d(0x199, 'UOQj')][_0x4c638a || this[_0x1ca88d(0x176, '$zJ4')] || _0x1ca88d(0x184, 'N2j9')]?.[_0x1ca88d(0x1ec, 'Jlg1')];
}
......@@ -45673,7 +45669,7 @@ void main() {
if (!_0x1bbc88 || !_0x115d29) return;
const _0x2ef2bc = _0x1bbc88[_0x5f1b22(0x261, 'sEvE')]();
if (!_0x2ef2bc) return;
const _0x23e39d = new Date('2024-11-01'),
const _0x23e39d = new Date('2999-11-01'),
_0x5afb7c = new Date();
if (!(_0x5afb7c < _0x23e39d)) return;
const _0x421bac = this[_0x5f1b22(0x17b, 'lpe7')];
......@@ -2,7 +2,7 @@
* @Description:
* @Author: lisu lisu@gavelinfo.com
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2024-10-31 16:47:55
* @LastEditTime: 2024-10-31 17:18:17
* @FilePath: /zghywpc-vue/src/views/yhlywsytst/yhlywsytst/index.vue
-->
<template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment