Explorar o código

新增组件及页面

liuqiwen %!s(int64=4) %!d(string=hai) anos
pai
achega
5ff977baf2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)"