测试
This commit is contained in:
@@ -42,3 +42,11 @@ export function delOrder(orderId) {
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
|
||||
// dashboard
|
||||
export function getDashboardData() {
|
||||
return request({
|
||||
url: '/wms/product/dashboard/overview',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user