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