mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-11-03 12:57:11 +08:00
style: 减少前端部分 warning 提示
This commit is contained in:
@@ -53,8 +53,7 @@ export default function download(
|
||||
// 释放掉 blob 对象
|
||||
window.URL.revokeObjectURL(href);
|
||||
})
|
||||
.catch((error) => {
|
||||
console.error(error);
|
||||
.catch(() => {
|
||||
Notification.warning({
|
||||
title: '警告',
|
||||
content:
|
||||
|
||||
@@ -1,7 +1,13 @@
|
||||
<template>
|
||||
<a-layout-footer class="footer">
|
||||
{{ `Copyright © 2022-${new Date().getFullYear()}` }}
|
||||
<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> ⋅ </span>
|
||||
<a
|
||||
href="https://github.com/Charles7c/continew-admin"
|
||||
|
||||
Reference in New Issue
Block a user