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
de7f55bb97
commit
7e846e2a58
@ -1,17 +0,0 @@
|
|||||||
<!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,7 +111,6 @@ 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