lohir
2024-10-17 83c1fd7927a905844d1de373dc9e0c7641a83fea
1
2
3
4
5
import { post } from '@/utils/request'
 
export default {
  index: () => post('/api/admin/dashboard/index')
}