|
@@ -75,7 +75,7 @@ function handleMenuClick(path) {
|
|
|
// path = 'http://localhost:8081/home.html'
|
|
|
const newWindow = window.open(path, '_blank');
|
|
|
timer = setInterval(() => {
|
|
|
- newWindow?.postMessage({ type: 'login', username: getSessionVar("full_name") }, "*")
|
|
|
+ newWindow?.postMessage({ type: 'login', username: getSessionVar("full_name"), userID: getSessionVar("user_id") }, "*")
|
|
|
}, 1000)
|
|
|
menuRef.value.updateActiveIndex(currentPath.value)
|
|
|
} else {
|