hookehuyr

fix

<!--
* @Date: 2023-06-13 13:26:46
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-02-06 12:11:45
* @LastEditTime: 2024-02-06 19:38:35
* @FilePath: /xysBooking/src/App.vue
* @Description: 启动页
-->
......@@ -63,7 +63,7 @@ onMounted(async () => {
// console.log('已经更新了,请刷新页面')
showConfirmDialog({
title: '温馨提示',
message: '系统已经更新,请刷新页面?',
message: '检测到新版本,是否更新?',
confirmButtonColor: '#A67939',
width: '80vw'
})
......
/*
* @Date: 2024-02-06 11:38:13
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-02-06 12:01:32
* @LastEditTime: 2024-02-06 13:04:25
* @FilePath: /xysBooking/src/utils/versionUpdater.js
* @Description: 文件描述
* @Description:
*/
/* eslint-disable */
/**
* @description: 版本更新检查
* @param {*} time 阈值
* @return {*}
*/
export class Updater {
constructor(options = {}) {
this.oldScript = [];
......