This commit is contained in:
gyq
2024-07-05 18:08:21 +08:00
parent 105e38c726
commit 8e69969c0e
6 changed files with 92 additions and 4 deletions

View File

@@ -70,6 +70,19 @@
锁屏
</div>
</div>
<!-- <div class="drawerbox_bo_box_itembox" @click="to('webview', {
url: 'https://cashiernewadmin.sxczgkj.cn/',
title: '后台管理'
})">
<div class="drawerbox_bo_box_icon">
<el-icon size="40">
<Monitor />
</el-icon>
</div>
<div class="drawerbox_bo_box_icontext">
后台管理
</div>
</div> -->
</div>
</div>
</div>
@@ -113,6 +126,14 @@ function openCallHandle() {
emit('openCall')
}
// 跳转
function to(pathName, data) {
router.push({
name: pathName,
query: data
})
}
defineExpose({
show
})