From 45fd96cd0d6086941228c15c0506b6a05896b12b Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期三, 18 五月 2022 10:05:36 +0800 Subject: [PATCH] fix 修复 编辑 OssConfig 在 postgres 字段重复报错 补全 remark 字段 --- ruoyi-ui/.env.production | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/.env.production b/ruoyi-ui/.env.production index 45f4ad1..928000b 100644 --- a/ruoyi-ui/.env.production +++ b/ruoyi-ui/.env.production @@ -4,8 +4,8 @@ # 鐢熶骇鐜閰嶇疆 ENV = 'production' -# 搴旂敤璁块棶璺緞 渚嬪浣跨敤鍓嶇紑 /admin/index -VUE_APP_CONTEXT_PATH = '/index' +# 搴旂敤璁块棶璺緞 渚嬪浣跨敤鍓嶇紑 /admin/ +VUE_APP_CONTEXT_PATH = '/' # 鐩戞帶鍦板潃 VUE_APP_MONITRO_ADMIN = '/admin/login' -- Gitblit v1.9.3