文章分类 -  vue

前端
uniapp Request请求封装的方法
摘要:uniapp Request请求封装的方法​ 封装方法一 1.新建request.js const baseUrl = "http://localhost:6645" const request = (url = '', date = {}, type = 'POST', header = { 'content-type': 'applic 阅读全文
posted @ 2022-03-21 14:32 忧郁的驴 阅读(332) 评论(0) 推荐(0)