style: 减少前端部分 warning 提示

This commit is contained in:
2023-08-27 23:40:19 +08:00
parent 3bb1333b2b
commit 35fd681092
9 changed files with 28 additions and 17 deletions

View File

@@ -53,8 +53,7 @@ export default function download(
// 释放掉 blob 对象
window.URL.revokeObjectURL(href);
})
.catch((error) => {
console.error(error);
.catch(() => {
Notification.warning({
title: '警告',
content:

View File

@@ -1,7 +1,13 @@
<template>
<a-layout-footer class="footer">
{{ `Copyright © 2022-${new Date().getFullYear()}` }}&nbsp;
<a href="https://blog.charles7c.top/about/me" target="_blank" rel="noopener">Charles7c</a>
<a
href="https://blog.charles7c.top/about/me"
target="_blank"
rel="noopener"
>
Charles7c
</a>
<span>&nbsp;&nbsp;</span>
<a
href="https://github.com/Charles7c/continew-admin"