瀏覽代碼

图例库不需要token

zhulizhen1111 4 年之前
父節點
當前提交
c854ed5027
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)
         }
     }
 }