|
@@ -50,18 +50,18 @@ export const asyncRoutes = [
|
|
|
},
|
|
|
|
|
|
{
|
|
|
- path: "/indicators",
|
|
|
+ path: '/indicators',
|
|
|
component: Layout,
|
|
|
- redirect: "noRedirect",
|
|
|
+ redirect: 'noRedirect',
|
|
|
children: [
|
|
|
{
|
|
|
- path: "indicators",
|
|
|
- name: "indicators",
|
|
|
- component: () => import("@/views/indicators/index"),
|
|
|
+ path: 'indicators',
|
|
|
+ name: 'indicators',
|
|
|
+ component: () => import('@/views/indicators/index'),
|
|
|
meta: {
|
|
|
- title: "指标录入",
|
|
|
- icon: "marker",
|
|
|
- permissions: ["admin"],
|
|
|
+ title: '指标录入',
|
|
|
+ icon: 'marker',
|
|
|
+ permissions: ['admin'],
|
|
|
},
|
|
|
},
|
|
|
],
|
|
@@ -76,44 +76,38 @@ export const asyncRoutes = [
|
|
|
{
|
|
|
path: 'group',
|
|
|
name: 'group',
|
|
|
- component: () =>
|
|
|
- import('@/views/stationConfiguration/group/index'),
|
|
|
+ component: () => import('@/views/stationConfiguration/group/index'),
|
|
|
meta: { title: '集团管理' },
|
|
|
},
|
|
|
{
|
|
|
path: 'area',
|
|
|
name: 'area',
|
|
|
- component: () =>
|
|
|
- import('@/views/stationConfiguration/area/index'),
|
|
|
+ component: () => import('@/views/stationConfiguration/area/index'),
|
|
|
meta: { title: '区域管理' },
|
|
|
},
|
|
|
{
|
|
|
path: 'company',
|
|
|
name: 'company',
|
|
|
- component: () =>
|
|
|
- import('@/views/stationConfiguration/company/index'),
|
|
|
+ component: () => import('@/views/stationConfiguration/company/index'),
|
|
|
meta: { title: '公司管理' },
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
{
|
|
|
path: 'station',
|
|
|
name: 'station',
|
|
|
- component: () =>
|
|
|
- import('@/views/stationConfiguration/station/index'),
|
|
|
+ component: () => import('@/views/stationConfiguration/station/index'),
|
|
|
meta: { title: '场站管理' },
|
|
|
},
|
|
|
{
|
|
|
path: 'period',
|
|
|
name: 'period',
|
|
|
- component: () =>
|
|
|
- import('@/views/stationConfiguration/period/index'),
|
|
|
+ component: () => import('@/views/stationConfiguration/period/index'),
|
|
|
meta: { title: '期次管理' },
|
|
|
},
|
|
|
{
|
|
|
path: 'line',
|
|
|
name: 'line',
|
|
|
- component: () =>
|
|
|
- import('@/views/stationConfiguration/line/index'),
|
|
|
+ component: () => import('@/views/stationConfiguration/line/index'),
|
|
|
meta: { title: '线路管理' },
|
|
|
},
|
|
|
{
|
|
@@ -123,97 +117,97 @@ export const asyncRoutes = [
|
|
|
import('@/views/stationConfiguration/windterbin/index'),
|
|
|
meta: { title: '风机管理' },
|
|
|
},
|
|
|
- {
|
|
|
+ {
|
|
|
path: 'equipmentmodel',
|
|
|
name: 'equipmentmodel',
|
|
|
component: () =>
|
|
|
import('@/views/stationConfiguration/equipmentmodel/index'),
|
|
|
meta: { title: '设备型号' },
|
|
|
},
|
|
|
- {
|
|
|
+ {
|
|
|
path: 'manufacturer',
|
|
|
name: 'manufacturer',
|
|
|
component: () =>
|
|
|
import('@/views/stationConfiguration/manufacturer/index'),
|
|
|
meta: { title: '设备厂商' },
|
|
|
},
|
|
|
- {
|
|
|
+ {
|
|
|
path: 'modelpower',
|
|
|
name: 'modelpower',
|
|
|
component: () =>
|
|
|
import('@/views/stationConfiguration/modelpower/index'),
|
|
|
meta: { title: '设备类型' },
|
|
|
},
|
|
|
- {
|
|
|
+ {
|
|
|
path: 'windsubstation',
|
|
|
name: 'windsubstation',
|
|
|
component: () =>
|
|
|
import('@/views/stationConfiguration/windsubstation/index'),
|
|
|
meta: { title: '变电所' },
|
|
|
},
|
|
|
- {
|
|
|
- path: 'projectstudy',
|
|
|
- name: 'projectstudy',
|
|
|
- component: () =>
|
|
|
- import('@/views/stationConfiguration/projectstudy/index'),
|
|
|
- meta: { title: '可研电量' },
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'admlist',
|
|
|
- name: 'admlist',
|
|
|
- component: () =>
|
|
|
- import('@/views/stationConfiguration/admlist/index'),
|
|
|
- meta: { title: '装机量管理' },
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // path: 'projectstudy',
|
|
|
+ // name: 'projectstudy',
|
|
|
+ // component: () =>
|
|
|
+ // import('@/views/stationConfiguration/projectstudy/index'),
|
|
|
+ // meta: { title: '可研电量' },
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'admlist',
|
|
|
+ // name: 'admlist',
|
|
|
+ // component: () =>
|
|
|
+ // import('@/views/stationConfiguration/admlist/index'),
|
|
|
+ // meta: { title: '装机量管理' },
|
|
|
+ // },
|
|
|
],
|
|
|
},
|
|
|
+ // {
|
|
|
+ // path: '/pointConfiguration',
|
|
|
+ // component: Layout,
|
|
|
+ // redirect: 'noRedirect',
|
|
|
+ // children: [
|
|
|
+ // {
|
|
|
+ // path: 'pointConfiguration',
|
|
|
+ // name: 'pointConfiguration',
|
|
|
+ // component: () => import('@/views/pointConfiguration/index'),
|
|
|
+ // meta: {
|
|
|
+ // title: '测点配置',
|
|
|
+ // icon: 'allergies',
|
|
|
+ // permissions: ['admin'],
|
|
|
+ // },
|
|
|
+ // },
|
|
|
+ // ],
|
|
|
+ // },
|
|
|
{
|
|
|
- path: "/pointConfiguration",
|
|
|
- component: Layout,
|
|
|
- redirect: "noRedirect",
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: "pointConfiguration",
|
|
|
- name: "pointConfiguration",
|
|
|
- component: () => import("@/views/pointConfiguration/index"),
|
|
|
- meta: {
|
|
|
- title: "测点配置",
|
|
|
- icon: "allergies",
|
|
|
- permissions: ["admin"],
|
|
|
- },
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
- {
|
|
|
- path: "/meterpoint",
|
|
|
+ path: '/meterpoint',
|
|
|
component: Layout,
|
|
|
- redirect: "noRedirect",
|
|
|
+ redirect: 'noRedirect',
|
|
|
children: [
|
|
|
{
|
|
|
- path: "meterpoint",
|
|
|
- name: "meterpoint",
|
|
|
- component: () => import("@/views/meterpoint/index"),
|
|
|
+ path: 'meterpoint',
|
|
|
+ name: 'meterpoint',
|
|
|
+ component: () => import('@/views/meterpoint/index'),
|
|
|
meta: {
|
|
|
- title: "电计量配置",
|
|
|
- icon: "allergies",
|
|
|
- permissions: ["admin"],
|
|
|
+ title: '电计量配置',
|
|
|
+ icon: 'allergies',
|
|
|
+ permissions: ['admin'],
|
|
|
},
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
- {
|
|
|
- path: "/realDatabaseConfig",
|
|
|
+ {
|
|
|
+ path: '/realDatabaseConfig',
|
|
|
component: Layout,
|
|
|
- redirect: "noRedirect",
|
|
|
+ redirect: 'noRedirect',
|
|
|
children: [
|
|
|
{
|
|
|
- path: "realDatabaseConfig",
|
|
|
- name: "realDatabaseConfig",
|
|
|
- component: () => import("@/views/realDatabaseConfig/index"),
|
|
|
+ path: 'realDatabaseConfig',
|
|
|
+ name: 'realDatabaseConfig',
|
|
|
+ component: () => import('@/views/realDatabaseConfig/index'),
|
|
|
meta: {
|
|
|
- title: "实时数据库配置",
|
|
|
- icon: "allergies",
|
|
|
- permissions: ["admin"],
|
|
|
+ title: '实时数据库配置',
|
|
|
+ icon: 'allergies',
|
|
|
+ permissions: ['admin'],
|
|
|
},
|
|
|
},
|
|
|
],
|