摘要: 先上截图,再上代码 1、截图 2、代码 base.js class Base { constructor() { this.baseRestUrl = '服务器地址'; } request(params, auth = true) { var that = this; var url = this. 阅读全文
posted @ 2022-04-22 12:07 莫小非 阅读(1313) 评论(0) 推荐(0)