fuliqi
2024-07-02 b17c2ddebcfaeaa48edc1eeca5ee0dc03d9fde90
1
2
3
4
5
import { post } from '@/utils/request'
 
export default {
  index: () => post('/api/admin/dashboard/index')
}