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