ソースを参照

feat: 修复别名问题

zhangyuhan 1 年間 前
コミット
07454f31ed
1 ファイル変更1 行追加1 行削除
  1. 1 1
      apps/bigmember_pc/src/router/modules/search.js

+ 1 - 1
apps/bigmember_pc/src/router/modules/search.js

@@ -7,7 +7,7 @@ export default [
       '/jylab/supsearch/index.html',
       '/jylab/bi/index.html',
       '/jylab/medical/index.html',
-      '/channel/cooperate/JyChCoopA'
+      '/channel/cooperate/*'
     ],
     name: 'bidding-search',
     component: () => import('@/views/search/bidding/index.vue')