mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(projects): 新增多页签缓存功能
This commit is contained in:
@ -61,6 +61,7 @@
|
||||
"visible": true,
|
||||
"bgColor": "#fff",
|
||||
"mode": "chrome",
|
||||
"isCache": true,
|
||||
"modeList": [
|
||||
{
|
||||
"value": "button",
|
||||
|
@ -58,6 +58,7 @@ const defaultThemeSettings: ThemeSettings = {
|
||||
visible: true,
|
||||
bgColor: '#fff',
|
||||
mode: 'chrome',
|
||||
isCache: true,
|
||||
modeList: [
|
||||
{ value: 'button', label: EnumMultiTabMode.button },
|
||||
{ value: 'chrome', label: EnumMultiTabMode.chrome }
|
||||
|
Reference in New Issue
Block a user