龚焕茏
2024-06-07 617ac56333f33dcef9e6babe489d8862d9d1dd24
1
2
3
4
5
import { post } from '@/utils/request'
 
export default {
  index: () => post('/api/admin/dashboard/index')
}