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