mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat: 新增开启水印环境变量
This commit is contained in:
@ -54,7 +54,7 @@ export const themeSettings: App.Theme.ThemeSetting = {
|
||||
right: true
|
||||
},
|
||||
watermark: {
|
||||
visible: false,
|
||||
visible: import.meta.env.VITE_WATERMARK === 'Y',
|
||||
text: 'RuoYi-Vue-Plus'
|
||||
},
|
||||
tokens: {
|
||||
|
Reference in New Issue
Block a user