mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 03:52:59 +08:00
feat(系统设置): 系统设置增加页面打开方式选项
This commit is contained in:
parent
42b2537a2e
commit
09e2996d45
@ -3065,7 +3065,8 @@ export default {
|
||||
defaultLogin: '默認登錄方式',
|
||||
shareDisable: '禁用分享',
|
||||
sharePeRequire: '分享有效期密碼必填',
|
||||
defaultSort: '資源默認排序方式'
|
||||
defaultSort: '資源默認排序方式',
|
||||
defaultOpen: '頁面打開方式'
|
||||
},
|
||||
resource_sort: {
|
||||
time_asc: '按創建時間升序',
|
||||
|
@ -3077,7 +3077,8 @@ export default {
|
||||
defaultLogin: '默认登录方式',
|
||||
shareDisable: '禁用分享',
|
||||
sharePeRequire: '分享有效期密码必填',
|
||||
defaultSort: '资源默认排序方式'
|
||||
defaultSort: '资源默认排序方式',
|
||||
defaultOpen: '页面打开方式'
|
||||
},
|
||||
resource_sort: {
|
||||
time_asc: '按创建时间升序',
|
||||
|
Loading…
Reference in New Issue
Block a user