xfgczlglpt_pad_app/src/utils/constant.ts

31 lines
907 B
TypeScript
Raw Normal View History

2026-01-16 15:38:08 +08:00
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',
2026-01-21 17:48:45 +08:00
activeprojetname: 'vuex_activeprojetname',
gongsishuju: 'vuex_gongsishuju',
storagePath: 'vuex_storagePath',
pageloadingtext: 'vuex_pageloadingtext',
pageloading: 'vuex_pageloading'
2026-01-16 15:38:08 +08:00
}
export default constant