update 项目管理

This commit is contained in:
2021-05-06 19:21:14 +08:00
parent aa32dcf8e7
commit 3cca6b0e48
9 changed files with 341 additions and 72 deletions

View File

@@ -1,3 +1,7 @@
export default {
getHouseProjectPage :['/houseProjectInfo/page','get'],
getHouseProjectPage: ['/houseProjectInfo/page', 'post'],
houseProejctAdd: ['/houseProjectInfo/add', 'post'],
houseProejctEdit: ['/houseProjectInfo/edit', 'post'],
houseProejctDelete: ['/houseProjectInfo/delete', 'post'],
houseProejctDetail:['/houseProjectInfo/detail','get']
}