mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-31 06:34:13 +00:00
perf: change asset account url
This commit is contained in:
@@ -96,7 +96,7 @@ export default {
|
|||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
iUrl() {
|
iUrl() {
|
||||||
return this.url || `/api/v1/assets/assets/${this.object.id}/accounts/`
|
return this.url || `/api/v1/accounts/accounts/?asset=${this.object.id}`
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
Reference in New Issue
Block a user