随笔分类 -  java

摘要:在vue main.js中增加以下配置: import axios from 'axios'; axios.defaults.withCredentials=true; 请求时:设置 withCredentials: true axios({ url: url, data: data, headers: { 'Content-Type': 'multipart/fo... 阅读全文
posted @ 2019-06-25 13:44 未必过晚
摘要:小程序代码 upload:function(e){ var that = this; wx.showActionSheet({ itemList: ['从相册选择','拍照'], itemColor:"#f7982a", success:function(res){ if(!res.cancer){ 阅读全文
posted @ 2018-10-29 23:49 未必过晚 阅读(11061) 评论(2) 推荐(1)