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