新增待办信息
This commit is contained in:
@@ -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 为 https,tomcat 为 http 时,设置该选项为 true
|
# 当 Nginx 为 https,tomcat 为 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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user