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