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