From 3997ab249c2f4418ffd37f49d6e061bc3c0c0488 Mon Sep 17 00:00:00 2001 From: Wayne Hsu Date: Mon, 29 May 2023 09:48:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A8=AD=E5=AE=9A=E6=AA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.slash | 12 +++++------- vue.config.js | 4 ++-- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/.env.slash b/.env.slash index 0f0cbcc..291f8b5 100644 --- a/.env.slash +++ b/.env.slash @@ -2,14 +2,12 @@ NODE_ENV = production VUE_ENV = slash -VUE_APP_LINE_LIFF_ID = 1656907652-VJq33Pdg +VUE_APP_LINE_LIFF_ID = 1661025693-veEM0lwZ -VUE_APP_BASE_URL = https://card.h888.fun +VUE_APP_BASE_URL = https://card.slash1000.com -VUE_APP_SEND_URL = https://liff.line.me/1656907652-VJq33Pdg +VUE_APP_SEND_URL = https://liff.line.me/1661025693-veEM0lwZ -VUE_APP_API_URL = https://card.h888.fun/appapi/v1 +VUE_APP_API_URL = https://card.slash1000.com/appapi/v1 -VUE_APP_IMAGE_URL = https://card.h888.fun/storage - -VUE_APP_MC_URL = https://liff.line.me/1656907652-p38ddKzQ \ No newline at end of file +VUE_APP_IMAGE_URL = https://card.slash1000.com/storage diff --git a/vue.config.js b/vue.config.js index 8d392db..006fd35 100644 --- a/vue.config.js +++ b/vue.config.js @@ -6,7 +6,7 @@ module.exports = { ? "/card" : "/card", outputDir: - ["production", "u168"].includes(process.env.VUE_ENV) - ? "../api/public/card" + ["production", "u168", "slash"].includes(process.env.VUE_ENV) + ? "../build/card" : "./dist", };