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