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