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