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