@@ -31,7 +31,6 @@ const checkVersion = () => {
},
// cache: 'no-store' // 禁用缓存
}).then((res) => {
- debugger
if (res?.data?.data !== version) {
Confirm('系统提示', '发现新版本,是否立即刷新页面').then(() => {
window.location.reload()