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