This commit is contained in:
张成
2025-10-09 18:28:18 +08:00
parent 0e372cdb01
commit 6c4ebd6e8b
2 changed files with 1 additions and 8 deletions

View File

@@ -205,13 +205,7 @@
console.log('UI 工具:', framework.uiTool)
console.log('HTTP 实例:', framework.http)
// ========== 14. 提示信息 ==========
setTimeout(() => {
iview.Message.success({
content: 'Admin Framework 高级示例启动成功!',
duration: 3
})
}, 500)
</script>
</body>
</html>