mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-31 14:38:02 +00:00
perf: change asset account url
This commit is contained in:
@@ -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: {
|
||||
|
Reference in New Issue
Block a user