增加壁纸及壁纸地址缓存

This commit is contained in:
hoteas
2022-10-08 16:52:42 +08:00
parent 9ac5abe884
commit 0d40fb5114
2 changed files with 51 additions and 1 deletions
+3 -1
View File
@@ -683,7 +683,9 @@ func setMakeCodeListener(name string, appIns *Application) {
if context.RouterString[1] == "hotime" && context.RouterString[2] == "config" {
return isFinished
}
if context.RouterString[1] == "hotime" && context.RouterString[2] == "wallpaper" {
return isFinished
}
if context.Session(codeIns.FileConfig.GetString("table")+"_id").Data == nil {
context.Display(2, "你还没有登录")
return true