Browse Source

修复快捷路径bug

lr 2 years ago
parent
commit
6f892b0649
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/middle.vue

+ 1 - 1
src/views/middle.vue

@@ -398,7 +398,7 @@ export default {
       const aEle = document.createElement('a')
       aEle.href = `${url}?username=${encodeURIComponent(
         username
-      )}&password=${encodeURIComponent(password)}?redirect=${menuPath}`
+      )}&password=${encodeURIComponent(password)}&redirect=${menuPath}`
       aEle.target = '_blank'
       aEle.click()
     },