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