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