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