|
|
|
|
@ -9036,7 +9036,8 @@ function TipContent() {
|
|
|
|
|
myshixun = _ref$myshixun === void 0 ? {} : _ref$myshixun,
|
|
|
|
|
mirror_name = _ref.mirror_name,
|
|
|
|
|
mirror_description_multi = _ref.mirror_description_multi,
|
|
|
|
|
onResetAllVnc = _ref.onResetAllVnc;
|
|
|
|
|
onResetAllVnc = _ref.onResetAllVnc,
|
|
|
|
|
taskData = _ref.taskData;
|
|
|
|
|
var params = (0,_umi_production_exports.useParams)();
|
|
|
|
|
var _useSearchParams = (0,_umi_production_exports.useSearchParams)(),
|
|
|
|
|
_useSearchParams2 = slicedToArray_default()(_useSearchParams, 1),
|
|
|
|
|
@ -9490,11 +9491,10 @@ function TipContent() {
|
|
|
|
|
mirror_description_multi: mirror_description_multi
|
|
|
|
|
};
|
|
|
|
|
var cutTime = (0,_react_17_0_2_react.useCallback)(function () {
|
|
|
|
|
var _taskData, _taskData2;
|
|
|
|
|
if (!vncTime) {
|
|
|
|
|
return /*#__PURE__*/(0,jsx_runtime.jsx)(jsx_runtime.Fragment, {});
|
|
|
|
|
}
|
|
|
|
|
if (!((_taskData = taskData) !== null && _taskData !== void 0 && _taskData.is_display_time)) {
|
|
|
|
|
if (!(taskData !== null && taskData !== void 0 && taskData.is_display_time)) {
|
|
|
|
|
return /*#__PURE__*/(0,jsx_runtime.jsx)(jsx_runtime.Fragment, {});
|
|
|
|
|
}
|
|
|
|
|
return /*#__PURE__*/(0,jsx_runtime.jsx)(VncTimer, {
|
|
|
|
|
@ -9503,7 +9503,7 @@ function TipContent() {
|
|
|
|
|
onResetAllVnc: onResetAllVnc,
|
|
|
|
|
toShixun: toShixun,
|
|
|
|
|
myshixun: myshixun,
|
|
|
|
|
can_reservation: (_taskData2 = taskData) === null || _taskData2 === void 0 ? void 0 : _taskData2.can_reservation,
|
|
|
|
|
can_reservation: taskData === null || taskData === void 0 ? void 0 : taskData.can_reservation,
|
|
|
|
|
title: "\u5B9E\u9A8C\u73AF\u5883\u5012\u8BA1\u65F6"
|
|
|
|
|
});
|
|
|
|
|
}, [vncTime]);
|