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