This commit is contained in:
2023-07-03 17:31:57 +08:00
parent eb19778bd0
commit 4789db178f
16 changed files with 546 additions and 521 deletions

View File

@ -212,8 +212,8 @@ function handlePage() {
function handlePath(path) {
pagePath.value = path;
// router.push(path);
window.open(path, "_blank");
router.push(path);
// window.open(path, "_blank");
}
function logout() {
ElMessageBox.confirm("确定注销并退出系统吗?", "提示", {