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