From 68cf0297f541f3891d33e173c3d5fee145aab169 Mon Sep 17 00:00:00 2001 From: k94314517 <8417338+k94314517@user.noreply.gitee.com> Date: 星期二, 19 九月 2023 12:21:44 +0800 Subject: [PATCH] 基础字段 --- platform/.env.development | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/.env.development b/platform/.env.development index f98212e..708d845 100644 --- a/platform/.env.development +++ b/platform/.env.development @@ -1,10 +1,10 @@ # 寮�鍙戠幆澧冮厤缃� NODE_ENV = 'development' -VUE_APP_CONTEXT_PATH = '' +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