xfgczlglpt_pad_app/src/utils/constant.ts

27 lines
749 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',
gongsishuju: 'vuex_gongsishuju'
}
export default constant