From d9c96d153bb5ed761da76f29d715c755f7b5dd32 Mon Sep 17 00:00:00 2001 From: Mr.Zhang <710666463@qq.com> Date: 星期二, 19 九月 2023 10:24:05 +0800 Subject: [PATCH] 平台端bug --- platform/.env.development | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/platform/.env.development b/platform/.env.development index 6ddd836..f98212e 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.35:10011' +VUE_APP_API = 'http://192.168.0.36:10011' -- Gitblit v1.9.3