From c342e62c112edf56fe6475e945f060e40bd2d546 Mon Sep 17 00:00:00 2001 From: Wayne Date: Wed, 4 Oct 2023 22:37:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9card2=E4=B8=8D=E8=83=BD?= =?UTF-8?q?=E7=99=BC=E9=80=81=E5=95=8F=E9=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 13 ------------- .gitignore | 2 ++ src/utils/card/card2.js | 2 +- 3 files changed, 3 insertions(+), 14 deletions(-) delete mode 100644 .env.development diff --git a/.env.development b/.env.development deleted file mode 100644 index 2f4e503..0000000 --- a/.env.development +++ /dev/null @@ -1,13 +0,0 @@ -NODE_ENV = development - -VUE_ENV = stage - -VUE_APP_BASE_URL = https://utel.zltest.com.tw - -VUE_APP_LINE_LIFF_ID = 2000917272-PBWoXdOl - -VUE_APP_SEND_URL = https://liff.line.me/2000917272-PBWoXdOl - -VUE_APP_API_URL = https://utel.zltest.com.tw/appapi/v1 - -VUE_APP_IMAGE_URL = https://utel.zltest.com.tw/storage \ No newline at end of file diff --git a/.gitignore b/.gitignore index 403adbc..6c17418 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ pnpm-debug.log* *.njsproj *.sln *.sw? + +.env.development diff --git a/src/utils/card/card2.js b/src/utils/card/card2.js index 96fa480..6239566 100644 --- a/src/utils/card/card2.js +++ b/src/utils/card/card2.js @@ -123,7 +123,7 @@ function genCard(vcard) { "color": "#6c6664", "size": "md", "action": { - "type": "postback", + "type": "uri", "label": "action", "uri": "mailto:${vcard.email}" }