(self.webpackChunk_client_app_store=self.webpackChunk_client_app_store||[]).push([[2453],{42471:function(t,e,n){"use strict";n.r(e),n.d(e,{default:function(){return s}});var i=function(){var t=this._self._c;return this.shouldShowLayout?t("div",{staticClass:"store_stage store_Web"},[t("Header"),this._v(" "),t("section",{staticClass:"cnt"},[t("router-view")],1),this._v(" "),t("footer",{staticClass:"foot"},[t("Footer")],1)],1):t("div",{staticClass:"store_stage"},[t("router-view")],1)};i._withStripped=!0;var o=n(16262),a={name:"StoreLayout",components:{Header:n(44311).Z,Footer:o.$_},head:function(){if(this.$clientEnv.mng)return{};var t=this.$userAgent.isMobile?[{name:"viewport",content:"width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, viewport-fit=cover"}]:[];return this.$clientEnv.web?{title:n(11974).nI().t("企业微信第三方应用与小程序"),meta:t}:{title:n(11974).nI().t("应用市场"),meta:t}},computed:{shouldShowLayout:function(){return!this.$userAgent.isMobile&&this.$clientEnv.web}}},s=(0,n(6080).Z)(a,i,[],!1,null,"408ba239",null).exports},52124:function(t){t.exports={functional:!0,render:function(t,e){var n=e._c,i=(e._v,e.data),o=e.children,a=i.class,s=i.staticClass,r=i.style,c=i.staticStyle,l=i.attrs,u=function(t,e){if(null==t)return{};var n,i,o=function(t,e){if(null==t)return{};var n,i,o={},a=Object.keys(t);for(i=0;i<a.length;i++)n=a[i],e.indexOf(n)>=0||(o[n]=t[n]);return o}(t,e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(t);for(i=0;i<a.length;i++)n=a[i],!(e.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(t,n)&&(o[n]=t[n])}return o}(i,["class","staticClass","style","staticStyle","attrs"]);return n("svg",function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},i=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(i=i.concat(Object.getOwnPropertySymbols(n).filter(function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),i.forEach(function(e){var i,o;i=t,o=n[e],e in i?Object.defineProperty(i,e,{value:o,enumerable:!0,configurable:!0,writable:!0}):i[e]=o})}return t}({class:["wd-icon-svg wd-icon-svg-arrow_up_right_square_16",a,s],style:[r,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},void 0===l?{}:l)},u),(void 0===o?[]:o).concat([n("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 3c0-1.1.9-2 2-2h10a2 2 0 012 2v10a2 2 0 01-2 2H3a2 2 0 01-2-2V3zm2-1a1 1 0 00-1 1v10a1 1 0 001 1h10a1 1 0 001-1V3a1 1 0 00-1-1H3zm8 3.7v2.8a.5.5 0 001 0V4.75a.75.75 0 00-.75-.75H7.5a.5.5 0 000 1h2.8l-6.15 6.15a.5.5 0 00.7.7L11 5.71z","clip-rule":"evenodd"}})]))}}},74414:function(t,e,n){"use strict";n.d(e,{Z:function(){return a}});var i=function(){var t=this._self._c;return t("span",{staticStyle:{position:"relative"}},[t("span",{ref:"content",on:{mouseenter:this.onMouseEnter,mouseleave:this.onMouseLeave}},[this._t("content")],2),this._v(" "),this.active&&this.isShowTip?t("div",{ref:"tip",staticClass:"wwui_hovertip_popPanel",class:this.directionClass,style:this.tipStyle,on:{click:function(t){t.stopPropagation()},mouseenter:this.showTip,mouseleave:this.onMouseLeave}},[this._t("tip")],2):this._e(),this._v(" "),this._t("default")],2)};i._withStripped=!0;var o=(0,n(6080).Z)({name:"HoverTip",props:{direction:{type:String,default:"up"},width:{type:String,default:""},active:{type:Boolean,default:!0},skew:{type:Number,default:16},hideDelayTs:{type:Number,default:100}},data:function(){return{isShowTip:!1,contentWidth:0,contentHeight:0}},computed:{propWidth:function(){return this.width},tipStyle:function(){var t,e,n,i;switch(this.direction){case"up":i="translateX(-50%) translateY(-100%)",e="".concat(this.contentWidth/2,"px"),n="-".concat(this.contentHeight,"px");break;case"left":i="translateX(-100%) translateY(-50%)",e="-".concat(this.skew,"px"),n="".concat(this.contentHeight/2,"px");break;case"right":i="translateX(0%) translateY(-50%)",e="".concat(this.contentWidth+this.skew,"px"),n="".concat(this.contentHeight/2,"px");break;default:i="translateX(-50%) translateY(0%)",e="".concat(this.contentWidth/2,"px"),n="".concat(this.contentHeight+this.skew,"px")}return t=this.propWidth?this.propWidth:"auto",{width:"".concat(t,"px"),transform:i,left:e,top:n,zIndex:999999}},directionClass:function(){return"wwui_hovertip_".concat(this.direction)}},methods:{onMouseEnter:function(){if(!0===this.active){var t=this.$refs.content;t.childNodes&&1===t.childNodes.length&&t.childNodes[0].getClientRects&&(t=t.childNodes[0]);var e=t.getClientRects()[0],n=e.width,i=e.height;this.contentWidth=n,this.contentHeight=i,this.initRect=!0,this.showTip()}},onMouseLeave:function(){this.hideTip()},showTip:function(){clearTimeout(this.hideTipTimer),this.isShowTip||(this.isShowTip=!0)},hideTip:function(){var t=this;clearTimeout(this.hideTipTimer),this.isShowTip&&(this.hideDelayTs>0?this.hideTipTimer=setTimeout(function(){t.isShowTip=!1},this.hideDelayTs):this.isShowTip=!1)}}},i,[],!1,null,null,null).exports;o.install=function(t){t.component(o.name,o)};var a=o},23468:function(t,e,n){"use strict";var i=n(23097),o={"text/plain":"Text","text/html":"Url",default:"Text"};t.exports=function(t,e){var n,a,s,r,c,l,u,p,h=!1;e||(e={}),s=e.debug||!1;try{if(c=i(),l=document.createRange(),u=document.getSelection(),(p=document.createElement("span")).textContent=t,p.ariaHidden="true",p.style.all="unset",p.style.position="fixed",p.style.top=0,p.style.clip="rect(0, 0, 0, 0)",p.style.whiteSpace="pre",p.style.webkitUserSelect="text",p.style.MozUserSelect="text",p.style.msUserSelect="text",p.style.userSelect="text",p.addEventListener("copy",function(n){if(n.stopPropagation(),e.format){if(n.preventDefault(),void 0===n.clipboardData){s&&console.warn("unable to use e.clipboardData"),s&&console.warn("trying IE specific stuff"),window.clipboardData.clearData();var i=o[e.format]||o.default;window.clipboardData.setData(i,t)}else n.clipboardData.clearData(),n.clipboardData.setData(e.format,t)}e.onCopy&&(n.preventDefault(),e.onCopy(n.clipboardData))}),document.body.appendChild(p),l.selectNodeContents(p),u.addRange(l),!document.execCommand("copy"))throw Error("copy command was unsuccessful");h=!0}catch(f){s&&console.error("unable to copy using execCommand: ",f),s&&console.warn("trying IE specific stuff");try{window.clipboardData.setData(e.format||"text",t),e.onCopy&&e.onCopy(window.clipboardData),h=!0}catch(d){s&&console.error("unable to copy using clipboardData: ",d),s&&console.error("falling back to prompt"),n="message"in e?e.message:"Copy to clipboard: #{key}, Enter",a=(/mac os x/i.test(navigator.userAgent)?"⌘":"Ctrl")+"+C",r=n.replace(/#{\s*key\s*}/g,a),window.prompt(r,t)}}finally{u&&("function"==typeof u.removeRange?u.removeRange(l):u.removeAllRanges()),p&&document.body.removeChild(p),c()}return h}},23097:function(t){t.exports=function(){var t=document.getSelection();if(!t.rangeCount)return function(){};for(var e=document.activeElement,n=[],i=0;i<t.rangeCount;i++)n.push(t.getRangeAt(i));switch(e.tagName.toUpperCase()){case"INPUT":case"TEXTAREA":e.blur();break;default:e=null}return t.removeAllRanges(),function(){"Caret"===t.type&&t.removeAllRanges(),t.rangeCount||n.forEach(function(e){t.addRange(e)}),e&&e.focus()}}}}]);