mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-09-17 19:06:39 +08:00
v3.19.0 【新增】启动时邮箱测试连接关闭;【新增】默认菜单打开互斥;【新增】默认不显示帮助文档
This commit is contained in:
parent
f127f02c96
commit
51caeb1ad1
@ -41,6 +41,7 @@ spring:
|
|||||||
port: 465
|
port: 465
|
||||||
username: lab1024@163.com
|
username: lab1024@163.com
|
||||||
password: LAB1024LAB
|
password: LAB1024LAB
|
||||||
|
test-connection: false
|
||||||
properties:
|
properties:
|
||||||
mail:
|
mail:
|
||||||
smtp:
|
smtp:
|
||||||
|
@ -41,6 +41,7 @@ spring:
|
|||||||
port: 465
|
port: 465
|
||||||
username: lab1024@163.com
|
username: lab1024@163.com
|
||||||
password: LAB1024LAB
|
password: LAB1024LAB
|
||||||
|
test-connection: false
|
||||||
properties:
|
properties:
|
||||||
mail:
|
mail:
|
||||||
smtp:
|
smtp:
|
||||||
|
@ -40,6 +40,7 @@ spring:
|
|||||||
port: 465
|
port: 465
|
||||||
username: lab1024@163.com
|
username: lab1024@163.com
|
||||||
password: LAB1024LAB
|
password: LAB1024LAB
|
||||||
|
test-connection: false
|
||||||
properties:
|
properties:
|
||||||
mail:
|
mail:
|
||||||
smtp:
|
smtp:
|
||||||
|
@ -41,6 +41,7 @@ spring:
|
|||||||
port: 465
|
port: 465
|
||||||
username: lab1024@163.com
|
username: lab1024@163.com
|
||||||
password: LAB1024LAB
|
password: LAB1024LAB
|
||||||
|
test-connection: false
|
||||||
properties:
|
properties:
|
||||||
mail:
|
mail:
|
||||||
smtp:
|
smtp:
|
||||||
|
@ -40,6 +40,7 @@ spring:
|
|||||||
port: 465
|
port: 465
|
||||||
username: lab1024@163.com
|
username: lab1024@163.com
|
||||||
password: LAB1024LAB
|
password: LAB1024LAB
|
||||||
|
test-connection: false
|
||||||
properties:
|
properties:
|
||||||
mail:
|
mail:
|
||||||
smtp:
|
smtp:
|
||||||
|
@ -40,6 +40,7 @@ spring:
|
|||||||
port: 465
|
port: 465
|
||||||
username: lab1024@163.com
|
username: lab1024@163.com
|
||||||
password: LAB1024LAB
|
password: LAB1024LAB
|
||||||
|
test-connection: false
|
||||||
properties:
|
properties:
|
||||||
mail:
|
mail:
|
||||||
smtp:
|
smtp:
|
||||||
|
@ -39,6 +39,7 @@ spring:
|
|||||||
port: 465
|
port: 465
|
||||||
username: lab1024@163.com
|
username: lab1024@163.com
|
||||||
password: LAB1024LAB
|
password: LAB1024LAB
|
||||||
|
test-connection: false
|
||||||
properties:
|
properties:
|
||||||
mail:
|
mail:
|
||||||
smtp:
|
smtp:
|
||||||
|
@ -40,6 +40,7 @@ spring:
|
|||||||
port: 465
|
port: 465
|
||||||
username: lab1024@163.com
|
username: lab1024@163.com
|
||||||
password: LAB1024LAB
|
password: LAB1024LAB
|
||||||
|
test-connection: false
|
||||||
properties:
|
properties:
|
||||||
mail:
|
mail:
|
||||||
smtp:
|
smtp:
|
||||||
|
@ -25,7 +25,7 @@ export const appDefaultConfig = {
|
|||||||
// 圆角
|
// 圆角
|
||||||
borderRadius: 6,
|
borderRadius: 6,
|
||||||
// 菜单展开模式
|
// 菜单展开模式
|
||||||
flatPattern: true,
|
flatPattern: false,
|
||||||
// 标签页
|
// 标签页
|
||||||
pageTagFlag: true,
|
pageTagFlag: true,
|
||||||
// 标签页样式: default、 antd、chrome
|
// 标签页样式: default、 antd、chrome
|
||||||
@ -37,7 +37,7 @@ export const appDefaultConfig = {
|
|||||||
// 帮助文档
|
// 帮助文档
|
||||||
helpDocFlag: true,
|
helpDocFlag: true,
|
||||||
// 帮助文档默认展开
|
// 帮助文档默认展开
|
||||||
helpDocExpandFlag: true,
|
helpDocExpandFlag: false,
|
||||||
// 水印
|
// 水印
|
||||||
watermarkFlag: true,
|
watermarkFlag: true,
|
||||||
// 网站名称
|
// 网站名称
|
||||||
|
@ -31,7 +31,7 @@ export const appDefaultConfig: AppConfig = {
|
|||||||
// 圆角
|
// 圆角
|
||||||
borderRadius: 6,
|
borderRadius: 6,
|
||||||
// 菜单展开模式
|
// 菜单展开模式
|
||||||
flatPattern: true,
|
flatPattern: false,
|
||||||
// 标签页
|
// 标签页
|
||||||
pageTagFlag: true,
|
pageTagFlag: true,
|
||||||
// 标签页样式: default、 antd、chrome
|
// 标签页样式: default、 antd、chrome
|
||||||
@ -43,7 +43,7 @@ export const appDefaultConfig: AppConfig = {
|
|||||||
// 帮助文档
|
// 帮助文档
|
||||||
helpDocFlag: true,
|
helpDocFlag: true,
|
||||||
// 帮助文档默认展开
|
// 帮助文档默认展开
|
||||||
helpDocExpandFlag: true,
|
helpDocExpandFlag: false,
|
||||||
// 水印
|
// 水印
|
||||||
watermarkFlag: true,
|
watermarkFlag: true,
|
||||||
// 网站名称
|
// 网站名称
|
||||||
|
Loading…
Reference in New Issue
Block a user