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