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