From b8134cd6b5235bed8e3546e6a05da2be9a1fee79 Mon Sep 17 00:00:00 2001 From: lujiang Date: Wed, 4 Sep 2024 22:10:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.server | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .env.server diff --git a/.env.server b/.env.server new file mode 100644 index 0000000..6b7d62d --- /dev/null +++ b/.env.server @@ -0,0 +1,4 @@ +NODE_ENV=production +VUE_APP_PREVIEW=false +VUE_APP_API_BASE_URL=https://baoxiu.jsgdha.com/shoot-hand +VUE_APP_MODEL_BASE_URL=https://baoxiu.jsgdha.com/shoot-hand \ No newline at end of file