Browse Source

图例库不需要token

zhulizhen1111 4 năm trước cách đây
mục cha
commit
c854ed5027
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)
         }
     }
 }