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