fuliqi
2024-06-28 632e609a88161923c64170cbd0c41437eeca5af5
1
2
3
4
5
import { post } from '@/utils/request'
 
export default {
  index: () => post('/api/admin/dashboard/index')
}