From 5389663b7278225cdc0bdcbbe931dcd154f7ef07 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期五, 12 十一月 2021 21:16:45 +0800 Subject: [PATCH] fix 修复 临时文件存储位置 相对路径问题 --- ruoyi-ui/.env.development | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/.env.development b/ruoyi-ui/.env.development index 4addbcd..232d907 100644 --- a/ruoyi-ui/.env.development +++ b/ruoyi-ui/.env.development @@ -7,8 +7,8 @@ # 鑻ヤ緷绠$悊绯荤粺/寮�鍙戠幆澧� VUE_APP_BASE_API = '/dev-api' -# 搴旂敤璁块棶璺緞 渚嬪浣跨敤鍓嶇紑 /admin/index -VUE_APP_CONTEXT_PATH = '/index' +# 搴旂敤璁块棶璺緞 渚嬪浣跨敤鍓嶇紑 /admin/ +VUE_APP_CONTEXT_PATH = '/' # 鐩戞帶鍦板潃 VUE_APP_MONITRO_ADMIN = 'http://localhost:9090/admin/login' -- Gitblit v1.9.3