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