From 920ad7c1062549f8ff6e5034f84a90c725dc89dd Mon Sep 17 00:00:00 2001 From: doum <doum> Date: 星期二, 23 九月 2025 16:40:27 +0800 Subject: [PATCH] H5静态化 --- admin/.env.development | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/admin/.env.development b/admin/.env.development index 315734b..0a5cf07 100644 --- a/admin/.env.development +++ b/admin/.env.development @@ -1,3 +1,6 @@ # 寮�鍙戠幆澧冮厤缃� NODE_ENV = 'development' -VUE_APP_API_URL = 'http://192.168.0.129:10040' +VUE_APP_API_URL = 'http://localhost:10010' + +# 椤圭洰涓婁笅鏂囪矾寰� +VUE_APP_CONTEXT_PATH = '/' -- Gitblit v1.9.3