fix: 修复一些无效链接

This commit is contained in:
xiaoxian521
2023-09-28 11:41:37 +08:00
parent 97ba71604a
commit 8a199c5f8d
4 changed files with 7 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ const base64 =
function down() {
axios
.get("https://pure-admin.github.io/pure-admin-doc/img/pure.png", {
.get("https://xiaoxian521.github.io/hyperlink/img/pure.png", {
responseType: "blob"
})
.then(({ data }) => {
@@ -34,7 +34,7 @@ function down() {
<el-button
@click="
downloadByOnlineUrl(
'https://pure-admin.github.io/pure-admin-doc/img/pure.png',
'https://xiaoxian521.github.io/hyperlink/img/pure.png',
'test-url.png'
)
"

View File

@@ -17,7 +17,7 @@ const showAllPages = ref(false);
const rotations = [0, 90, 180, 270];
const source =
"https://pure-admin.github.io/pure-admin-doc/pdf/Cookie%E5%92%8CSession%E5%8C%BA%E5%88%AB%E7%94%A8%E6%B3%95.pdf";
"https://xiaoxian521.github.io/hyperlink/pdf/Cookie%E5%92%8CSession%E5%8C%BA%E5%88%AB%E7%94%A8%E6%B3%95.pdf";
const handleDocumentRender = () => {
loading.value = false;