xiangpei
2024-07-04 28e375f8c0782ed3476b2ba8c03e8b12e78690a4
1
2
3
4
5
import { post } from '@/utils/request'
 
export default {
  index: () => post('/api/admin/dashboard/index')
}