docs: update

This commit is contained in:
xiaoxian521
2022-11-16 01:34:19 +08:00
parent 49a9259f2e
commit 3984ab19c9
8 changed files with 18 additions and 12 deletions

View File

@@ -16,7 +16,7 @@ const base64 =
function down() {
axios
.get("https://xiaoxian521.github.io/pure-admin-utils-docs/logo.png", {
.get("https://xiaoxian521.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-utils-docs/logo.png',
'https://xiaoxian521.github.io/pure-admin-doc/img/pure.png',
'test-url.png'
)
"