单体应用初始化的时候自动进入修改用户名密码界面

This commit is contained in:
GoEdgeLab
2024-01-29 18:57:33 +08:00
parent 71ea501650
commit 4f7e55a3cf
8 changed files with 251 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
Tea.context(function () {
this.success = function () {
teaweb.success("用户名和密码保存成功,现在去登录", function () {
window.location = "/"
})
}
})