From e545f382c2989b1a6a510d0fed66b5e835bc163c Mon Sep 17 00:00:00 2001 From: Mr.Zhang <710666463@qq.com> Date: 星期三, 13 九月 2023 18:35:11 +0800 Subject: [PATCH] 大屏 --- screen_standard/.env.production | 3 ++- screen_standard/.env.development | 1 + 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/screen_standard/.env.development b/screen_standard/.env.development index 6e3d6c6..891725e 100644 --- a/screen_standard/.env.development +++ b/screen_standard/.env.development @@ -12,3 +12,4 @@ VITE_BASE_URL='https://dmtest.ahapp.net/doumeeplant_api' # VITE_BASE_URL = 'https://www.mes.red/doumeeplant' +VITE_BASE_URL = 'https://lingyang.mes.show:1801/doumeeplant' diff --git a/screen_standard/.env.production b/screen_standard/.env.production index 3d6704d..522f53e 100644 --- a/screen_standard/.env.production +++ b/screen_standard/.env.production @@ -1,7 +1,8 @@ NODE_ENV = production VITE_NAME = '鐢熶骇鐜' VITE_BASE_CONTEXT = 'screen' -VITE_BASE_PATH = '/api' +VITE_BASE_PATH = '/doumeeplant' VITE_BASE_URL = 'https://www.mes.red/doumeeplant' VITE_BASE_URL = 'https://127.0.0.1/doumeeplant' +# VITE_BASE_URL = 'https://lingyang.mes.show:1801/doumeeplant' -- Gitblit v1.9.3