页面路径完善
This commit is contained in:
@@ -41,7 +41,7 @@ const handleAddBuilding = () => {
|
||||
};
|
||||
const editBuilding = (id: number) => {
|
||||
router.push({
|
||||
path: '/house/addbuilding',
|
||||
path: '/house/editbuilding',
|
||||
query: {
|
||||
buildingId: id
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user