Эх сурвалжийг харах

需求池 区分研报和首页

hbchen 2 жил өмнө
parent
commit
029b3ad873

+ 2 - 2
src/layout/component/Aside.vue

@@ -6,7 +6,7 @@ const route = useRoute();
 const router= useRouter()
 const store=useStore()
 
-let activePath = ref("/report/index");
+let activePath = ref("/report/classify");
 watch(
   () => route.path,
   (to) => {
@@ -41,7 +41,7 @@ let menuList = reactive([
   {
     MenuId: 1,
     name: "研报",
-    path: "/report/index",
+    path: "/report/classify",
     icon_path: new URL('../../assets/leftNav/report-s.png', import.meta.url).href,
     children: null,
   },

+ 5 - 5
src/router/index.js

@@ -68,18 +68,19 @@ const routes=[
   {
     path:'/report',
     name:'Report',
-    redirect: '/report/index',
+    redirect: '/report/classify',
     component: () => import("@/layout/Index.vue"),
     meta: {
       title:"研报"
     },
     children:[
+      // 研报与首页区分开了 首页为原来的研报页面,现在的研报页面是分类 -- 2022/10/17
       {
         path: "index",
         name: "ReportIndex",
         component: () => import("@/views/report/Index.vue"),
         meta: {
-          title: "研报",
+          title: "首页",
           keepAlive:true,
           isRoot:true
         },
@@ -89,10 +90,9 @@ const routes=[
         name: "ReportClassify",
         component: () => import("@/views/report/Classify.vue"),
         meta: {
-          title: "FICC研报分类",
+          title: "研报",
           keepAlive:false,
-          isRoot:false,
-          hasBack:true
+          isRoot:true
         },
       },
       {

+ 5 - 5
src/views/report/Index.vue

@@ -179,9 +179,9 @@ const getNewAnnounce=async ()=>{
 getNewAnnounce()
 
 //跳转至研报分类页
-const handleGoMoreClassify = () => {
-  router.push({ path:'/report/classify' });
-};
+// const handleGoMoreClassify = () => {
+//   router.push({ path:'/report/classify' });
+// };
 
 //点击上新公告
 const handleClickAnnounce=(data)=>{
@@ -278,8 +278,8 @@ onActivated(()=>{
             :key="item.classify_name" 
             @click="clickFirstType(item)"
           >{{ item.classify_name }}</div>
-          <!-- 查看更多 -->
-          <div class="see-more" @click="handleGoMoreClassify">查看更多</div>
+          <!-- 查看更多 2022-10-17 研报和首页分开,不显示查看更多按钮 https://share.lanhuapp.com/#/invite?sid=lxeTdwAa -->
+          <!-- <div class="see-more" @click="handleGoMoreClassify">查看更多</div> -->
         </div>
         <div class="sub-nav">
             <span