新增扫描二维码功能以及h5复制链接app中打开连接功能删除无用的node包

This commit is contained in:
lemon橪
2021-05-18 16:29:34 +08:00
parent 49eb30f265
commit 8fe64bd3c6
1615 changed files with 226 additions and 58539 deletions

View File

@@ -23,7 +23,6 @@ function getTokenDebounce() {
return async function () {
if (!lock) {
lock = true;
console.log("dd");
await refreshTokenFn(storage.getRefreshToken())
.then((res) => {
if (res.data.success) {
@@ -177,7 +176,7 @@ http.interceptors.response.use(
// 如果当前状态码为正常但是success为不正常时
} else if (response.statusCode == 200 && !response.data.success || response.statusCode == 400) {
uni.showToast({
title: response.data.message,
title: response.data.message ,
icon: "none",
duration: 1500,
});