王强 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}
   ]