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