xfgczlglpt_pad_app/src/utils/constant.ts

31 lines
907 B
TypeScript

const constant = {
avatar: 'vuex_avatar',
dept: 'vuex_dept',
name: 'vuex_name',
roles: 'vuex_roles',
username: 'vuex_username',
password: 'vuex_password',
permissions: 'vuex_permissions',
refresh_token: 'vuex_refresh_token',
parentmenutitle: 'vuex_parentmenutitle',
childrenmenutitle: 'vuex_childrenmenutitle',
urlip: 'vuex_urlip',
urlpro: 'vuex_urlpro',
allurl: 'vuex_allurl',
xththid: 'vuex_xththid',
xththstr: 'vuex_xththstr',
projectid: 'vuex_projectid',
projectname: 'vuex_projectname',
androidappVersion: 'vuex_androidappVersion',
networkType: 'vuex_networkType',
xiangmushuju: 'vuex_xiangmushuju',
activeprojectid: 'vuex_activeprojectid',
activeprojetname: 'vuex_activeprojetname',
gongsishuju: 'vuex_gongsishuju',
storagePath: 'vuex_storagePath',
pageloadingtext: 'vuex_pageloadingtext',
pageloading: 'vuex_pageloading'
}
export default constant