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