Commit 28cd9080 authored by 朱超's avatar 朱超
parents 00045f3e 70f2016c
...@@ -334,7 +334,16 @@ const routes = [ ...@@ -334,7 +334,16 @@ const routes = [
meta: { meta: {
title: '锅炉远程控制' title: '锅炉远程控制'
} }
},{ },
{
path: '/Remote/ZdlmSelfTest',
name: 'ZdlmSelfTestPage',
component: () => import('@/views/RemotePage/ZdlmSelfTest.vue'),
meta: {
title: '电动阀自检'
}
},
{
path: '/Remote/Transfer', path: '/Remote/Transfer',
name: 'TransferRemotePage', name: 'TransferRemotePage',
component: () => import('@/views/RemotePage/TransControlPage.vue'), component: () => import('@/views/RemotePage/TransControlPage.vue'),
......
<template>
电动阀自检
</template>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment