From 29cd1c40e168c9be6fd29f3089cbf6a18db648f6 Mon Sep 17 00:00:00 2001 From: woody Date: Fri, 13 Jun 2025 17:16:37 +0800 Subject: [PATCH] =?UTF-8?q?feat(share):=20=E4=B8=AA=E4=BA=BA=E6=8E=A8?= =?UTF-8?q?=E5=B9=BF=E6=9B=B4=E6=8D=A2=E8=83=8C=E6=99=AF=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/request.js | 2 +- package-lock.json | 2 +- pages/mine/share/index.vue | 692 +++++++++++++++++++++++-------------- static/images/share-bg.png | Bin 0 -> 2208713 bytes 4 files changed, 436 insertions(+), 260 deletions(-) create mode 100644 static/images/share-bg.png diff --git a/config/request.js b/config/request.js index 0cf3490..f7009c6 100644 --- a/config/request.js +++ b/config/request.js @@ -20,7 +20,7 @@ module.exports = vm => { //#ifdef DEV_SERVER console.log('DEV_SERVER') - config.baseURL = 'http://t-app.beida777.com/prod-api' + config.baseURL = 'http://localhost:8080' //#endif //#ifdef QA_SERVER diff --git a/package-lock.json b/package-lock.json index f630bf9..4d803a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3532,7 +3532,7 @@ }, "node_modules/html2canvas": { "version": "1.4.1", - "resolved": "https://registry.npmmirror.com/html2canvas/-/html2canvas-1.4.1.tgz", + "resolved": "https://registry.npmjs.org/html2canvas/-/html2canvas-1.4.1.tgz", "integrity": "sha512-fPU6BHNpsyIhr8yyMpTLLxAbkaK8ArIBcmZIRiBLiDhjeqvXolaEmDGmELFuX9I4xDcaKKcJl+TKZLqruBbmWA==", "license": "MIT", "dependencies": { diff --git a/pages/mine/share/index.vue b/pages/mine/share/index.vue index cd41176..e4234a3 100644 --- a/pages/mine/share/index.vue +++ b/pages/mine/share/index.vue @@ -1,25 +1,25 @@