From c526ab18705372e3af7a70189d34c2e1224a8a2e Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期二, 04 一月 2022 09:48:20 +0800 Subject: [PATCH] add 增加 RedisUtils 工具 hasKey 检查key存在方法 --- 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