add CarPayloadDialog

This commit is contained in:
lb
2023-03-23 10:47:41 +08:00
parent 264d5cb3c7
commit 1df948e577
7 changed files with 266 additions and 87 deletions

View File

@@ -18,4 +18,13 @@ m(carManagement.url, carManagement.type, opt => {
total: limit * page + 10
}
}
})
})
// m('/login', 'post', opt => {
// return {
// code: 0,
// data: {
// token: '123'
// }
// }
// })