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