Quellcode durchsuchen

新增组件及页面

liuqiwen vor 4 Jahren
Ursprung
Commit
5ff977baf2
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      dgtis-ui/src/layout/components/TagsView/index.vue

+ 1 - 1
dgtis-ui/src/layout/components/TagsView/index.vue

@@ -7,7 +7,7 @@
         ref="tag"
         :key="tag.path"
         :class="isActive(tag)?'active':''"
-        :to="{ name: tag.name, params: tag.params, fullPath: tag.fullPath }"
+        :to="{ path: tag.path, query: tag.query, fullPath: tag.fullPath }"
         tag="span"
         class="tags-view-item"
         :style="activeStyle(tag)"