摘要: 1,在使用wepy框架创建的项目下 找到src/app.wpy 2,在app.wpy constructor方法中添加 super(); this.use('promisify');//启用ES6 promise this.use('requestfix'); this.intercept('req 阅读全文
posted @ 2019-06-04 17:07 qinhuimin 阅读(1486) 评论(0) 推荐(0)