nav detail update

This commit is contained in:
2023-12-27 23:37:33 +08:00
parent ca62bed9a0
commit 78eb84b2b8
7 changed files with 129 additions and 219 deletions

View File

@@ -116,7 +116,6 @@ export default {
path: '/nav',
query: {
uid: this.nav.urlId,
refresh: true,
}
})
window.open(pathInfo.href, '_self');
@@ -176,4 +175,7 @@ export default {
.qr:hover {
color: #5ddcff;
}
::v-deep .el-dialog {
border-radius: 30px;
}
</style>