zhaomiao 4 年之前
父节点
当前提交
5ce5c380fe
共有 3 个文件被更改,包括 1 次插入21 次删除
  1. 0 1
      src/App.vue
  2. 0 19
      src/router/index.js
  3. 1 1
      src/utils/date.js

+ 0 - 1
src/App.vue

@@ -32,7 +32,6 @@
             <el-menu-item index="/plannedGeneration">计划发电量列表</el-menu-item>
             <el-submenu index="3-1">
               <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-menu-item index="/Power_Chart">风机功率排布图</el-menu-item>  

+ 0 - 19
src/router/index.js

@@ -132,12 +132,6 @@ const routes = [{
 	}	
 	,
 	{
-		path: '/individual_Saturation',
-		name: 'individual_Saturation',
-		component: () => import('../views/SinglePerformanceAnalysis/individualSaturation.vue')
-	}
-	,
-	{
 		path: '/power_Editor',
 		name: 'power_Editor',
 		component: () => import('../views/SinglePerformanceAnalysis/powerEditor.vue')
@@ -258,19 +252,6 @@ const routes = [{
 		name: 'performanceAnalysisOperation',
 		component: () => import('../views/gradeEvaluation/PerformanceAnalysisOperation.vue')
 	}
-	,
-	{
-		path: '/interValue',
-		name: 'interValue',
-		component: () => import('../views/betweenValues/InterValue.vue')
-	}
-	,
-	{
-		path: '/interValueLineTable',
-		name: 'interValueLineTable',
-		component: () => import('../views/betweenValues/InterValueLineTable.vue')
-	}
-	,
 ]
 
 const router = new VueRouter({

+ 1 - 1
src/utils/date.js

@@ -9,7 +9,7 @@ export default function(data = 1){
   
     let Y = myDate.getFullYear(),
         M = myDate.getMonth() + 1,
-        D = myDate.getDate() + 1;
+        D = myDate.getDate();
         // H = myDate.getHours(),
         // Min = myDate.getMinutes(),
         // S = myDate.getSeconds();