[Update] 更新用户个人信息页面(3)

This commit is contained in:
Bai
2020-05-27 20:20:03 +08:00
parent bf3f9570ca
commit 2ee476f904
2 changed files with 4 additions and 2 deletions

View File

@@ -88,7 +88,9 @@ export default {
label: this.$t('common.Reset') label: this.$t('common.Reset')
}, },
callbacks: { callbacks: {
click: function() {} click: function() {
window.open(`/users/profile/pubkey/generate/`, '_blank')
}
} }
} }
] ]

View File

@@ -47,7 +47,7 @@ module.exports = {
['^' + process.env.VUE_APP_BASE_API]: '' ['^' + process.env.VUE_APP_BASE_API]: ''
} }
}, },
'^/(auth|static|users/profile/otp/)': { '^/(auth|static|dsers/profile/op/|users/profile/pubkey/generate/)': {
target: `http://localhost:8080`, target: `http://localhost:8080`,
changeOrigin: true changeOrigin: true
} }