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