Commit 5e4f0c56 authored by 李苏's avatar 李苏 💬

调整

parent fc7f90b3
...@@ -84,20 +84,20 @@ export const powerRoutes=[ ...@@ -84,20 +84,20 @@ export const powerRoutes=[
name: 'store', name: 'store',
path: "store", path: "store",
}, },
{ // {
component: 'baseData/3d/index', // component: 'baseData/3d/index',
hidden: true, // hidden: true,
meta: { // meta: {
"title": "3D测试", // "title": "3D测试",
"icon": "", // "icon": "",
"noCache": false, // "noCache": false,
"link": null, // "link": null,
"mkid": 'test', // "mkid": 'test',
}, // },
name: '3d', // name: '3d',
path: "3d", // path: "3d",
} // }
] ]
}, },
/* 入库管理 */ /* 入库管理 */
......
<template> <template>
<DefaultDialog :app='app'> <DefaultDialog :app='app'>
<div slot="form" style="display: flex;height: 70vh;"> <div slot="form" style="display: flex;height: 70vh;">
<div v-loading='loading' class="full"> <div v-loading='loading' v-if="b64!=null" class="full">
<img class="full" :src="b64" alt="正在连接摄像头...若长时间连接失败请刷新页面或者检查摄像头设备是否连接,SDK是否正确安装!" srcset=""> <img class="full" :src="b64" alt="正在连接摄像头...若长时间连接失败请刷新页面或者检查摄像头设备是否连接,SDK是否正确安装!" srcset="">
</div> </div>
</div> </div>
......
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