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