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