mirror of
https://github.com/jumpserver/lina.git
synced 2025-04-27 11:10:51 +00:00
perf: change asset account url
This commit is contained in:
parent
1e0f0cc5c7
commit
75e2ed71be
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user