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