From e6014dd0e904a7bd7049116069bdb48109c42860 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期日, 27 二月 2022 22:09:53 +0800 Subject: [PATCH] fix 恢复误删 @Async 注解线程池配置类 --- 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