神采飞阳

 

2022年5月15日

vue3 全局挂载对象

摘要: app. config . globalProperties . $request = request ; 组件中: const { ctx } = getCurrentInstance() ; ctx . $request. get("/api/users/list",params ); 阅读全文

posted @ 2022-05-15 23:09 神采飞阳 阅读(161) 评论(0) 推荐(0) 编辑

导航