diff --git a/common/utils/requset.js b/common/utils/requset.js
index f7aea60..2ff0941 100644
--- a/common/utils/requset.js
+++ b/common/utils/requset.js
@@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-03-17 17:42:32
* @LastEditors: ch
- * @LastEditTime: 2022-04-20 19:49:51
+ * @LastEditTime: 2022-04-21 11:38:48
* @Description: 项目接口请求统一处理器,返回一个需要token和不需要token的请求封装方法
*/
@@ -69,8 +69,6 @@ const repeatVerify = (option)=>{
* @param {*} option
*/
const clearRepeat = (option) =>{
-
- console.log(repeatFlag)
repeatFlag = repeatFlag.filter( i => {
return i !== JSON.stringify({
url : option.url,
@@ -78,7 +76,6 @@ const clearRepeat = (option) =>{
data : option.data
})
});
- console.log(repeatFlag)
}
// 不需要token的接口封装
diff --git a/components/UiMoney.vue b/components/UiMoney.vue
new file mode 100644
index 0000000..252aec5
--- /dev/null
+++ b/components/UiMoney.vue
@@ -0,0 +1,69 @@
+
+
+