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