feat:完善网站活动报名信息

This commit is contained in:
henry
2021-12-16 15:35:44 +08:00
parent 8d82caac20
commit c6ba000829
8 changed files with 32 additions and 16 deletions

View File

@ -1,7 +1,7 @@
package tools
import (
"SciencesServer/config"
"SciencesServer/app/basic/config"
"SciencesServer/tools/ip"
"SciencesServer/utils"
)
@ -11,7 +11,7 @@ func initIP() {
}
func initJSON() {
utils.LoadConfig("./file/area.json", &config.SettingAreaInfo)
utils.LoadConfig("./file/area.json", &config.MemoryForAreaInfo)
}
func Init() {