update 允许打开窗口副标题

This commit is contained in:
2021-05-21 14:51:44 +08:00
parent ca90ed7d44
commit e4696f678e
7 changed files with 154 additions and 98 deletions

View File

@@ -1,5 +1,6 @@
export default {
houseCodeAdd: ['/houseCode/add', 'post'],
houseCodeEdit: ['/houseCode/edit', 'post'],
houseCodePage: ['/houseCode/page', 'post'],
houseCodeNo: '/houseCode/getNextNoByCode',
}