From d13db2a700145f1f9977f482c1fbe25b04caa33d Mon Sep 17 00:00:00 2001 From: woody Date: Thu, 24 Apr 2025 10:06:53 +0800 Subject: [PATCH] feat(comment): rm author comment --- config/distribute.js | 7 +------ config/index.js | 7 +------ config/login.js | 7 +------ config/mine.js | 7 +------ config/order.js | 7 +------ config/pay.js | 6 ------ config/regiest.js | 6 ------ pages/address/index.vue | 8 +------- pages/addressList/index.vue | 6 ------ pages/bonus/index.vue | 6 ------ pages/bonusSource/index.vue | 6 ------ pages/forgetEmail/index.vue | 6 ------ pages/forgetPassword/index.vue | 7 +------ pages/forgetPayPassword/index.vue | 6 ------ pages/login/index.vue | 7 +------ pages/makerspaceView/index.vue | 7 +------ pages/market/activeArea/activeDetail.vue | 6 ------ pages/memberCard/index.vue | 7 +------ pages/mine/giftAddress/details.vue | 7 +------ pages/mine/giftAddress/list.vue | 7 +------ pages/mine/order/wl.vue | 7 +------ pages/mine/space/details.vue | 7 +------ pages/mine/space/list.vue | 7 +------ pages/mine/yearGift/index.vue | 7 +------ pages/password/loginPassword.vue | 7 +------ pages/password/payPassword.vue | 7 +------ pages/shareArea/details.vue | 7 +------ pages/shareArea/haiDetails.vue | 13 +------------ pages/shareArea/haiNdex.vue | 13 +------------ pages/shareArea/haiShare.vue | 13 +------------ pages/shareArea/hiList.vue | 7 +------ pages/specialArea/details.vue | 7 +------ pages/specialArea/haIndex.vue | 13 +------------ pages/specialArea/share.vue | 7 +------ pages/specialMember/index.vue | 7 +------ pages/specialMember/list.vue | 7 +------ pages/thOrder/index.vue | 7 +------ pages/userData/index.vue | 7 +------ pages/wechatPay/bfPay.vue | 7 +------ util/index.js | 7 +------ util/numberToCurrency.js | 12 ------------ 41 files changed, 32 insertions(+), 277 deletions(-) diff --git a/config/distribute.js b/config/distribute.js index 36be7e7..4c757b3 100644 --- a/config/distribute.js +++ b/config/distribute.js @@ -1,9 +1,4 @@ -/* - * @Descripttion: - * @version: - * @Author: 王三华 - * @Date: 2023-09-11 08:48:58 - */ + const http = uni.$u.http //安置图 diff --git a/config/index.js b/config/index.js index 24c6b26..5d2d869 100644 --- a/config/index.js +++ b/config/index.js @@ -1,9 +1,4 @@ -/* - * @Descripttion: - * @version: - * @Author: 王三华 - * @Date: 2023-06-12 11:40:34 - */ + const http = uni.$u.http //首页 diff --git a/config/login.js b/config/login.js index 05c6e4a..e7155f6 100644 --- a/config/login.js +++ b/config/login.js @@ -1,9 +1,4 @@ -/* - * @Descripttion: - * @version: - * @Author: 王三华 - * @Date: 2023-05-18 14:45:00 - */ + const http = uni.$u.http // 验证码 diff --git a/config/mine.js b/config/mine.js index fb30b09..63e3e17 100644 --- a/config/mine.js +++ b/config/mine.js @@ -1,9 +1,4 @@ -/* - * @Descripttion: - * @version: - * @Author: 王三华 - * @Date: 2023-09-26 10:35:29 - */ + const http = uni.$u.http //我的市场 diff --git a/config/order.js b/config/order.js index f9d9e0f..242d99d 100644 --- a/config/order.js +++ b/config/order.js @@ -1,9 +1,4 @@ -/* - * @Descripttion: - * @version: - * @Author: 王三华 - * @Date: 2023-06-12 11:40:34 - */ + const http = uni.$u.http //支付配置 diff --git a/config/pay.js b/config/pay.js index f1bb9da..c2d540a 100644 --- a/config/pay.js +++ b/config/pay.js @@ -1,9 +1,3 @@ -/* - * @Descripttion: - * @version: - * @Author: 王三华 - * @Date: 2023-05-31 19:18:11 - */ const http = uni.$u.http //支付配置 diff --git a/config/regiest.js b/config/regiest.js index 6406c77..ebb3550 100644 --- a/config/regiest.js +++ b/config/regiest.js @@ -1,9 +1,3 @@ -/* - * @Descripttion: - * @version: - * @Author: 王三华 - * @Date: 2023-06-08 14:52:59 - */ const http = uni.$u.http //幂等性 export const generate = (params) => http.get('/system/api/idempotent/generate', { params }) diff --git a/pages/address/index.vue b/pages/address/index.vue index cfcb207..0178065 100644 --- a/pages/address/index.vue +++ b/pages/address/index.vue @@ -1,9 +1,3 @@ -