瀏覽代碼

feat: 处理别名拦截问题

zhangyuhan 1 年之前
父節點
當前提交
34da73da3f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/bigmember_pc/src/router/routers.js

+ 1 - 1
apps/bigmember_pc/src/router/routers.js

@@ -249,7 +249,7 @@ export default [
   // 标讯详情页
   {
     path: '/article/:content/:id',
-    alias: ['/article/:content/:id'],
+    alias: ['/article/:content/:id', '/nologin/:content/:id'],
     name: 'article_detail',
     component: () => import('@/views/article-content/pages/Article.vue')
   },