fix
This commit is contained in:
@ -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("确定注销并退出系统吗?", "提示", {
|
||||
|
||||
Reference in New Issue
Block a user