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