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