龚焕茏
2024-07-23 9647ed0aa7e9b74d63b66ba0bee2a920ada44bd1
1
2
3
4
5
import { post } from '@/utils/request'
 
export default {
  index: () => post('/api/admin/dashboard/index')
}