修改card2不能發送問題

dev
Wayne 3 years ago
parent 1750234318
commit c342e62c11

@ -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

2
.gitignore vendored

@ -21,3 +21,5 @@ pnpm-debug.log*
*.njsproj *.njsproj
*.sln *.sln
*.sw? *.sw?
.env.development

@ -123,7 +123,7 @@ function genCard(vcard) {
"color": "#6c6664", "color": "#6c6664",
"size": "md", "size": "md",
"action": { "action": {
"type": "postback", "type": "uri",
"label": "action", "label": "action",
"uri": "mailto:${vcard.email}" "uri": "mailto:${vcard.email}"
} }

Loading…
Cancel
Save