tag route reorg
This commit is contained in:
@@ -79,7 +79,7 @@ export default {
|
||||
}
|
||||
vm.tagSearchUnderway = true;
|
||||
window.$gz.api
|
||||
.get("taglist/list?query=" + val) //roles
|
||||
.get("tag/list?query=" + val) //roles
|
||||
.then(res => {
|
||||
if (res.error) {
|
||||
throw res.error;
|
||||
|
||||
Reference in New Issue
Block a user