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