修复移动云空间无法解析的前端问题, 更新前端依赖

This commit is contained in:
QAIU
2024-09-23 16:45:30 +08:00
parent b67ac21a79
commit 77783915dd
4 changed files with 5292 additions and 5257 deletions

View File

@@ -134,11 +134,11 @@ export default {
this.respData = {}
this.getLink2 = `${location.protocol}//${location.host}/parser?url=${this.link}`
// this.getLink = `${location.protocol}//${location.host}/api/json/parser?url=${this.link}`
this.getLink = `${location.protocol}//${location.host}/json/parser?url=${this.link}`
this.getLink = `${location.protocol}//${location.host}/json/parser`
if (this.password) {
this.getLink += `&pwd=${this.password}`
}
axios.get(this.getLink).then(
axios.get(this.getLink, {params: {url: this.link}}).then(
response => {
this.isLoading = false
this.respData = response.data