装置升级

master
fanluyan 2 years ago
parent 1b9df0c31f
commit 895dca724f

@ -103,10 +103,13 @@ export default {
title: "拍照装置管理", title: "拍照装置管理",
}, },
{ {
icon: "el-icon-setting",
index: "/devicePhotoSchedule", index: "/devicePhotoSchedule",
title: "拍照时间表设置", title: "拍照时间表设置",
}, },
{
index: "/deviceUpgrade",
title: "装置升级",
},
// { // {
// icon: "el-icon-picture-outline", // icon: "el-icon-picture-outline",
// index: "imageSettings", // index: "imageSettings",

@ -129,6 +129,14 @@ const routes = [
), ),
meta: { title: "图像采集装置设置", icon: "el-icon-picture-outline" }, meta: { title: "图像采集装置设置", icon: "el-icon-picture-outline" },
}, },
{
path: "/deviceUpgrade",
component: () =>
import(
/* webpackChunkName: "tabs" */ "../views/deviceUpgrade/index.vue"
),
meta: { title: "装置升级", icon: "el-icon-picture-outline" },
},
{ {
path: "/userManagement", path: "/userManagement",
component: () => component: () =>

@ -0,0 +1,3 @@
<template>
<div class="deviceUpgrade">装置升级</div>
</template>

@ -300,7 +300,7 @@ export default {
// }, 3000); // }, 3000);
this.getDateTime(); this.getDateTime();
console.log(this.dateValue); console.log(this.dateValue);
this.getLineTreeStatus(); //this.getLineTreeStatus();
}, },
methods: { methods: {
// //

Loading…
Cancel
Save