mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 11:19:56 +00:00
no message
This commit is contained in:
parent
bdb4014b94
commit
2ac9a59469
17
public/empty.html
Normal file
17
public/empty.html
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
|
||||||
|
<title>Empty Page</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="container">
|
||||||
|
<h1>Welcome to the Empty Page</h1>
|
||||||
|
<p>This page is intentionally left empty.</p>
|
||||||
|
</div>
|
||||||
|
<script>
|
||||||
|
console.log("Empty page loaded.");
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@ -111,6 +111,7 @@ export default {
|
|||||||
microApp.start({
|
microApp.start({
|
||||||
'iframe': true,
|
'iframe': true,
|
||||||
'router-mode': 'state',
|
'router-mode': 'state',
|
||||||
|
'iframeSrc': $A.mainUrl('empty.html'),
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user