From 6a831d8c3ed39be15d7a42f239fe25eb6ffb1627 Mon Sep 17 00:00:00 2001 From: appleyou Date: Wed, 16 Apr 2025 20:00:22 +0800 Subject: [PATCH] =?UTF-8?q?wip:=20=E4=BA=8C=E7=BB=B4=E7=A0=81=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=B0=81=E8=A3=85=EF=BC=8C=E6=94=AF=E4=BB=98=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E4=BA=8C=E7=BB=B4=E7=A0=81=E5=B0=9A=E6=9C=AA=E6=9B=BF?= =?UTF-8?q?=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/qr-code/index.vue | 113 +++++++++++++++++++++++++++++++++++ config/request.js | 2 +- pages/pay/index.vue | 27 +++------ 3 files changed, 123 insertions(+), 19 deletions(-) create mode 100644 components/qr-code/index.vue diff --git a/components/qr-code/index.vue b/components/qr-code/index.vue new file mode 100644 index 0000000..3abd20b --- /dev/null +++ b/components/qr-code/index.vue @@ -0,0 +1,113 @@ + + + + +show \ No newline at end of file diff --git a/config/request.js b/config/request.js index e2b1fdd..f3d61e2 100644 --- a/config/request.js +++ b/config/request.js @@ -8,7 +8,7 @@ import { getToken, removeToken } from '@/config/auth.js' module.exports = (vm) => { // 初始化请求配置 uni.$u.http.setConfig((config) => { - config.baseURL = 'http://localhost:8080' + config.baseURL = 'http://t-app.beida413.com/prod-api' // 192.168.0.100:8080 //#ifdef DEV_SERVER diff --git a/pages/pay/index.vue b/pages/pay/index.vue index 0c93be7..4b612c0 100644 --- a/pages/pay/index.vue +++ b/pages/pay/index.vue @@ -684,20 +684,22 @@ :showCancelButton="true" content="是否确定解绑该银行卡" > +