SYMBOL INDEX (58 symbols across 14 files) FILE: src/components/drag-drawer/mixin.js method data (line 2) | data () { FILE: src/components/main/components/side-menu/item-mixin.js method parentName (line 11) | parentName () { method children (line 14) | children () { method textColor (line 17) | textColor () { FILE: src/components/main/components/side-menu/mixin.js method showTitle (line 8) | showTitle (item) { method showChildren (line 11) | showChildren (item) { method getNameOrHref (line 14) | getNameOrHref (item, children0) { FILE: src/components/paste-editor/plugins/placeholder.js function clearPlaceholder (line 24) | function clearPlaceholder (cm) { function setPlaceholder (line 30) | function setPlaceholder (cm) { function onBlur (line 42) | function onBlur (cm) { function onChange (line 45) | function onChange (cm) { function isEmpty (line 54) | function isEmpty (cm) { FILE: src/libs/axios.js class HttpRequest (line 15) | class HttpRequest { method constructor (line 16) | constructor (baseUrl = baseURL) { method getInsideConfig (line 20) | getInsideConfig () { method destroy (line 29) | destroy (url) { method interceptors (line 35) | interceptors (instance, url) { method request (line 67) | request (options) { FILE: src/libs/excel.js function auto_width (line 4) | function auto_width(ws, data){ function json_to_array (line 30) | function json_to_array(key, jsonData){ function fixdata (line 35) | function fixdata(data) { function get_header_row (line 45) | function get_header_row(sheet) { FILE: src/libs/tools.js function oneOf (line 49) | function oneOf (value, validList) { FILE: src/libs/util.js constant TOKEN_KEY (line 7) | const TOKEN_KEY = 'token' FILE: src/mock/login.js constant USER_MAP (line 2) | const USER_MAP = { FILE: src/plugin/error-store/index.js method install (line 3) | install (Vue, options) { FILE: src/router/index.js constant LOGIN_PAGE_NAME (line 15) | const LOGIN_PAGE_NAME = 'login' FILE: src/store/module/app.js method setBreadCrumb (line 42) | setBreadCrumb (state, route) { method setHomeRoute (line 45) | setHomeRoute (state, routes) { method setTagNavList (line 48) | setTagNavList (state, list) { method closeTag (line 62) | closeTag (state, route) { method addTag (line 68) | addTag (state, { route, type = 'unshift' }) { method setLocal (line 79) | setLocal (state, lang) { method addError (line 83) | addError (state, error) { method setHasReadErrorLoggerStatus (line 86) | setHasReadErrorLoggerStatus (state, status = true) { method addErrorLog (line 91) | addErrorLog ({ commit, rootState }, info) { FILE: src/store/module/user.js method setAvatar (line 29) | setAvatar (state, avatarPath) { method setUserId (line 32) | setUserId (state, id) { method setUserName (line 35) | setUserName (state, name) { method setAccess (line 38) | setAccess (state, access) { method setToken (line 41) | setToken (state, token) { method setHasGetInfo (line 45) | setHasGetInfo (state, status) { method setMessageCount (line 48) | setMessageCount (state, count) { method setMessageUnreadList (line 51) | setMessageUnreadList (state, list) { method setMessageReadedList (line 54) | setMessageReadedList (state, list) { method setMessageTrashList (line 57) | setMessageTrashList (state, list) { method updateMessageContentStore (line 60) | updateMessageContentStore (state, { msg_id, content }) { method moveMsg (line 63) | moveMsg (state, { from, to, msg_id }) { method handleLogin (line 77) | handleLogin ({ commit }, { userName, password }) { method handleLogOut (line 93) | handleLogOut ({ state, commit }) { method getUserInfo (line 109) | getUserInfo ({ state, commit }) { method getUnreadMessageCount (line 129) | getUnreadMessageCount ({ state, commit }) { method getMessageList (line 136) | getMessageList ({ state, commit }) { method getContentByMsgId (line 156) | getContentByMsgId ({ state, commit }, { msg_id }) { method hasRead (line 171) | hasRead ({ state, commit }, { msg_id }) { method removeReaded (line 187) | removeReaded ({ commit }, { msg_id }) { method restoreTrash (line 202) | restoreTrash ({ commit }, { msg_id }) { FILE: vue.config.js constant BASE_URL (line 15) | const BASE_URL = process.env.NODE_ENV === 'production'