feat(custom): 新增后结功能模块

This commit is contained in:
2024-03-04 21:20:05 +08:00
parent ab960e139f
commit 8354c2ae72
10 changed files with 375 additions and 63 deletions

View File

@@ -0,0 +1,5 @@
import { request } from '@/utils'
export default {
getData: (data) => request.post('/later/order/count', data),
}