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