You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
salary-management-oneself/src/layouts/config.js

31 lines
849 B
JavaScript

3 years ago
module.exports = {
name: "统一软件开发平台",
3 years ago
layoutConfig: {
"/home": "blank",
"/manage/design/.*": "blank",
"/manage/editor": "blank",
"/calculateDetail.*": "blank",
"/atdTable.*": "blank",
"/previewTable.*": "blank",
"/standingbookTable.*": "blank",
"/fileTable.*": "blank",
"/rankMapTable.*": "blank",
"/reportTable.*": "blank",
"/commonTable.*": "blank",
"/calcTable.*": "blank",
"/payrollFilesTable.*": "blank",
"/employeeDeclareTable.*": "blank",
"/manage.*": "manage",
"/portal.*": "template",
"/passport/oauth-in": "blank",
"/passport/openid-in": "blank",
"/passport/sign-in": "user",
"/passport/chose-portal": "user",
"/passport/RegisterResult": "user",
"/403": "blank",
"/404": "blank",
"/500": "blank",
"/": "template"
}
3 years ago
};