using System.Web.Mvc; namespace WX.CRM.WEB.Controllers.TS { public class WebChatLogController : Controller { // // GET: /WebChatLog/ public ActionResult Index() { return View(); } } }