新增待办信息

This commit is contained in:
2026-01-01 10:36:24 +08:00
parent 94184ec2a3
commit ac676c3764
2 changed files with 15 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ apiMode: true
server:
port: 8980
servlet:
context-path: /js
context-path: ~
register-default-servlet: false
tomcat:
uri-encoding: UTF-8
@@ -49,6 +49,11 @@ server:
# 当 Nginx 为 httpstomcat 为 http 时,设置该选项为 true
schemeHttps: false
vue:
ctxPath:
replaceText: /vuePath
vuePath: /worker
#======================================#
#========= Database settings ==========#
#======================================#
@@ -405,14 +410,16 @@ state:
# Shiro 相关
shiro:
defaultPath: ${vuePath}/login
# 主页路径
defaultPath: ${shiro.loginUrl}
# 登录相关设置
loginUrl: ${adminPath}/login
logoutUrl: ${shiro.loginUrl}
successUrl: ${adminPath}/index
# defaultPath: ${shiro.loginUrl}
#
# # 登录相关设置
# loginUrl: ${adminPath}/login
# logoutUrl: ${shiro.loginUrl}
# successUrl: ${adminPath}/index
# # Apereo CAS 相关配置(标准版)
# casServerUrl: http://127.0.0.1:8981/cas

View File

@@ -2,7 +2,7 @@
VITE_PUBLIC_PATH = /vuePath
# 打包编译发布路径
VITE_OUTPUT_DIR = ../../jeesite-vue-dist/5.14.0/vue-dist/src/main/resources/vue-ui
VITE_OUTPUT_DIR = ../../web-api/src/main/resources/worker
# 路由模式true: history、false: hash
VITE_ROUTE_WEB_HISTORY = true