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