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