SYMBOL INDEX (119 symbols across 33 files) FILE: babel.config.js constant IS_PROD (line 1) | const IS_PROD = ['production', 'prod'].includes(process.env.NODE_ENV) constant IS_PREVIEW (line 2) | const IS_PREVIEW = process.env.VUE_APP_PREVIEW === 'true' FILE: config/plugin.config.js method changeSelector (line 18) | changeSelector (selector) { FILE: src/api/login.js function login (line 27) | function login (parameter) { function getSmsCaptcha (line 35) | function getSmsCaptcha (parameter) { function getInfo (line 43) | function getInfo () { function getCurrentUserNav (line 53) | function getCurrentUserNav () { function logout (line 60) | function logout () { function get2step (line 74) | function get2step (parameter) { FILE: src/api/manage.js function getUserList (line 14) | function getUserList (parameter) { function getRoleList (line 22) | function getRoleList (parameter) { function getServiceList (line 30) | function getServiceList (parameter) { function getPermissions (line 38) | function getPermissions (parameter) { function getOrgTree (line 46) | function getOrgTree (parameter) { function saveService (line 56) | function saveService (parameter) { function saveSub (line 64) | function saveSub (sub) { FILE: src/components/AvatarList/Item.jsx method created (line 15) | created () { method render (line 18) | render () { FILE: src/components/AvatarList/List.jsx method render (line 33) | render (h) { method getItems (line 49) | getItems (items) { FILE: src/components/Dialog.js function dialog (line 3) | function dialog (component, componentProps, modalProps) { FILE: src/components/PageLoading/index.jsx method render (line 15) | render () { method data (line 53) | data () { method render (line 58) | render () { function update (line 69) | function update (config) { FILE: src/components/Search/GlobalSearch.jsx method data (line 6) | data () { method mounted (line 11) | mounted () { method render (line 24) | render () { FILE: src/components/SelectLang/index.jsx method render (line 27) | render () { FILE: src/components/SettingDrawer/themeColor.js method getAntdSerials (line 5) | getAntdSerials (color) { method changeColor (line 15) | changeColor (newColor) { FILE: src/components/Table/index.js method data (line 5) | data () { method 'localPagination.current' (line 84) | 'localPagination.current' (val) { method pageNum (line 97) | pageNum (val) { method pageSize (line 102) | pageSize (val) { method showSizeChanger (line 107) | showSizeChanger (val) { method created (line 113) | created () { method refresh (line 130) | refresh (bool = false) { method loadData (line 142) | loadData (pagination, filters = this.filters, sorter = this.sorter) { method initTotalList (line 197) | initTotalList (columns) { method updateSelect (line 214) | updateSelect (selectedRowKeys, selectedRows) { method clearSelected (line 231) | clearSelected () { method renderClear (line 242) | renderClear (callback) { method renderAlert (line 251) | renderAlert () { method render (line 279) | render () { FILE: src/components/TagSelect/TagSelectOption.jsx method data (line 20) | data () { method 'checked' (line 26) | 'checked' (val) { method render (line 36) | render () { FILE: src/components/TagSelect/index.jsx method data (line 34) | data () { method onChange (line 43) | onChange (checked) { method onCheckAll (line 53) | onCheckAll (checked) { method getItemsKey (line 59) | getItemsKey (items) { method renderCheckAll (line 67) | renderCheckAll () { method renderExpandable (line 81) | renderExpandable () { method renderTags (line 85) | renderTags (items) { method render (line 100) | render () { FILE: src/components/TextArea/index.jsx method data (line 26) | data () { method value (line 32) | value (val) { method created (line 36) | created () { method handleChange (line 40) | handleChange (e) { method calcLimitNum (line 54) | calcLimitNum (val) { method render (line 59) | render () { FILE: src/components/Tree/Tree.jsx method created (line 22) | created () { method data (line 25) | data () { method handlePlus (line 31) | handlePlus (item) { method handleTitleClick (line 34) | handleTitleClick (...args) { method renderSearch (line 38) | renderSearch () { method renderIcon (line 46) | renderIcon (icon) { method renderMenuItem (line 49) | renderMenuItem (item) { method renderItem (line 58) | renderItem (item) { method renderItemGroup (line 61) | renderItemGroup (item) { method renderSubItem (line 83) | renderSubItem (item, key) { FILE: src/components/_util/util.js function filterEmpty (line 10) | function filterEmpty (children = []) { FILE: src/core/bootstrap.js function Initializer (line 15) | function Initializer () { FILE: src/core/permission/permission.js constant PERMISSION_ENUM (line 1) | const PERMISSION_ENUM = { function plugin (line 17) | function plugin (Vue) { FILE: src/locales/index.js function setI18nLanguage (line 28) | function setI18nLanguage (lang) { function loadLanguageAsync (line 35) | function loadLanguageAsync (lang = defaultLang) { function i18nRender (line 55) | function i18nRender (key) { FILE: src/router/index.js function resetRouter (line 23) | function resetRouter () { FILE: src/store/app-mixin.js method isTopMenu (line 19) | isTopMenu () { method isSideMenu (line 24) | isSideMenu () { FILE: src/store/i18n-mixin.js method setLang (line 10) | setLang (lang) { FILE: src/store/modules/app.js method setLang (line 86) | setLang ({ commit }, lang) { FILE: src/store/modules/async-router.js method GenerateRoutes (line 19) | GenerateRoutes ({ commit }, data) { FILE: src/store/modules/static-router.js function hasPermission (line 11) | function hasPermission (permission, route) { function hasRole (line 37) | function hasRole(roles, route) { function filterAsyncRouter (line 45) | function filterAsyncRouter (routerMap, role) { method GenerateRoutes (line 70) | GenerateRoutes ({ commit }, data) { FILE: src/store/modules/user.js method Login (line 39) | Login ({ commit }, userInfo) { method GetInfo (line 53) | GetInfo ({ commit }) { method Logout (line 87) | Logout ({ commit, state }) { FILE: src/store/mutation-types.js constant ACCESS_TOKEN (line 1) | const ACCESS_TOKEN = 'Access-Token' constant SIDEBAR_TYPE (line 3) | const SIDEBAR_TYPE = 'sidebar_type' constant TOGGLE_MOBILE_TYPE (line 4) | const TOGGLE_MOBILE_TYPE = 'is_mobile' constant TOGGLE_NAV_THEME (line 5) | const TOGGLE_NAV_THEME = 'nav_theme' constant TOGGLE_LAYOUT (line 6) | const TOGGLE_LAYOUT = 'layout' constant TOGGLE_FIXED_HEADER (line 7) | const TOGGLE_FIXED_HEADER = 'fixed_header' constant TOGGLE_FIXED_SIDEBAR (line 8) | const TOGGLE_FIXED_SIDEBAR = 'fixed_sidebar' constant TOGGLE_CONTENT_WIDTH (line 9) | const TOGGLE_CONTENT_WIDTH = 'content_width' constant TOGGLE_HIDE_HEADER (line 10) | const TOGGLE_HIDE_HEADER = 'auto_hide_header' constant TOGGLE_COLOR (line 11) | const TOGGLE_COLOR = 'color' constant TOGGLE_WEAK (line 12) | const TOGGLE_WEAK = 'weak' constant TOGGLE_MULTI_TAB (line 13) | const TOGGLE_MULTI_TAB = 'multi_tab' constant APP_LANGUAGE (line 14) | const APP_LANGUAGE = 'app_language' constant CONTENT_WIDTH_TYPE (line 16) | const CONTENT_WIDTH_TYPE = { constant NAV_THEME (line 21) | const NAV_THEME = { FILE: src/utils/axios.js method install (line 4) | install (Vue, instance) { FILE: src/utils/request.js method install (line 62) | install (Vue) { FILE: src/utils/routeConvert.js function convertRoutes (line 3) | function convertRoutes (nodes) { FILE: src/utils/util.js function timeFix (line 1) | function timeFix () { function welcome (line 7) | function welcome () { function triggerWindowResizeEvent (line 16) | function triggerWindowResizeEvent () { function handleScrollHeader (line 23) | function handleScrollHeader (callback) { function isIE (line 48) | function isIE () { function removeLoadingAnimate (line 60) | function removeLoadingAnimate (id = '', timeout = 1500) { function scorePassword (line 68) | function scorePassword (pass) { FILE: vue.config.js function resolve (line 9) | function resolve (dir) { function getGitHash (line 14) | function getGitHash () {