update 看板优化

master
yinq 3 months ago
parent 124ac3f9a6
commit b752f4f829

@ -35,3 +35,12 @@ export function comparativeAnalysisReport(query) {
params: query params: query
}) })
} }
// 查询能源同比分析接口接口
export function yoyAnalysisReport(query) {
return request({
url: '/ems/report/yoyAnalysisReport',
method: 'get',
params: query
})
}

@ -32,11 +32,14 @@ import plainView from '@/plainView'
// 公共路由 // 公共路由
export const constantRoutes = [ export const constantRoutes = [
{ {
path: '/board', path: '/factoryIndex',
component: () => import('@/views/board/index.vue'), component: () => import('@/views/board/factoryIndex.vue'),
hidden: true
},
{
path: '/lineIndex',
component: () => import('@/views/board/lineIndex.vue'),
hidden: true hidden: true
}, {
path: '/board1', component: () => import('@/views/board/index1.vue'), hidden: true
}, },
{ {
path: '/redirect', path: '/redirect',

Loading…
Cancel
Save