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