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