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