默认启动文件是生产/默认类目为关闭
This commit is contained in:
parent
3a891072ba
commit
7357620bf8
|
|
@ -59,7 +59,7 @@ spring:
|
|||
time-zone: GMT+8
|
||||
date-format: yyyy-MM-dd HH:mm:ss
|
||||
profiles:
|
||||
active: dev
|
||||
active: druid
|
||||
# 文件上传
|
||||
servlet:
|
||||
multipart:
|
||||
|
|
|
|||
|
|
@ -65,6 +65,7 @@
|
|||
updateUrl: prefix + "/edit/{id}",
|
||||
removeUrl: prefix + "/remove/{id}",
|
||||
modalName: "类目",
|
||||
expandAll: false,
|
||||
columns: [{
|
||||
field: 'selectItem',
|
||||
radio: true
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@
|
|||
updateUrl: prefix + "/edit/{id}",
|
||||
removeUrl: prefix + "/remove/{id}",
|
||||
modalName: "类目",
|
||||
expandAll: false,
|
||||
columns: [{
|
||||
field: 'selectItem',
|
||||
radio: true
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@
|
|||
updateUrl: prefix + "/edit/{id}",
|
||||
removeUrl: prefix + "/remove/{id}",
|
||||
modalName: "类目",
|
||||
expandAll: false,
|
||||
columns: [{
|
||||
field: 'selectItem',
|
||||
radio: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue