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