Commit 9b7aca3b authored by moonby's avatar moonby

240730

parent 713121f9
......@@ -334,7 +334,16 @@ const routes = [
meta: {
title: '锅炉远程控制'
}
},{
},
{
path: '/Remote/ZdlmSelfTest',
name: 'ZdlmSelfTest',
component: () => import('@/views/RemotePage/ZdlmSelfTest.vue'),
meta: {
title: '电动阀自检'
}
},
{
path: '/Remote/Transfer',
name: 'TransferRemotePage',
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