1 Commits
v3.18 ... v3.19

10 changed files with 12 additions and 4 deletions

View File

@@ -41,6 +41,7 @@ spring:
port: 465
username: lab1024@163.com
password: LAB1024LAB
test-connection: false
properties:
mail:
smtp:

View File

@@ -41,6 +41,7 @@ spring:
port: 465
username: lab1024@163.com
password: LAB1024LAB
test-connection: false
properties:
mail:
smtp:

View File

@@ -40,6 +40,7 @@ spring:
port: 465
username: lab1024@163.com
password: LAB1024LAB
test-connection: false
properties:
mail:
smtp:

View File

@@ -41,6 +41,7 @@ spring:
port: 465
username: lab1024@163.com
password: LAB1024LAB
test-connection: false
properties:
mail:
smtp:

View File

@@ -40,6 +40,7 @@ spring:
port: 465
username: lab1024@163.com
password: LAB1024LAB
test-connection: false
properties:
mail:
smtp:

View File

@@ -40,6 +40,7 @@ spring:
port: 465
username: lab1024@163.com
password: LAB1024LAB
test-connection: false
properties:
mail:
smtp:

View File

@@ -39,6 +39,7 @@ spring:
port: 465
username: lab1024@163.com
password: LAB1024LAB
test-connection: false
properties:
mail:
smtp:

View File

@@ -40,6 +40,7 @@ spring:
port: 465
username: lab1024@163.com
password: LAB1024LAB
test-connection: false
properties:
mail:
smtp:

View File

@@ -25,7 +25,7 @@ export const appDefaultConfig = {
// 圆角
borderRadius: 6,
// 菜单展开模式
flatPattern: true,
flatPattern: false,
// 标签页
pageTagFlag: true,
// 标签页样式: default、 antd、chrome
@@ -37,7 +37,7 @@ export const appDefaultConfig = {
// 帮助文档
helpDocFlag: true,
// 帮助文档默认展开
helpDocExpandFlag: true,
helpDocExpandFlag: false,
// 水印
watermarkFlag: true,
// 网站名称

View File

@@ -31,7 +31,7 @@ export const appDefaultConfig: AppConfig = {
// 圆角
borderRadius: 6,
// 菜单展开模式
flatPattern: true,
flatPattern: false,
// 标签页
pageTagFlag: true,
// 标签页样式: default、 antd、chrome
@@ -43,7 +43,7 @@ export const appDefaultConfig: AppConfig = {
// 帮助文档
helpDocFlag: true,
// 帮助文档默认展开
helpDocExpandFlag: true,
helpDocExpandFlag: false,
// 水印
watermarkFlag: true,
// 网站名称