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

View File

@@ -52,7 +52,6 @@ export default {
ParentView, ParentView,
Page404 Page404
}) })
this.$Message.success('登录成功!')
// 跳转到首页(使用 location.href 触发完整页面加载) // 跳转到首页(使用 location.href 触发完整页面加载)
setTimeout(() => { setTimeout(() => {