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