|
@@ -92,7 +92,7 @@ watchEffect(() => {
|
|
|
|
|
|
function handleModuleClick(path: string) {
|
|
|
if (/^https?/g.test(path)) {
|
|
|
- path = 'http://localhost:8081/home.html'
|
|
|
+ // path = 'http://localhost:8081/home.html'
|
|
|
const newWindow = window.open(path, '_blank');
|
|
|
timer = setInterval(() => {
|
|
|
newWindow?.postMessage({ type: 'login', username: getSessionVar("full_name") }, "*")
|