新增待办信息

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

View File

@@ -2,7 +2,7 @@
VITE_PUBLIC_PATH = /vuePath 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 # 路由模式true: history、false: hash
VITE_ROUTE_WEB_HISTORY = true VITE_ROUTE_WEB_HISTORY = true