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