xiangpei
2024-06-06 5678ed6352ff0fcba2cc6c078cb3c744899c1b5f
1
2
3
4
5
import { post } from '@/utils/request'
 
export default {
  index: () => post('/api/admin/dashboard/index')
}