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