mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix(仪表板): 关闭分享链接后,访问之前的分享链接一直加载中
This commit is contained in:
committed by
dataeaseShu
parent
509b11a6d4
commit
cab511b99f
@@ -78,9 +78,11 @@ class ShareProxy {
|
||||
}
|
||||
const res = await request.post({ url, data: param })
|
||||
const proxyInfo: ProxyInfo = res.data as ProxyInfo
|
||||
proxyInfo.uuid = uuid
|
||||
if (this.pwd) {
|
||||
proxyInfo.pwd = this.pwd
|
||||
if (proxyInfo) {
|
||||
proxyInfo.uuid = uuid
|
||||
if (this.pwd) {
|
||||
proxyInfo.pwd = this.pwd
|
||||
}
|
||||
}
|
||||
return proxyInfo
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user