perf: change asset account url

This commit is contained in:
ibuler 2025-04-16 17:31:31 +08:00 committed by 老广
parent 1e0f0cc5c7
commit 75e2ed71be

View File

@ -96,7 +96,7 @@ export default {
},
computed: {
iUrl() {
return this.url || `/api/v1/assets/assets/${this.object.id}/accounts/`
return this.url || `/api/v1/accounts/accounts/?asset=${this.object.id}`
}
},
methods: {