UNPKG

nsn-enum

Version:

NSN枚举组件

29 lines (28 loc) 970 B
/** 请求上下文 */ export var RequestCxt; (function (RequestCxt) { RequestCxt["AUTH"] = "auth"; RequestCxt["COMMON"] = "common"; RequestCxt["CONFIG"] = "config"; RequestCxt["DEPT"] = "dept"; RequestCxt["DICT_CATEGORY"] = "dict-category"; RequestCxt["DICT_ITEM"] = "dict-item"; RequestCxt["EHCACHE"] = "ehcache"; RequestCxt["FILES"] = "files"; RequestCxt["LOGS"] = "logs"; RequestCxt["MEMBER"] = "member"; RequestCxt["MESSAGE"] = "message"; RequestCxt["OAUTH"] = "oauth"; RequestCxt["PROFILE"] = "profile"; RequestCxt["REDIS"] = "redis"; RequestCxt["RESOURCE"] = "resource"; RequestCxt["ROLE"] = "role"; RequestCxt["SERVER"] = "server"; RequestCxt["SMARTBI"] = "smartbi"; RequestCxt["TAGS"] = "tags"; RequestCxt["TENANT"] = "tenant"; RequestCxt["TITLES"] = "titles"; RequestCxt["USER"] = "user"; RequestCxt["USER_MESSAGE"] = "user-message"; RequestCxt["INDICATORS"] = "indicators"; })(RequestCxt || (RequestCxt = {}));