1 line
1.7 KiB
JavaScript
1 line
1.7 KiB
JavaScript
"use strict";(self["webpackChunkwx_manage"]=self["webpackChunkwx_manage"]||[]).push([[5604],{65604:function(e,a,t){t.r(a),t.d(a,{default:function(){return u}});var n=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("el-tabs",{on:{"tab-click":e.handleTabClick},model:{value:e.activeTab,callback:function(a){e.activeTab=a},expression:"activeTab"}},[t("el-tab-pane",{attrs:{label:"图片素材("+e.assetsCount.imageCount+")",name:"image",lazy:""}},[t("material-file",{ref:"imagePanel",attrs:{fileType:"image"},on:{change:e.materialCount}})],1),t("el-tab-pane",{attrs:{label:"语音素材("+e.assetsCount.voiceCount+")",name:"voice",lazy:""}},[t("material-file",{ref:"voicePanel",attrs:{fileType:"voice"},on:{change:e.materialCount}})],1),t("el-tab-pane",{attrs:{label:"视频素材("+e.assetsCount.videoCount+")",name:"video",lazy:""}},[t("material-file",{ref:"videoPanel",attrs:{fileType:"video"},on:{change:e.materialCount}})],1),t("el-tab-pane",{attrs:{label:"图文素材("+e.assetsCount.newsCount+")",name:"news",lazy:""}},[t("material-news",{ref:"newsPanel",on:{change:e.materialCount}})],1)],1)},l=[],i={data(){return{activeTab:"image",assetsCount:{imageCount:"..",videoCount:"..",voiceCount:"..",newsCount:".."}}},components:{MaterialFile:()=>t.e(5741).then(t.bind(t,15741)),MaterialNews:()=>t.e(742).then(t.bind(t,70742))},mounted(){this.materialCount()},methods:{handleTabClick(e,a){this.$nextTick((()=>{this.$refs[e.name+"Panel"].init()}))},materialCount(){this.$http({url:this.$http.adornUrl("/manage/wxAssets/materialCount")}).then((({data:e})=>{e&&200==e.code?this.assetsCount=e.data:this.$message.error(e.msg)}))}}},s=i,o=t(1001),r=(0,o.Z)(s,n,l,!1,null,null,null),u=r.exports}}]); |