vue3 全局挂载对象
app. config . globalProperties . $request = request ;
组件中:
const { ctx } = getCurrentInstance() ;
ctx . $request. get("/api/users/list",params );
app. config . globalProperties . $request = request ;
组件中:
const { ctx } = getCurrentInstance() ;
ctx . $request. get("/api/users/list",params );