diff --git a/server.go b/server.go index f30ccd0..8b6249e 100644 --- a/server.go +++ b/server.go @@ -51,6 +51,7 @@ func main() { engine.POST("/mysql",middleware.JwtApiMiddleware,middleware.CasbinACL, controller.MysqlSetConf) engine.GET("/visitor",middleware.JwtApiMiddleware, controller.GetVisitor) engine.GET("/visitors",middleware.JwtApiMiddleware, controller.GetVisitors) + engine.GET("/setting_kefu_list",tmpl.PageKefuList) //------------------old code----------------------------- mux := &http.ServeMux{} //根路径 diff --git a/static/html/chat_main.html b/static/html/chat_main.html index 586a614..04eb496 100644 --- a/static/html/chat_main.html +++ b/static/html/chat_main.html @@ -65,6 +65,7 @@
@@ -348,9 +350,9 @@ type: 'error' }); } + _this.fullscreenLoading=false; } }).then(function(data){ - }); }, //获取客服信息 diff --git a/static/html/setting_bottom.html b/static/html/setting_bottom.html index b9531e6..1de3d66 100644 --- a/static/html/setting_bottom.html +++ b/static/html/setting_bottom.html @@ -1,4 +1,7 @@ {{define "setting_bottom"}} +