this.$request('userList/getUserList',this.form).then(res => {
console.log(res)
this.tableData = res.data
}).catch(err => {
console.log(err)
}).finally(err => {
})
产品分类: uniCloud/腾讯云
this.$request('userList/getUserList',this.form).then(res => {
console.log(res)
this.tableData = res.data
}).catch(err => {
console.log(err)
}).finally(err => {
})
this.$request('userList/getUserList',this.form).then(res => {
console.log(res)
this.tableData = res.data
}).catch(err => {
console.log(err)
}).finally(err => {
})
打印返回数据
请求服务器错误
芳华 (作者)
HBuilderX3.1.7.20210330,我只做了这一个接口,就出现这种情况,登录注册都是uni-admin自带的没有出现这种形况,我做的这个接口平均耗时0.5s,小乌龟是浏览器自动行为,一般0.5s以上的响应速度浏览器会标出小乌龟,非人为刻意为之
2021-04-02 16:44