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