瀏覽代碼

~~修改~~

王强 1 月之前
父節點
當前提交
0701f5f3a6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -31,7 +31,7 @@ const router = createRouter({
     { path: '/MainBusiness', component: MainBusiness },
     { path: '/ContactInformation', component: ContactInformation },
     {path:'/JoinUs', component: JoinUs},
-    {path:'/news',component: News},
+    // {path:'/news',component: News},
     {path:'/newsDetail/:id?',component: newsDetail},
     {path:'/subGroup/:id?',component: subGroup}
   ]