From c58d2c4cba78385e114e9b8e0c02084e1c7279e3 Mon Sep 17 00:00:00 2001 From: woody Date: Tue, 2 Sep 2025 18:12:44 +0800 Subject: [PATCH] =?UTF-8?q?hotfix(share):=20=E5=88=86=E4=BA=AB=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E5=9B=BE=E4=B8=B4=E6=97=B6=E6=9B=B4=E6=8D=A2=E5=8F=91?= =?UTF-8?q?=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/DefaultSharePage.vue | 307 +++++++++++++++++++++ config/request.js | 2 +- pages/mine/share/index.vue | 471 ++++++-------------------------- static/images/share-bg.jpg | Bin 2351357 -> 1086252 bytes 4 files changed, 392 insertions(+), 388 deletions(-) create mode 100644 components/DefaultSharePage.vue diff --git a/components/DefaultSharePage.vue b/components/DefaultSharePage.vue new file mode 100644 index 0000000..1986767 --- /dev/null +++ b/components/DefaultSharePage.vue @@ -0,0 +1,307 @@ + + + + + diff --git a/config/request.js b/config/request.js index 780c5e4..11a871e 100644 --- a/config/request.js +++ b/config/request.js @@ -19,7 +19,7 @@ module.exports = vm => { //#ifdef DEV_SERVER console.log('DEV_SERVER') - config.baseURL = 'https://t-bl.beida777.com/prod-api' + config.baseURL = 'https://bl.beida777.com/prod-api' //#endif //#ifdef QA_SERVER diff --git a/pages/mine/share/index.vue b/pages/mine/share/index.vue index 26eec69..b0586f6 100644 --- a/pages/mine/share/index.vue +++ b/pages/mine/share/index.vue @@ -1,80 +1,31 @@