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