- 博客(4)
- 收藏
- 关注
原创 Vue axios 请求失败 自动重新发出请求
axios.interceptors.response.use(null, function axiosRetryInterceptor (error) { error.config.__retryCount = error.config.__retryCount || 0 error.config.__retryCount += 1 if (error.config.__retryCount >= 4) { console.log(`url:${error.config.url.
2022-03-22 10:38:33 1998
原创 grails 富文本转化成pdf
build.gradle compile group: 'com.itextpdf', name: 'itextpdf', version: '5.5.13' compile group: 'com.itextpdf.tool', name: 'xmlworker', version: '5.5.13' compile group: 'org.jsoup', name: 'jsoup', version: '1.11.2' compile group: 'com.itex
2022-03-18 10:34:50 260
原创 uni-app 在APP环境下使用SockJs
uni-app在h5可以使用SockJs,但在app环境下无法使用,因SockJs源码有些方法引用了window对象,在app环境下无window对象,解决方式:通过webView加载本地网页,网页中使用SockJs,接收到消息后网页再与uni-app通信...
2022-02-22 18:11:03 1008 1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人