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