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