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