You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
503 B

4 years ago
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var ROLE_LIST = "ROLE_LIST";
var SYS_TOKEN = "SYS_TOKEN";
var USER_INFO = "USER_INFO";
var REPORT_INFO = "REPORT_INFO";
var RecordType = {
"SUBMIT": "院级待审",
"DEPT_PASS": "校级待审",
"SCHOOL_PASS": "审核通过",
"VALIDATED": "核验完成",
"DENY": "退回"
};
4 years ago
exports.default = {
SYS_TOKEN: SYS_TOKEN,
USER_INFO: USER_INFO,
REPORT_INFO: REPORT_INFO,
RecordType: RecordType
4 years ago
};