WebTM/views/indexMenu.html
@@ -209,6 +209,7 @@ window.location.href = 'index_Mobile.html' } var ajaxLoad = layer.load(); //获取菜单列表数据 $.ajax({ url: GetWEBURL() + "/Web/MenuList", @@ -219,8 +220,10 @@ var data = JSON.parse(data.data); console.log(data); MenuMain(data); layer.close(ajaxLoad); }, error: function (data) { layer.close(ajaxLoad); layer.alert("发生错误!", { icon: 5 }); } });