;(function(){function asyncGeneratorStep(gen,resolve,reject,_next,_throw,key,arg){try{var info=gen[key](arg);var value=info.value;}catch(error){reject(error);return;}if(info.done){resolve(value);}else{Promise.resolve(value).then(_next,_throw);}}function _asyncToGenerator(fn){return function(){var self=this,args=arguments;return new Promise(function(resolve,reject){var gen=fn.apply(self,args);function _next(value){asyncGeneratorStep(gen,resolve,reject,_next,_throw,"next",value);}function _throw(err){asyncGeneratorStep(gen,resolve,reject,_next,_throw,"throw",err);}_next(undefined);});};}var __vite_style__=document.createElement('style');__vite_style__.innerHTML="._title_1hrk6_1{font-size:20px;color:red}._w1200_1hrk6_5{width:1200px!important;margin:0 auto}._section_1hrk6_9{padding:44px 0 16px}._section_1hrk6_9 ._titleWrap_1hrk6_12{text-align:center;margin:0 auto;display:flex;flex-direction:row;align-items:center;justify-content:center}._section_1hrk6_9 ._titleWrap_1hrk6_12 ._dotImg_1hrk6_20{width:44px;height:44px}._section_1hrk6_9 ._titleWrap_1hrk6_12 h4{margin:0 10px;font-size:28px;font-weight:600;color:#333;line-height:45px}._section_1hrk6_9 ._albumList_1hrk6_31{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;margin-top:25px}._section_1hrk6_9 ._videoList_1hrk6_38{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;margin:25px 0}._section_1hrk6_9 ._videoNav_1hrk6_45{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 2px}._section_1hrk6_9 ._videoNav_1hrk6_45 h5{font-size:20px;font-weight:600;color:#333;line-height:30px}._section_1hrk6_9 ._videoNav_1hrk6_45 ._wrapRight_1hrk6_58{display:flex;flex-direction:row;cursor:pointer}._section_1hrk6_9 ._videoNav_1hrk6_45 ._wrapRight_1hrk6_58 span{font-size:16px;color:#666}._section_1hrk6_9 ._videoNav_1hrk6_45 ._wrapRight_1hrk6_58 ._arrow_1hrk6_67{width:20px;height:20px;margin-left:4px}._mb48_1hrk6_72{margin-bottom:44px!important}._mb32_1hrk6_75{margin-bottom:32px!important}\n";document.head.appendChild(__vite_style__);System.register(['./scrollbar.min-legacy.04ad0df7.js','./index-legacy.008a440d.js','./index-legacy.d02c8d0e.js','./index-legacy.61abb485.js','./index-legacy.5efebdb6.js','./index-legacy.8a8cb887.js','./vendor-legacy.a87028d2.js','./pan-legacy.cb837250.js','./start-legacy.54568697.js','./icon-legacy.aed5a5b3.js','./music-legacy.146bf361.js','./arrow-legacy.c72c6a83.js','./index-legacy.dfcc7875.js','./hot-legacy.16c30716.js'],function(exports){'use strict';var albumItem,videoDetailItem,MusicLIstItem,hotSearch,banner,request,defineComponent,reactive,useRouter,onMounted,createVNode,createTextVNode;return{setters:[function(module){albumItem=module.a;},function(module){videoDetailItem=module.v;},function(module){MusicLIstItem=module.M;},function(module){hotSearch=module.h;},function(module){banner=module.b;},function(module){request=module.r;},function(module){defineComponent=module.d;reactive=module.r;useRouter=module.f;onMounted=module.o;createVNode=module.c;createTextVNode=module.a;},function(){},function(){},function(){},function(){},function(){},function(){},function(){}],execute:function execute(){var title="_title_1hrk6_1";var w1200="_w1200_1hrk6_5";var section="_section_1hrk6_9";var titleWrap="_titleWrap_1hrk6_12";var dotImg="_dotImg_1hrk6_20";var albumList="_albumList_1hrk6_31";var videoList="_videoList_1hrk6_38";var videoNav="_videoNav_1hrk6_45";var wrapRight="_wrapRight_1hrk6_58";var arrow="_arrow_1hrk6_67";var mb48="_mb48_1hrk6_72";var mb32="_mb32_1hrk6_75";var styles={title:title,w1200:w1200,section:section,titleWrap:titleWrap,dotImg:dotImg,albumList:albumList,videoList:videoList,videoNav:videoNav,wrapRight:wrapRight,arrow:arrow,mb48:mb48,mb32:mb32};var titleDot="./assets/titleDot.67d8584f.png";var index=exports('default',defineComponent({name:'home',components:{albumItem:albumItem,videoDetailItem:videoDetailItem,musicLIstItem:MusicLIstItem,hotSearch:hotSearch,banner:banner},setup:function setup(){var state=reactive({albumList:[],videoList:[]});var router=useRouter();var getAlbumList=/*#__PURE__*/function(){var _ref=_asyncToGenerator(/*#__PURE__*/regeneratorRuntime.mark(function _callee(){var res;return regeneratorRuntime.wrap(function _callee$(_context){while(1){switch(_context.prev=_context.next){case 0:_context.prev=0;_context.next=3;return request.post('/api-website/open/music/album/list',{data:{albumStatus:1,page:1,rows:10}});case 3:res=_context.sent;state.albumList=res.data.rows;_context.next=10;break;case 7:_context.prev=7;_context.t0=_context["catch"](0);console.log(_context.t0);case 10:case"end":return _context.stop();}}},_callee,null,[[0,7]]);}));return function getAlbumList(){return _ref.apply(this,arguments);};}();var getVideoList=/*#__PURE__*/function(){var _ref2=_asyncToGenerator(/*#__PURE__*/regeneratorRuntime.mark(function _callee2(){var res;return regeneratorRuntime.wrap(function _callee2$(_context2){while(1){switch(_context2.prev=_context2.next){case 0:_context2.prev=0;_context2.next=3;return request.post('/api-website/open/videoLessonGroup/page',{data:{albumStatus:'PASS',page:1,rows:6}});case 3:res=_context2.sent;state.videoList=res.data.rows;_context2.next=10;break;case 7:_context2.prev=7;_context2.t0=_context2["catch"](0);console.log(_context2.t0);case 10:case"end":return _context2.stop();}}},_callee2,null,[[0,7]]);}));return function getVideoList(){return _ref2.apply(this,arguments);};}();var gotoSearch=function gotoSearch(val){router.push({path:'/searchdetail',query:{search:val}});};var gotoVideoList=function gotoVideoList(val){router.push({path:'/videoDetailList',query:{search:val}});};// onMounted(function(){getAlbumList();getVideoList();});return function(){return createVNode("div",null,[createVNode(banner,null,null),createVNode("div",{"class":"bg-white"},[createVNode("div",{"class":styles.w1200},[createVNode("div",{"class":styles.section},[createVNode("div",{"class":[styles.titleWrap,styles.mb48]},[createVNode("img",{"src":titleDot,"class":styles.dotImg,"alt":""},null),createVNode("h4",null,[createTextVNode("\u70ED\u95E8\u4E13\u8F91")]),createVNode("img",{"src":titleDot,"class":styles.dotImg,"alt":""},null)]),createVNode(hotSearch,{"searchType":"MUSIC","onHotTag":function onHotTag(val){gotoSearch(val);}},null),createVNode("div",{"class":styles.albumList},[state.albumList.map(function(item){return createVNode(albumItem,{"detail":item},null);})])])])]),createVNode("div",null,[createVNode("div",{"class":styles.w1200},[createVNode("div",{"class":styles.section},[createVNode("div",{"class":[styles.titleWrap,styles.mb32]},[createVNode("img",{"src":titleDot,"class":styles.dotImg,"alt":""},null),createVNode("h4",null,[createTextVNode("\u7CBE\u54C1\u89C6\u9891\u8BFE")]),createVNode("img",{"src":titleDot,"class":styles.dotImg,"alt":""},null)]),createVNode(hotSearch,{"searchType":"COURSE","onHotTag":function onHotTag(val){gotoVideoList(val);},"gotoPath":'/videoDetailList'},null),createVNode("div",{"class":styles.videoList},[state.videoList.map(function(item){return createVNode(videoDetailItem,{"detail":item},null);})])])])])]);};}}));}};});})();