From 7fc79e5c6c98fa7fe1e2279572251a45f0970c65 Mon Sep 17 00:00:00 2001 From: jiaosong <jiaosong6760@dingtalk.com> Date: 星期二, 19 九月 2023 12:46:56 +0800 Subject: [PATCH] #联调修改 --- platform/.env.development | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/platform/.env.development b/platform/.env.development index 6a5ee4e..708d845 100644 --- a/platform/.env.development +++ b/platform/.env.development @@ -1,9 +1,10 @@ # 寮�鍙戠幆澧冮厤缃� NODE_ENV = 'development' +VUE_APP_CONTEXT_PATH = '/' VUE_APP_API_PREFIX = '/api' # 浠诲悍 # VUE_APP_API = 'http://192.168.0.15:10017/' # 鐒︽澗 -VUE_APP_API = 'http://192.168.0.36:10011' +VUE_APP_API = 'http://192.168.0.35:10011' -- Gitblit v1.9.3