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 @@ -