xiangpei
2024-06-12 1aa0483fabd258d1c1b1f9b21cc585ce75ddf5b9
1
2
3
4
5
import { post } from '@/utils/request'
 
export default {
  index: () => post('/api/admin/dashboard/index')
}