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