打赏
摘要: Test.js //Http 封装 function httpObj(){ return { getLoadingTimeOut: 600,//毫秒 change(v){ this.getLoadingTimeOut=v; } } } export default httpObj; A.js imp 阅读全文
posted @ 2020-03-27 16:05 刘奇云 阅读(395) 评论(0) 推荐(0)