update 项目管理

This commit is contained in:
2021-05-13 16:23:38 +08:00
parent 3014942bf0
commit c258338e7f
4 changed files with 88 additions and 17 deletions

View File

@@ -3,5 +3,6 @@ export default {
houseProejctAdd: ['/houseProjectInfo/add', 'post'],
houseProejctEdit: ['/houseProjectInfo/edit', 'post'],
houseProejctDelete: ['/houseProjectInfo/delete', 'post'],
houseProejctDetail:['/houseProjectInfo/detail','get']
houseProejctDetail: ['/houseProjectInfo/detail', 'get'],
houseProjectNextSort:['/houseProjectInfo/nextSort','get']
}