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}" }