Browse Source

fix(router): 将搜索页默认重定向从/invoice改为/comprehensive

yz 1 tháng trước cách đây
mục cha
commit
9fedb88314
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/router/views/index.js

+ 1 - 1
src/router/views/index.js

@@ -105,7 +105,7 @@ export default [
     {
         path: "/search",
         component: Layout,
-        redirect: "/search/invoice",
+        redirect: "/search/comprehensive",
         meta: {
             icon: "el-icon-search",
             title: "综合查询",