1
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -52,7 +52,6 @@ export default {
|
|||||||
ParentView,
|
ParentView,
|
||||||
Page404
|
Page404
|
||||||
})
|
})
|
||||||
this.$Message.success('登录成功!')
|
|
||||||
|
|
||||||
// 跳转到首页(使用 location.href 触发完整页面加载)
|
// 跳转到首页(使用 location.href 触发完整页面加载)
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user