SYMBOL INDEX (23 symbols across 7 files) FILE: src/api/manager.js function login (line 3) | function login(username,password){ function getinfo (line 10) | function getinfo(){ function logout (line 14) | function logout(){ function updatepassword (line 18) | function updatepassword(data){ FILE: src/composables/auth.js function getToken (line 6) | function getToken(){ function setToken (line 11) | function setToken(token){ function removeToken (line 16) | function removeToken(){ FILE: src/composables/useManager.js function useRepassword (line 7) | function useRepassword() { function useLogout (line 75) | function useLogout() { FILE: src/composables/useTabList.js function useTabList (line 6) | function useTabList() { FILE: src/composables/util.js function toast (line 4) | function toast(message,type = "success",dangerouslyUseHTMLString = false){ function showFullLoading (line 14) | function showFullLoading(){ function hideFullLoading (line 19) | function hideFullLoading(){ function showModal (line 23) | function showModal(content = "提示内容",type = "warning",title = ""){ FILE: src/router/index.js function addRoutes (line 84) | function addRoutes(menus) { FILE: src/store/index.js method state (line 5) | state() { method SET_USERINFO (line 18) | SET_USERINFO(state, user) { method handleAsideWidth (line 22) | handleAsideWidth(state) { method SET_MENUS (line 25) | SET_MENUS(state, menu) { method SET_RULENAMES (line 28) | SET_RULENAMES(state, ruleNames) { method login (line 34) | login({ commit }, { username, password }) { method getinfo (line 46) | getinfo({ commit }) { method logout (line 60) | logout({ commit }) {