调整授权链接

master
李春波 2 years ago
parent db8fddc6ca
commit 33cc2a5125
  1. 2
      front/src/config/router.config.js
  2. 2
      front/src/views/authorizer/authorizerList.vue

@ -105,7 +105,7 @@ export const constantRouterMap = [
// wechat authorizer
{
name: 'wechat',
path: '/wechat',
path: '/auth',
component: BlankLayout,
children: [
{

@ -362,7 +362,7 @@ export default {
},
onCopy(text) {
navigator.clipboard.writeText(window.location.origin + '/wechat/authorizer?url=' + text)
navigator.clipboard.writeText(window.location.origin + '/auth/authorizer?url=' + text)
.then(() => {
Message.success('复制成功,发送给用户打开完成授权')
})

Loading…
Cancel
Save