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