zhaomiao 4 年之前
父节点
当前提交
30d03c028b
共有 2 个文件被更改,包括 11 次插入0 次删除
  1. 1 0
      src/App.vue
  2. 10 0
      src/router/index.js

+ 1 - 0
src/App.vue

@@ -30,6 +30,7 @@
               <template slot="title">单机性能分析</template>
               <el-menu-item index="/individual_Saturation">单机饱和度</el-menu-item>
               <el-menu-item index="/individual_Pandectinformation">单机信息总览</el-menu-item>
+              <el-menu-item index="/PowerandWindspeed_Chart">单机功率风速排布图</el-menu-item>
             </el-submenu>
             <el-submenu index="3-2">
               <template slot="title">指标排行</template>

+ 10 - 0
src/router/index.js

@@ -153,6 +153,16 @@ const routes = [{
 		path: '/indicia',
 		component: () => import('../views/SinglePerformanceAnalysis/individualPandectinformationdetails.vue')
 	}
+	,
+	{
+		path: '/history_date',
+		component: () => import('../views/SinglePerformanceAnalysis/individualHistoryinformation.vue')
+	}
+	,
+	{
+		path: '/PowerandWindspeed_Chart',
+		component: () => import('../views/SinglePerformanceAnalysis/PowerandWindspeedChart.vue')
+	}
 ]
 
 const router = new VueRouter({