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