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