tag route reorg

This commit is contained in:
2020-05-15 23:32:31 +00:00
parent 05411a94e3
commit eea746a783

View File

@@ -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;