mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 10:18:11 +08:00
feat: 添加ak,sk
This commit is contained in:
@@ -337,7 +337,8 @@ export default {
|
||||
confirm: 'Confirm',
|
||||
ok: 'Confirm',
|
||||
cancel: 'Cancel'
|
||||
}
|
||||
},
|
||||
ukey_title: 'API Keys'
|
||||
},
|
||||
documentation: {
|
||||
documentation: 'Documentation',
|
||||
|
||||
@@ -337,7 +337,8 @@ export default {
|
||||
confirm: '確認',
|
||||
ok: '確認',
|
||||
cancel: '取消'
|
||||
}
|
||||
},
|
||||
ukey_title: 'API Keys'
|
||||
},
|
||||
documentation: {
|
||||
documentation: '文檔',
|
||||
|
||||
@@ -337,7 +337,8 @@ export default {
|
||||
confirm: '确认',
|
||||
ok: '确认',
|
||||
cancel: '取消'
|
||||
}
|
||||
},
|
||||
ukey_title: 'API Keys'
|
||||
},
|
||||
documentation: {
|
||||
documentation: '文档',
|
||||
|
||||
@@ -53,6 +53,11 @@
|
||||
<router-link to="/person-info/index">
|
||||
<el-dropdown-item>{{ $t('commons.personal_info') }}</el-dropdown-item>
|
||||
</router-link>
|
||||
|
||||
<router-link to="/ukey/index">
|
||||
<el-dropdown-item>{{ $t('commons.ukey_title') }}</el-dropdown-item>
|
||||
</router-link>
|
||||
|
||||
<router-link to="/person-pwd/index">
|
||||
<el-dropdown-item>{{ $t('user.change_password') }}</el-dropdown-item>
|
||||
</router-link>
|
||||
|
||||
Reference in New Issue
Block a user