Forráskód Böngészése

[feat][规划管理][首页]

hizhangling 1 hónapja
szülő
commit
b1237162ba

+ 10 - 5
src/router/router_plan.js

@@ -19,20 +19,25 @@ const router = [
         path: '/xjc-integratedmachine/plan/develop_careerplan_information',
         component: () => import('@/views/xjc-integratedmachine/plan/develop_careerplan_information.vue'),
     },
+    //目标管理首页
+    {
+        path: '/xjc-integratedmachine/plan/aim_management_index',
+        component: () => import('@/views/xjc-integratedmachine/plan/aim/aim_management_index.vue'),
+    },
     //目标管理知识讲解
     {
-        path: '/xjc-integratedmachine/plan/explanation_knowledge',
-        component: () => import('@/views/xjc-integratedmachine/plan/explanation_knowledge.vue'),
+        path: '/xjc-integratedmachine/plan/aim_explanation_knowledge',
+        component: () => import('@/views/xjc-integratedmachine/plan/aim/aim_explanation_knowledge.vue'),
     },
     //目标管理交互
     {
-        path: '/xjc-integratedmachine/plan/target_management_interaction',
-        component: () => import('@/views/xjc-integratedmachine/plan/target_management_interaction.vue'),
+        path: '/xjc-integratedmachine/plan/aim_management_interaction',
+        component: () => import('@/views/xjc-integratedmachine/plan/aim/aim_management_interaction.vue'),
     },
     //时间管理菜单页
     {
         path: '/xjc-integratedmachine/plan/time_management_menu',
-        component: () => import('@/views/xjc-integratedmachine/plan/time_management_menu.vue'),
+        component: () => import('@/views/xjc-integratedmachine/plan/time/time_management_menu.vue'),
     },
     //时间管理4D法讲解
     {

src/views/xjc-integratedmachine/plan/explanation_knowledge.vue → src/views/xjc-integratedmachine/plan/aim/aim_explanation_knowledge.vue


+ 11 - 0
src/views/xjc-integratedmachine/plan/aim/aim_management_index.vue

@@ -0,0 +1,11 @@
+<template>
+    目标管理首页
+</template>
+
+<script setup>
+
+</script>
+
+<style scoped>
+
+</style>

src/views/xjc-integratedmachine/plan/target_management_interaction.vue → src/views/xjc-integratedmachine/plan/aim/aim_management_interaction.vue


+ 2 - 2
src/views/xjc-integratedmachine/plan/index.vue

@@ -5,8 +5,8 @@
             <div class="page-img-box">
                 <div class="img-box">
                     <img src="@/assets/images/plan/index/card1.png" @click="jumpTo('/xjc-integratedmachine/plan/develop_career_plan1')">
-                    <img src="@/assets/images/plan/index/card2.png" @click="jumpTo('/xjc-integratedmachine/plan/prodb_search_undergraduate')">
-                    <img src="@/assets/images/plan/index/card3.png" @click="jumpTo('/xjc-integratedmachine/plan/occdb_search_industry')">
+                    <img src="@/assets/images/plan/index/card2.png" @click="jumpTo('/xjc-integratedmachine/plan/aim_management_index')">
+                    <img src="@/assets/images/plan/index/card3.png" @click="jumpTo('/xjc-integratedmachine/plan/time_management_menu')">
                 </div>
                 <div class="bottom-img common-img-button">
                     <img src="@/assets/images/plan/index/card4.png" @click="jumpTo('/xjc-integratedmachine/plan/studyocc_information')">

src/views/xjc-integratedmachine/plan/time_management_menu.vue → src/views/xjc-integratedmachine/plan/time/time_management_menu.vue