Explorar o código

图例库不需要token

zhulizhen1111 %!s(int64=4) %!d(string=hai) anos
pai
achega
c854ed5027
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/menuList.vue

+ 1 - 1
src/components/menuList.vue

@@ -174,7 +174,7 @@ export default {
         dumpLegend() {
             const { conf } = window.__systemConf,
                 { wandaBmGuideUrl } = conf
-            window.open(`${wandaBmGuideUrl}home/legendLibrary&token=${this.$store.state.ssoToken}`, true)
+            window.open(`${wandaBmGuideUrl}home/legendLibrary`, true)
         }
     }
 }