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