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