chore: update link

This commit is contained in:
xiaoxian521
2023-02-08 18:07:05 +08:00
parent 3e93618015
commit d6ab5ad598
19 changed files with 83 additions and 87 deletions

View File

@@ -16,7 +16,7 @@ const base64 =
function down() {
axios
.get("https://xiaoxian521.github.io/pure-admin-doc/img/pure.png", {
.get("https://pure-admin.github.io/pure-admin-doc/img/pure.png", {
responseType: "blob"
})
.then(({ data }) => {
@@ -34,7 +34,7 @@ function down() {
<el-button
@click="
downloadByOnlineUrl(
'https://xiaoxian521.github.io/pure-admin-doc/img/pure.png',
'https://pure-admin.github.io/pure-admin-doc/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://xiaoxian521.github.io/pure-admin-doc/pdf/Cookie%E5%92%8CSession%E5%8C%BA%E5%88%AB%E7%94%A8%E6%B3%95.pdf";
"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";
const handleDocumentRender = () => {
loading.value = false;