mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-14 04:10:26 +08:00
增加DEMO模式、修复监控节点、用户节点、认证节点无法查看运行日志的Bug
This commit is contained in:
@@ -4,6 +4,11 @@ Tea.context(function () {
|
||||
this.passwordMd5 = ""
|
||||
this.encodedFrom = window.encodeURIComponent(this.from)
|
||||
|
||||
if (this.isDemo) {
|
||||
this.username = "admin"
|
||||
this.password = "123456"
|
||||
}
|
||||
|
||||
this.showOTP = false
|
||||
|
||||
this.isSubmitting = false
|
||||
|
||||
Reference in New Issue
Block a user