feat: 添加ak,sk

This commit is contained in:
fit2cloud-chenyw
2021-08-09 16:01:29 +08:00
parent f87ac3cabc
commit bb711fb406
9 changed files with 941 additions and 3 deletions

View File

@@ -337,7 +337,8 @@ export default {
confirm: 'Confirm',
ok: 'Confirm',
cancel: 'Cancel'
}
},
ukey_title: 'API Keys'
},
documentation: {
documentation: 'Documentation',

View File

@@ -337,7 +337,8 @@ export default {
confirm: '確認',
ok: '確認',
cancel: '取消'
}
},
ukey_title: 'API Keys'
},
documentation: {
documentation: '文檔',

View File

@@ -337,7 +337,8 @@ export default {
confirm: '确认',
ok: '确认',
cancel: '取消'
}
},
ukey_title: 'API Keys'
},
documentation: {
documentation: '文档',

View File

@@ -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>