Kaynağa Gözat

图例库不需要token

zhulizhen1111 4 yıl önce
ebeveyn
işleme
c854ed5027
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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)
         }
     }
 }