Merge pull request #3197 from dataease/pr@dev@fix_display_i18n

fix(外观配置): 首页链接格式错误提示国际化
This commit is contained in:
王嘉豪 2022-09-27 14:07:03 +08:00 committed by GitHub
commit 4b8b1aaf5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View File

@ -2167,7 +2167,8 @@ export default {
homeLink: 'Home Link',
defaultHomeLink: 'Default is the system built-in home page',
showFoot: 'Show login page footer',
footContent: 'Foot content'
footContent: 'Foot content',
webFormat: 'Please enter the correct URL starting with [https:// or http://]'
},
auth: {
no_item_selected: 'Please select organization、user or role on the left',

View File

@ -2168,7 +2168,8 @@ export default {
homeLink: '首頁鏈接',
defaultHomeLink: '默認為系統內置首頁',
showFoot: '顯示登錄頁腳',
footContent: '頁腳內容'
footContent: '頁腳內容',
webFormat: '請輸入以[https://或http://]開頭的正確網址'
},
auth: {
no_item_selected: '请在左侧选择组织、角色或用户',

View File

@ -2168,7 +2168,8 @@ export default {
homeLink: '首页链接',
defaultHomeLink: '默认为系统内置首页',
showFoot: '显示登录页脚',
footContent: '页脚内容'
footContent: '页脚内容',
webFormat: '请输入以[https://或http://]开头的正确网址'
},
auth: {
no_item_selected: '请在左侧选择组织、角色或用户',