You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 lines
90 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-04e92c3a"],{"06d5":function(e,t,i){},"1a0b":function(e,t,i){(function(t,i){e.exports=i()})(0,(function(){"use strict";var e=function(){"function"!=typeof Object.assign&&(Object.assign=function(e,t){if(null==e)throw new TypeError("Cannot convert undefined or null to object");for(var i=Object(e),n=1;n<arguments.length;n++){var o=arguments[n];if(null!=o)for(var a in o)Object.prototype.hasOwnProperty.call(o,a)&&(i[a]=o[a])}return i}),Element.prototype.matches||(Element.prototype.matches=Element.prototype.matchesSelector||Element.prototype.mozMatchesSelector||Element.prototype.msMatchesSelector||Element.prototype.oMatchesSelector||Element.prototype.webkitMatchesSelector||function(e){var t=(this.document||this.ownerDocument).querySelectorAll(e),i=t.length;while(--i>=0&&t.item(i)!==this);return i>-1})};function t(e){var t=void 0;return t=document.createElement("div"),t.innerHTML=e,t.children}function i(e){return!!e&&(e instanceof HTMLCollection||e instanceof NodeList)}function n(e){var t=document.querySelectorAll(e);return i(t)?t:[t]}var o=[];function a(e){if(e){if(e instanceof a)return e;this.selector=e;var o=e.nodeType,r=[];9===o||1===o?r=[e]:i(e)||e instanceof Array?r=e:"string"===typeof e&&(e=e.replace("/\n/mg","").trim(),r=0===e.indexOf("<")?t(e):n(e));var l=r.length;if(!l)return this;var s=void 0;for(s=0;s<l;s++)this[s]=r[s];this.length=l}}function r(e){return new a(e)}a.prototype={constructor:a,forEach:function(e){var t=void 0;for(t=0;t<this.length;t++){var i=this[t],n=e.call(i,i,t);if(!1===n)break}return this},clone:function(e){var t=[];return this.forEach((function(i){t.push(i.cloneNode(!!e))})),r(t)},get:function(e){var t=this.length;return e>=t&&(e%=t),r(this[e])},first:function(){return this.get(0)},last:function(){var e=this.length;return this.get(e-1)},on:function(e,t,i){i||(i=t,t=null);var n=[];return n=e.split(/\s+/),this.forEach((function(e){n.forEach((function(n){n&&(o.push({elem:e,type:n,fn:i}),t?e.addEventListener(n,(function(e){var n=e.target;n.matches(t)&&i.call(n,e)})):e.addEventListener(n,i))}))}))},off:function(e,t){return this.forEach((function(i){i.removeEventListener(e,t)}))},attr:function(e,t){return null==t?this[0].getAttribute(e):this.forEach((function(i){i.setAttribute(e,t)}))},addClass:function(e){return e?this.forEach((function(t){var i=void 0;t.className?(i=t.className.split(/\s/),i=i.filter((function(e){return!!e.trim()})),i.indexOf(e)<0&&i.push(e),t.className=i.join(" ")):t.className=e})):this},removeClass:function(e){return e?this.forEach((function(t){var i=void 0;t.className&&(i=t.className.split(/\s/),i=i.filter((function(t){return t=t.trim(),!(!t||t===e)})),t.className=i.join(" "))})):this},css:function(e,t){var i=e+":"+t+";";return this.forEach((function(t){var n=(t.getAttribute("style")||"").trim(),o=void 0,a=[];n?(o=n.split(";"),o.forEach((function(e){var t=e.split(":").map((function(e){return e.trim()}));2===t.length&&a.push(t[0]+":"+t[1])})),a=a.map((function(t){return 0===t.indexOf(e)?i:t})),a.indexOf(i)<0&&a.push(i),t.setAttribute("style",a.join("; "))):t.setAttribute("style",i)}))},show:function(){return this.css("display","block")},hide:function(){return this.css("display","none")},children:function(){var e=this[0];return e?r(e.children):null},childNodes:function(){var e=this[0];return e?r(e.childNodes):null},append:function(e){return this.forEach((function(t){e.forEach((function(e){t.appendChild(e)}))}))},remove:function(){return this.forEach((function(e){if(e.remove)e.remove();else{var t=e.parentElement;t&&t.removeChild(e)}}))},isContain:function(e){var t=this[0],i=e[0];return t.contains(i)},getSizeData:function(){var e=this[0];return e.getBoundingClientRect()},getNodeName:function(){var e=this[0];return e.nodeName},find:function(e){var t=this[0];return r(t.querySelectorAll(e))},text:function(e){if(e)return this.forEach((function(t){t.innerHTML=e}));var t=this[0];return t.innerHTML.replace(/<.*?>/g,(function(){return""}))},html:function(e){var t=this[0];return null==e?t.innerHTML:(t.innerHTML=e,this)},val:function(){var e=this[0];return e.value.trim()},focus:function(){return this.forEach((function(e){e.focus()}))},parent:function(){var e=this[0];return r(e.parentElement)},parentUntil:function(e,t){var i=document.querySelectorAll(e),n=i.length;if(!n)return null;var o=t||this[0];if("BODY"===o.nodeName)return null;var a=o.parentElement,l=void 0;for(l=0;l<n;l++)if(a===i[l])return r(a);return this.parentUntil(e,a)},equal:function(e){return 1===e.nodeType?this[0]===e:this[0]===e[0]},insertBefore:function(e){var t=r(e),i=t[0];return i?this.forEach((function(e){var t=i.parentNode;t.insertBefore(e,i)})):this},insertAfter:function(e){var t=r(e),i=t[0];return i?this.forEach((function(e){var t=i.parentNode;t.lastChild===i?t.appendChild(e):t.insertBefore(e,i.nextSibling)})):this}},r.offAll=function(){o.forEach((function(e){var t=e.elem,i=e.type,n=e.fn;t.removeEventListener(i,n)}))};var l={menus:["head","bold","fontSize","fontName","italic","underline","strikeThrough","foreColor","backColor","link","list","justify","quote","emoticon","image","table","video","code","undo","redo"],fontNames:["宋体","微软雅黑","Arial","Tahoma","Verdana"],colors:["#000000","#eeece0","#1c487f","#4d80bf","#c24f4a","#8baa4a","#7b5ba1","#46acc8","#f9963b","#ffffff"],emotions:[{title:"默认",type:"image",content:[{alt:"[坏笑]",src:"http://img.t.sinajs.cn/t4/appstyle/expression/ext/normal/50/pcmoren_huaixiao_org.png"},{alt:"[舔屏]",src:"http://img.t.sinajs.cn/t4/appstyle/expression/ext/normal/40/pcmoren_tian_org.png"},{alt:"[污]",src:"http://img.t.sinajs.cn/t4/appstyle/expression/ext/normal/3c/pcmoren_wu_org.png"}]},{title:"新浪",type:"image",content:[{src:"http://img.t.sinajs.cn/t35/style/images/common/face/ext/normal/7a/shenshou_thumb.gif",alt:"[草泥马]"},{src:"http://img.t.sinajs.cn/t35/style/images/common/face/ext/normal/60/horse2_thumb.gif",alt:"[神马]"},{src:"http://img.t.sinajs.cn/t35/style/images/common/face/ext/normal/bc/fuyun_thumb.gif",alt:"[浮云]"}]},{title:"emoji",type:"emoji",content:"😀 😃 😄 😁 😆 😅 😂 😊 😇 🙂 🙃 😉 😓 😪 😴 🙄 🤔 😬 🤐".split(/\s/)}],zIndex:1e4,debug:!1,linkCheck:function(e,t){return!0},linkImgCheck:function(e){return!0},pasteFilterStyle:!0,pasteIgnoreImg:!1,pasteTextHandle:function(e){return e},showLinkImg:!0,linkImgCallback:function(e){},uploadImgMaxSize:5242880,uploadImgShowBase64:!1,uploadFileName:"",uploadImgParams:{},uploadImgHeaders:{},withCredentials:!1,uploadImgTimeout:1e4,uploadImgHooks:{before:function(e,t,i){},success:function(e,t,i){},fail:function(e,t,i){},error:function(e,t){},timeout:function(e,t){}},qiniu:!1},s={_ua:navigator.userAgent,isWebkit:function(){var e=/webkit/i;return e.test(this._ua)},isIE:function(){return"ActiveXObject"in window}};function c(e,t){var i=void 0,n=void 0;for(i in e)if(e.hasOwnProperty(i)&&(n=t.call(e,i,e[i]),!1===n))break}function A(e,t){var i=void 0,n=void 0,o=void 0,a=e.length||0;for(i=0;i<a;i++)if(n=e[i],o=t.call(e,n,i),!1===o)break}function u(e){return e+Math.random().toString().slice(2)}function d(e){return null==e?"":e.replace(/</gm,"&lt;").replace(/>/gm,"&gt;").replace(/"/gm,"&quot;").replace(/(\r\n|\r|\n)/g,"<br/>")}function p(e){return"function"===typeof e}function h(e){this.editor=e,this.$elem=r('<div class="w-e-menu">\n <i class="w-e-icon-bold"></i>\n </div>'),this.type="click",this._active=!1}h.prototype={constructor:h,onClick:function(e){var t=this.editor,i=t.selection.isSelectionEmpty();i&&t.selection.createEmptyRange(),t.cmd.do("bold"),i&&(t.selection.collapseRange(),t.selection.restoreSelection())},tryChangeActive:function(e){var t=this.editor,i=this.$elem;t.cmd.queryCommandState("bold")?(this._active=!0,i.addClass("w-e-active")):(this._active=!1,i.removeClass("w-e-active"))}};var m=function(e,t){var i=e.config.langArgs||[],n=t;return i.forEach((function(e){var t=e.reg,i=e.val;t.test(n)&&(n=n.replace(t,(function(){return i})))})),n},f=function(){};function g(e,t){var i=this,n=e.editor;this.menu=e,this.opt=t;var o=r('<div class="w-e-droplist"></div>'),a=t.$title,l=void 0;a&&(l=a.html(),l=m(n,l),a.html(l),a.addClass("w-e-dp-title"),o.append(a));var s=t.list||[],c=t.type||"list",A=t.onClick||f,u=r('<ul class="'+("list"===c?"w-e-list":"w-e-block")+'"></ul>');o.append(u),s.forEach((function(e){var t=e.$elem,o=t.html();o=m(n,o),t.html(o);var a=e.value,l=r('<li class="w-e-item"></li>');t&&(l.append(t),u.append(l),l.on("click",(function(e){A(a),i.hideTimeoutId=setTimeout((function(){i.hide()}),0)})))})),o.on("mouseleave",(function(e){i.hideTimeoutId=setTimeout((function(){i.hide()}),0)})),this.$container=o,this._rendered=!1,this._show=!1}function v(e){var t=this;this.editor=e,this.$elem=r('<div class="w-e-menu"><i class="w-e-icon-header"></i></div>'),this.type="droplist",this._active=!1,this.droplist=new g(this,{width:100,$title:r("<p>设置标题</p>"),type:"list",list:[{$elem:r("<h1>H1</h1>"),value:"<h1>"},{$elem:r("<h2>H2</h2>"),value:"<h2>"},{$elem:r("<h3>H3</h3>"),value:"<h3>"},{$elem:r("<h4>H4</h4>"),value:"<h4>"},{$elem:r("<h5>H5</h5>"),value:"<h5>"},{$elem:r("<p>正文</p>"),value:"<p>"}],onClick:function(e){t._command(e)}})}function w(e){var t=this;this.editor=e,this.$elem=r('<div class="w-e-menu"><i class="w-e-icon-text-heigh"></i></div>'),this.type="droplist",this._active=!1,this.droplist=new g(this,{width:160,$title:r("<p>字号</p>"),type:"list",list:[{$elem:r('<span style="font-size: x-small;">x-small</span>'),value:"1"},{$elem:r('<span style="font-size: small;">small</span>'),value:"2"},{$elem:r("<span>normal</span>"),value:"3"},{$elem:r('<span style="font-size: large;">large</span>'),value:"4"},{$elem:r('<span style="font-size: x-large;">x-large</span>'),value:"5"},{$elem:r('<span style="font-size: xx-large;">xx-large</span>'),value:"6"}],onClick:function(e){t._command(e)}})}function b(e){var t=this;this.editor=e,this.$elem=r('<div class="w-e-menu"><i class="w-e-icon-font"></i></div>'),this.type="droplist",this._active=!1;var i=e.config,n=i.fontNames||[];this.droplist=new g(this,{width:100,$title:r("<p>字体</p>"),type:"list",list:n.map((function(e){return{$elem:r('<span style="font-family: '+e+';">'+e+"</span>"),value:e}})),onClick:function(e){t._command(e)}})}g.prototype={constructor:g,show:function(){this.hideTimeoutId&&clearTimeout(this.hideTimeoutId);var e=this.menu,t=e.$elem,i=this.$container;if(!this._show){if(this._rendered)i.show();else{var n=t.getSizeData().height||0,o=this.opt.width||100;i.css("margin-top",n+"px").css("width",o+"px"),t.append(i),this._rendered=!0}this._show=!0}},hide:function(){this.showTimeoutId&&clearTimeout(this.showTimeoutId);var e=this.$container;this._show&&(e.hide(),this._show=!1)}},v.prototype={constructor:v,_command:function(e){var t=this.editor,i=t.selection.getSelectionContainerElem();t.$textElem.equal(i)||t.cmd.do("formatBlock",e)},tryChangeActive:function(e){var t=this.editor,i=this.$elem,n=/^h/i,o=t.cmd.queryCommandValue("formatBlock");n.test(o)?(this._active=!0,i.addClass("w-e-active")):(this._active=!1,i.removeClass("w-e-active"))}},w.prototype={constructor:w,_command:function(e){var t=this.editor;t.cmd.do("fontSize",e)}},b.prototype={constructor:b,_command:function(e){var t=this.editor;t.cmd.do("fontName",e)}};var x=function(){},y=[];function C(e,t){this.menu=e,this.opt=t}function E(e){this.editor=e,this.$elem=r('<div class="w-e-menu"><i class="w-e-icon-link"></i></div>'),this.type="panel",this._active=!1}function B(e){this.editor=e,this.$elem=r('<div class="w-e-menu">\n <i class="w-e-icon-italic"></i>\n </div>'),this.type="click",this._active=!1}function _(e){this.editor=e,this.$elem=r('<div class="w-e-menu">\n <i class="w-e-icon-redo"></i>\n </div>'),this.type="click",this._active=!1}function I(e){this.editor=e,this.$elem=r('<div class="w-e-menu">\n <i class="w-e-icon-strikethrough"></i>\n </div>'),this.type="click",this._active=!1}function k(e){this.editor=e,this.$elem=r('<div class="w-e-menu">\n <i class="w-e-icon-underline"></i>\n </div>'),this.type="click",this._active=!1}function S(e){this.editor=e,this.$elem=r('<div class="w-e-menu">\n <i class="w-e-icon-undo"></i>\n </div>'),this.type="click",this._active=!1}function Q(e){var t=this;this.editor=e,this.$elem=r('<div class="w-e-menu"><i class="w-e-icon-list2"></i></div>'),this.type="droplist",this._active=!1,this.droplist=new g(this,{width:120,$title:r("<p>设置列表</p>"),type:"list",list:[{$elem:r('<span><i class="w-e-icon-list-numbered"></i> 有序列表</span>'),value:"insertOrderedList"},{$elem:r('<span><i class="w-e-icon-list2"></i> 无序列表</span>'),value:"insertUnorderedList"}],onClick:function(e){t._command(e)}})}function F(e){var t=this;this.editor=e,this.$elem=r('<div class="w-e-menu"><i class="w-e-icon-paragraph-left"></i></div>'),this.type="droplist",this._active=!1,this.droplist=new g(this,{width:100,$title:r("<p>对齐方式</p>"),type:"list",list:[{$elem:r('<span><i class="w-e-icon-paragraph-left"></i> 靠左</span>'),value:"justifyLeft"},{$elem:r('<span><i class="w-e-icon-paragraph-center"></i> 居中</span>'),value:"justifyCenter"},{$elem:r('<span><i class="w-e-icon-paragraph-right"></i> 靠右</span>'),value:"justifyRight"}],onClick:function(e){t._command(e)}})}function M(e){var t=this;this.editor=e,this.$elem=r('<div class="w-e-menu"><i class="w-e-icon-pencil2"></i></div>'),this.type="droplist";var i=e.config,n=i.colors||[];this._active=!1,this.droplist=new g(this,{width:120,$title:r("<p>文字颜色</p>"),type:"inline-block",list:n.map((function(e){return{$elem:r('<i style="color:'+e+';" class="w-e-icon-pencil2"></i>'),value:e}})),onClick:function(e){t._command(e)}})}function D(e){var t=this;this.editor=e,this.$elem=r('<div class="w-e-menu"><i class="w-e-icon-paint-brush"></i></div>'),this.type="droplist";var i=e.config,n=i.colors||[];this._active=!1,this.droplist=new g(this,{width:120,$title:r("<p>背景色</p>"),type:"inline-block",list:n.map((function(e){return{$elem:r('<i style="color:'+e+';" class="w-e-icon-paint-brush"></i>'),value:e}})),onClick:function(e){t._command(e)}})}function T(e){this.editor=e,this.$elem=r('<div class="w-e-menu">\n <i class="w-e-icon-quotes-left"></i>\n </div>'),this.type="click",this._active=!1}function N(e){this.editor=e,this.$elem=r('<div class="w-e-menu">\n <i class="w-e-icon-terminal"></i>\n </div>'),this.type="panel",this._active=!1}function R(e){this.editor=e,this.$elem=r('<div class="w-e-menu">\n <i class="w-e-icon-happy"></i>\n </div>'),this.type="panel",this._active=!1}function U(e){this.editor=e,this.$elem=r('<div class="w-e-menu"><i class="w-e-icon-table2"></i></div>'),this.type="panel",this._active=!1}function P(e){this.editor=e,this.$elem=r('<div class="w-e-menu"><i class="w-e-icon-play"></i></div>'),this.type="panel",this._active=!1}function Y(e){this.editor=e;var t=u("w-e-img");this.$elem=r('<div class="w-e-menu" id="'+t+'"><i class="w-e-icon-image"></i></div>'),e.imgMenuId=t,this.type="panel",this._active=!1}C.prototype={constructor:C,show:function(){var e=this,t=this.menu;if(!(y.indexOf(t)>=0)){var i=t.editor,n=r("body"),o=i.$textContainerElem,a=this.opt,l=r('<div class="w-e-panel-container"></div>'),s=a.width||300;l.css("width",s+"px").css("margin-left",(0-s)/2+"px");var c=r('<i class="w-e-icon-close w-e-panel-close"></i>');l.append(c),c.on("click",(function(){e.hide()}));var A=r('<ul class="w-e-panel-tab-title"></ul>'),u=r('<div class="w-e-panel-tab-content"></div>');l.append(A).append(u);var d=a.height;d&&u.css("height",d+"px").css("overflow-y","auto");var p=a.tabs||[],h=[],f=[];p.forEach((function(e,t){if(e){var n=e.title||"",o=e.tpl||"";n=m(i,n),o=m(i,o);var a=r('<li class="w-e-item">'+n+"</li>");A.append(a);var l=r(o);u.append(l),a._index=t,h.push(a),f.push(l),0===t?(a._active=!0,a.addClass("w-e-active")):l.hide(),a.on("click",(function(e){a._active||(h.forEach((function(e){e._active=!1,e.removeClass("w-e-active")})),f.forEach((function(e){e.hide()})),a._active=!0,a.addClass("w-e-active"),l.show())}))}})),l.on("click",(function(e){e.stopPropagation()})),n.on("click",(function(t){e.hide()})),o.append(l),p.forEach((function(t,i){if(t){var n=t.events||[];n.forEach((function(t){var n=t.selector,o=t.type,a=t.fn||x,r=f[i];r.find(n).on(o,(function(t){t.stopPropagation();var i=a(t);i&&e.hide()}))}))}}));var g=l.find("input[type=text],textarea");g.length&&g.get(0).focus(),this.$container=l,this._hideOtherPanels(),y.push(t)}},hide:function(){var e=this.menu,t=this.$container;t&&t.remove(),y=y.filter((function(t){return t!==e}))},_hideOtherPanels:function(){y.length&&y.forEach((function(e){var t=e.panel||{};t.hide&&t.hide()}))}},E.prototype={constructor:E,onClick:function(e){var t=this.editor,i=void 0;if(this._active){if(i=t.selection.getSelectionContainerElem(),!i)return;t.selection.createRangeByElem(i),t.selection.restoreSelection(),this._createPanel(i.text(),i.attr("href"))}else t.selection.isSelectionEmpty()?this._createPanel("",""):this._createPanel(t.selection.getSelectionText(),"")},_createPanel:function(e,t){var i=this,n=u("input-link"),o=u("input-text"),a=u("btn-ok"),l=u("btn-del"),s=this._active?"inline-block":"none",c=new C(this,{width:300,tabs:[{title:"链接",tpl:'<div>\n <input id="'+o+'" type="text" class="block" value="'+e+'" placeholder="链接文字"/></td>\n <input id="'+n+'" type="text" class="block" value="'+t+'" placeholder="http://..."/></td>\n <div class="w-e-button-container">\n <button id="'+a+'" class="right">插入</button>\n <button id="'+l+'" class="gray right" style="display:'+s+'">删除链接</button>\n </div>\n </div>',events:[{selector:"#"+a,type:"click",fn:function(){var e=r("#"+n),t=r("#"+o),a=e.val(),l=t.val();return i._insertLink(l,a),!0}},{selector:"#"+l,type:"click",fn:function(){return i._delLink(),!0}}]}]});c.show(),this.panel=c},_delLink:function(){if(this._active){var e=this.editor,t=e.selection.getSelectionContainerElem();if(t){var i=e.selection.getSelectionText();e.cmd.do("insertHTML","<span>"+i+"</span>")}}},_insertLink:function(e,t){var i=this.editor,n=i.config,o=n.linkCheck,a=!0;o&&"function"===typeof o&&(a=o(e,t)),!0===a?i.cmd.do("insertHTML",'<a href="'+t+'" target="_blank">'+e+"</a>"):alert(a)},tryChangeActive:function(e){var t=this.editor,i=this.$elem,n=t.selection.getSelectionContainerElem();n&&("A"===n.getNodeName()?(this._active=!0,i.addClass("w-e-active")):(this._active=!1,i.removeClass("w-e-active")))}},B.prototype={constructor:B,onClick:function(e){var t=this.editor,i=t.selection.isSelectionEmpty();i&&t.selection.createEmptyRange(),t.cmd.do("italic"),i&&(t.selection.collapseRange(),t.selection.restoreSelection())},tryChangeActive:function(e){var t=this.editor,i=this.$elem;t.cmd.queryCommandState("italic")?(this._active=!0,i.addClass("w-e-active")):(this._active=!1,i.removeClass("w-e-active"))}},_.prototype={constructor:_,onClick:function(e){var t=this.editor;t.cmd.do("redo")}},I.prototype={constructor:I,onClick:function(e){var t=this.editor,i=t.selection.isSelectionEmpty();i&&t.selection.createEmptyRange(),t.cmd.do("strikeThrough"),i&&(t.selection.collapseRange(),t.selection.restoreSelection())},tryChangeActive:function(e){var t=this.editor,i=this.$elem;t.cmd.queryCommandState("strikeThrough")?(this._active=!0,i.addClass("w-e-active")):(this._active=!1,i.removeClass("w-e-active"))}},k.prototype={constructor:k,onClick:function(e){var t=this.editor,i=t.selection.isSelectionEmpty();i&&t.selection.createEmptyRange(),t.cmd.do("underline"),i&&(t.selection.collapseRange(),t.selection.restoreSelection())},tryChangeActive:function(e){var t=this.editor,i=this.$elem;t.cmd.queryCommandState("underline")?(this._active=!0,i.addClass("w-e-active")):(this._active=!1,i.removeClass("w-e-active"))}},S.prototype={constructor:S,onClick:function(e){var t=this.editor;t.cmd.do("undo")}},Q.prototype={constructor:Q,_command:function(e){var t=this.editor,i=t.$textElem;if(t.selection.restoreSelection(),!t.cmd.queryCommandState(e)){t.cmd.do(e);var n=t.selection.getSelectionContainerElem();if("LI"===n.getNodeName()&&(n=n.parent()),!1!==/^ol|ul$/i.test(n.getNodeName())&&!n.equal(i)){var o=n.parent();o.equal(i)||(n.insertAfter(o),o.remove())}}},tryChangeActive:function(e){var t=this.editor,i=this.$elem;t.cmd.queryCommandState("insertUnOrderedList")||t.cmd.queryCommandState("insertOrderedList")?(this._active=!0,i.addClass("w-e-active")):(this._active=!1,i.removeClass("w-e-active"))}},F.prototype={constructor:F,_command:function(e){var t=this.editor;t.cmd.do(e)}},M.prototype={constructor:M,_command:function(e){var t=this.editor;t.cmd.do("foreColor",e)}},D.prototype={constructor:D,_command:function(e){var t=this.editor;t.cmd.do("backColor",e)}},T.prototype={constructor:T,onClick:function(e){var t=this.editor,i=t.selection.getSelectionContainerElem(),n=i.getNodeName();if(s.isIE()){var o=void 0,a=void 0;if("P"===n)return o=i.text(),a=r("<blockquote>"+o+"</blockquote>"),a.insertAfter(i),void i.remove();"BLOCKQUOTE"===n&&(o=i.text(),a=r("<p>"+o+"</p>"),a.insertAfter(i),i.remove())}else"BLOCKQUOTE"===n?t.cmd.do("formatBlock","<P>"):t.cmd.do("formatBlock","<BLOCKQUOTE>")},tryChangeActive:function(e){var t=this.editor,i=this.$elem,n=/^BLOCKQUOTE$/i,o=t.cmd.queryCommandValue("formatBlock");n.test(o)?(this._active=!0,i.addClass("w-e-active")):(this._active=!1,i.removeClass("w-e-active"))}},N.prototype={constructor:N,onClick:function(e){var t=this.editor,i=t.selection.getSelectionStartElem(),n=t.selection.getSelectionEndElem(),o=t.selection.isSelectionEmpty(),a=t.selection.getSelectionText(),l=void 0;if(i.equal(n))return o?void(this._active?this._createPanel(i.html()):this._createPanel()):(l=r("<code>"+a+"</code>"),t.cmd.do("insertElem",l),t.selection.createRangeByElem(l,!1),void t.selection.restoreSelection());t.selection.restoreSelection()},_createPanel:function(e){var t=this;e=e||"";var i=e?"edit":"new",n=u("texxt"),o=u("btn"),a=new C(this,{width:500,tabs:[{title:"插入代码",tpl:'<div>\n <textarea id="'+n+'" style="height:145px;;">'+e+'</textarea>\n <div class="w-e-button-container">\n <button id="'+o+'" class="right">插入</button>\n </div>\n <div>',events:[{selector:"#"+o,type:"click",fn:function(){var e=r("#"+n),o=e.val()||e.html();return o=d(o),"new"===i?t._insertCode(o):t._updateCode(o),!0}}]}]});a.show(),this.panel=a},_insertCode:function(e){var t=this.editor;t.cmd.do("insertHTML","<pre><code>"+e+"</code></pre><p><br></p>")},_updateCode:function(e){var t=this.editor,i=t.selection.getSelectionContainerElem();i&&(i.html(e),t.selection.restoreSelection())},tryChangeActive:function(e){var t=this.editor,i=this.$elem,n=t.selection.getSelectionContainerElem();if(n){var o=n.parent();"CODE"===n.getNodeName()&&"PRE"===o.getNodeName()?(this._active=!0,i.addClass("w-e-active")):(this._active=!1,i.removeClass("w-e-active"))}}},R.prototype={constructor:R,onClick:function(){this._createPanel()},_createPanel:function(){var e=this,t=this.editor,i=t.config,n=i.emotions||[],o=[];n.forEach((function(t){var i=t.type,n=t.content||[],a="";"emoji"===i&&n.forEach((function(e){e&&(a+='<span class="w-e-item">'+e+"</span>")})),"image"===i&&n.forEach((function(e){var t=e.src,i=e.alt;t&&(a+='<span class="w-e-item"><img src="'+t+'" alt="'+i+'" data-w-e="1"/></span>')})),o.push({title:t.title,tpl:'<div class="w-e-emoticon-container">'+a+"</div>",events:[{selector:"span.w-e-item",type:"click",fn:function(t){var i=t.target,n=r(i),o=n.getNodeName(),a=void 0;return a="IMG"===o?n.parent().html():"<span>"+n.html()+"</span>",e._insert(a),!0}}]})}));var a=new C(this,{width:300,height:200,tabs:o});a.show(),this.panel=a},_insert:function(e){var t=this.editor;t.cmd.do("insertHTML",e)}},U.prototype={constructor:U,onClick:function(){this._active?this._createEditPanel():this._createInsertPanel()},_createInsertPanel:function(){var e=this,t=u("btn"),i=u("row"),n=u("col"),o=new C(this,{width:250,tabs:[{title:"插入表格",tpl:'<div>\n <p style="text-align:left; padding:5px 0;">\n 创建\n <input id="'+i+'" type="text" value="5" style="width:40px;text-align:center;"/>\n 行\n <input id="'+n+'" type="text" value="5" style="width:40px;text-align:center;"/>\n 列的表格\n </p>\n <div class="w-e-button-container">\n <button id="'+t+'" class="right">插入</button>\n </div>\n </div>',events:[{selector:"#"+t,type:"click",fn:function(){var t=parseInt(r("#"+i).val()),o=parseInt(r("#"+n).val());return t&&o&&t>0&&o>0&&e._insert(t,o),!0}}]}]});o.show(),this.panel=o},_insert:function(e,t){var i=void 0,n=void 0,o='<table border="0" width="100%" cellpadding="0" cellspacing="0">';for(i=0;i<e;i++){if(o+="<tr>",0===i)for(n=0;n<t;n++)o+="<th>&nbsp;</th>";else for(n=0;n<t;n++)o+="<td>&nbsp;</td>";o+="</tr>"}o+="</table><p><br></p>";var a=this.editor;a.cmd.do("insertHTML",o),a.cmd.do("enableObjectResizing",!1),a.cmd.do("enableInlineTableEditing",!1)},_createEditPanel:function(){var e=this,t=u("add-row"),i=u("add-col"),n=u("del-row"),o=u("del-col"),a=u("del-table"),r=new C(this,{width:320,tabs:[{title:"编辑表格",tpl:'<div>\n <div class="w-e-button-container" style="border-bottom:1px solid #f1f1f1;padding-bottom:5px;margin-bottom:5px;">\n <button id="'+t+'" class="left">增加行</button>\n <button id="'+n+'" class="red left">删除行</button>\n <button id="'+i+'" class="left">增加列</button>\n <button id="'+o+'" class="red left">删除列</button>\n </div>\n <div class="w-e-button-container">\n <button id="'+a+'" class="gray left">删除表格</button>\n </dv>\n </div>',events:[{selector:"#"+t,type:"click",fn:function(){return e._addRow(),!0}},{selector:"#"+i,type:"click",fn:function(){return e._addCol(),!0}},{selector:"#"+n,type:"click",fn:function(){return e._delRow(),!0}},{selector:"#"+o,type:"click",fn:function(){return e._delCol(),!0}},{selector:"#"+a,type:"click",fn:function(){return e._delTable(),!0}}]}]});r.show()},_getLocationData:function(){var e={},t=this.editor,i=t.selection.getSelectionContainerElem();if(i){var n=i.getNodeName();if("TD"===n||"TH"===n){var o=i.parent(),a=o.children(),r=a.length;a.forEach((function(t,n){if(t===i[0])return e.td={index:n,elem:t,length:r},!1}));var l=o.parent(),s=l.children(),c=s.length;return s.forEach((function(t,i){if(t===o[0])return e.tr={index:i,elem:t,length:c},!1})),e}}},_addRow:function(){var e=this._getLocationData();if(e){var t=e.tr,i=r(t.elem),n=e.td,o=n.length,a=document.createElement("tr"),l="",s=void 0;for(s=0;s<o;s++)l+="<td>&nbsp;</td>";a.innerHTML=l,r(a).insertAfter(i)}},_addCol:function(){var e=this._getLocationData();if(e){var t=e.tr,i=e.td,n=i.index,o=r(t.elem),a=o.parent(),l=a.children();l.forEach((function(e){var t=r(e),i=t.children(),o=i.get(n),a=o.getNodeName().toLowerCase(),l=document.createElement(a);r(l).insertAfter(o)}))}},_delRow:function(){var e=this._getLocationData();if(e){var t=e.tr,i=r(t.elem);i.remove()}},_delCol:function(){var e=this._getLocationData();if(e){var t=e.tr,i=e.td,n=i.index,o=r(t.elem),a=o.parent(),l=a.children();l.forEach((function(e){var t=r(e),i=t.children(),o=i.get(n);o.remove()}))}},_delTable:function(){var e=this.editor,t=e.selection.getSelectionContainerElem();if(t){var i=t.parentUntil("table");i&&i.remove()}},tryChangeActive:function(e){var t=this.editor,i=this.$elem,n=t.selection.getSelectionContainerElem();if(n){var o=n.getNodeName();"TD"===o||"TH"===o?(this._active=!0,i.addClass("w-e-active")):(this._active=!1,i.removeClass("w-e-active"))}}},P.prototype={constructor:P,onClick:function(){this._createPanel()},_createPanel:function(){var e=this,t=u("text-val"),i=u("btn"),n=new C(this,{width:350,tabs:[{title:"插入视频",tpl:'<div>\n <input id="'+t+'" type="text" class="block" placeholder="格式如:<iframe src=... ></iframe>"/>\n <div class="w-e-button-container">\n <button id="'+i+'" class="right">插入</button>\n </div>\n </div>',events:[{selector:"#"+i,type:"click",fn:function(){var i=r("#"+t),n=i.val().trim();return n&&e._insert(n),!0}}]}]});n.show(),this.panel=n},_insert:function(e){var t=this.editor;t.cmd.do("insertHTML",e+"<p><br></p>")}},Y.prototype={constructor:Y,onClick:function(){var e=this.editor,t=e.config;t.qiniu||(this._active?this._createEditPanel():this._createInsertPanel())},_createEditPanel:function(){var e=this.editor,t=u("width-30"),i=u("width-50"),n=u("width-100"),o=u("del-btn"),a=[{title:"编辑图片",tpl:'<div>\n <div class="w-e-button-container" style="border-bottom:1px solid #f1f1f1;padding-bottom:5px;margin-bottom:5px;">\n <span style="float:left;font-size:14px;margin:4px 5px 0 5px;color:#333;">最大宽度:</span>\n <button id="'+t+'" class="left">30%</button>\n <button id="'+i+'" class="left">50%</button>\n <button id="'+n+'" class="left">100%</button>\n </div>\n <div class="w-e-button-container">\n <button id="'+o+'" class="gray left">删除图片</button>\n </dv>\n </div>',events:[{selector:"#"+t,type:"click",fn:function(){var t=e._selectedImg;return t&&t.css("max-width","30%"),!0}},{selector:"#"+i,type:"click",fn:function(){var t=e._selectedImg;return t&&t.css("max-width","50%"),!0}},{selector:"#"+n,type:"click",fn:function(){var t=e._selectedImg;return t&&t.css("max-width","100%"),!0}},{selector:"#"+o,type:"click",fn:function(){var t=e._selectedImg;return t&&t.remove(),!0}}]}],r=new C(this,{width:300,tabs:a});r.show(),this.panel=r},_createInsertPanel:function(){var e=this.editor,t=e.uploadImg,i=e.config,n=u("up-trigger"),o=u("up-file"),a=u("link-url"),l=u("link-btn"),s=[{title:"上传图片",tpl:'<div class="w-e-up-img-container">\n <div id="'+n+'" class="w-e-up-btn">\n <i class="w-e-icon-upload2"></i>\n </div>\n <div style="display:none;">\n <input id="'+o+'" type="file" multiple="multiple" accept="image/jpg,image/jpeg,image/png,image/gif,image/bmp"/>\n </div>\n </div>',events:[{selector:"#"+n,type:"click",fn:function(){var e=r("#"+o),t=e[0];if(!t)return!0;t.click()}},{selector:"#"+o,type:"change",fn:function(){var e=r("#"+o),i=e[0];if(!i)return!0;var n=i.files;return n.length&&t.uploadImg(n),!0}}]},{title:"网络图片",tpl:'<div>\n <input id="'+a+'" type="text" class="block" placeholder="图片链接"/></td>\n <div class="w-e-button-container">\n <button id="'+l+'" class="right">插入</button>\n </div>\n </div>',events:[{selector:"#"+l,type:"click",fn:function(){var e=r("#"+a),i=e.val().trim();return i&&t.insertLinkImg(i),!0}}]}],c=[];(i.uploadImgShowBase64||i.uploadImgServer||i.customUploadImg)&&window.FileReader&&c.push(s[0]),i.showLinkImg&&c.push(s[1]);var A=new C(this,{width:300,tabs:c});A.show(),this.panel=A},tryChangeActive:function(e){var t=this.editor,i=this.$elem;t._selectedImg?(this._active=!0,i.addClass("w-e-active")):(this._active=!1,i.removeClass("w-e-active"))}};var z={};function j(e){this.editor=e,this.menus={}}function H(e){var t=e.clipboardData||e.originalEvent&&e.originalEvent.clipboardData,i=void 0;return i=null==t?window.clipboardData&&window.clipboardData.getData("text"):t.getData("text/plain"),d(i)}function L(e,t,i){var n=e.clipboardData||e.originalEvent&&e.originalEvent.clipboardData,o=void 0,a=void 0;if(null==n?o=window.clipboardData&&window.clipboardData.getData("text"):(o=n.getData("text/plain"),a=n.getData("text/html")),!a&&o&&(a="<p>"+d(o)+"</p>"),a){var r=a.split("</html>");return 2===r.length&&(a=r[0]),a=a.replace(/<(meta|script|link).+?>/gim,""),a=a.replace(/<!--.*?-->/gm,""),a=a.replace(/\s?data-.+?=('|").+?('|")/gim,""),i&&(a=a.replace(/<img.+?>/gim,"")),a=t?a.replace(/\s?(class|style)=('|").*?('|")/gim,""):a.replace(/\s?class=('|").*?('|")/gim,""),a}}function G(e){var t=[],i=H(e);if(i)return t;var n=e.clipboardData||e.originalEvent&&e.originalEvent.clipboardData||{},o=n.items;return o?(c(o,(function(e,i){var n=i.type;/image/i.test(n)&&t.push(i.getAsFile())})),t):t}function $(e){var t=[],i=e.childNodes()||[];return i.forEach((function(e){var i=void 0,n=e.nodeType;if(3===n&&(i=e.textContent,i=d(i)),1===n){i={},i.tag=e.nodeName.toLowerCase();for(var o=[],a=e.attributes||{},l=a.length||0,s=0;s<l;s++){var c=a[s];o.push({name:c.name,value:c.value})}i.attrs=o,i.children=$(r(e))}t.push(i)})),t}function J(e){this.editor=e}function O(e){this.editor=e}function V(e){this.editor=e,this._currentRange=null}function q(e){this.editor=e,this._time=0,this._isShow=!1,this._isRender=!1,this._timeoutId=0,this.$textContainer=e.$textContainerElem,this.$bar=r('<div class="w-e-progress"></div>')}z.bold=h,z.head=v,z.fontSize=w,z.fontName=b,z.link=E,z.italic=B,z.redo=_,z.strikeThrough=I,z.underline=k,z.undo=S,z.list=Q,z.justify=F,z.foreColor=M,z.backColor=D,z.quote=T,z.code=N,z.emoticon=R,z.table=U,z.video=P,z.image=Y,j.prototype={constructor:j,init:function(){var e=this,t=this.editor,i=t.config||{},n=i.menus||[];n.forEach((function(i){var n=z[i];n&&"function"===typeof n&&(e.menus[i]=new n(t))})),this._addToToolbar(),this._bindEvent()},_addToToolbar:function(){var e=this.editor,t=e.$toolbarElem,i=this.menus,n=e.config,o=n.zIndex+1;c(i,(function(e,i){var n=i.$elem;n&&(n.css("z-index",o),t.append(n))}))},_bindEvent:function(){var e=this.menus,t=this.editor;c(e,(function(e,i){var n=i.type;if(n){var o=i.$elem,a=i.droplist;i.panel;"click"===n&&i.onClick&&o.on("click",(function(e){null!=t.selection.getRange()&&i.onClick(e)})),"droplist"===n&&a&&o.on("mouseenter",(function(e){null!=t.selection.getRange()&&(a.showTimeoutId=setTimeout((function(){a.show()}),200))})).on("mouseleave",(function(e){a.hideTimeoutId=setTimeout((function(){a.hide()}),0)})),"panel"===n&&i.onClick&&o.on("click",(function(e){e.stopPropagation(),null!=t.selection.getRange()&&i.onClick(e)}))}}))},changeActive:function(){var e=this.menus;c(e,(function(e,t){t.tryChangeActive&&setTimeout((function(){t.tryChangeActive()}),100)}))}},J.prototype={constructor:J,init:function(){this._bindEvent()},clear:function(){this.html("<p><br></p>")},html:function(e){var t=this.editor,i=t.$textElem,n=void 0;if(null==e)return n=i.html(),n=n.replace(/\u200b/gm,""),n;i.html(e),t.initSelection()},getJSON:function(){var e=this.editor,t=e.$textElem;return $(t)},text:function(e){var t=this.editor,i=t.$textElem,n=void 0;if(null==e)return n=i.text(),n=n.replace(/\u200b/gm,""),n;i.text("<p>"+e+"</p>"),t.initSelection()},append:function(e){var t=this.editor,i=t.$textElem;i.append(r(e)),t.initSelection()},_bindEvent:function(){this._saveRangeRealTime(),this._enterKeyHandle(),this._clearHandle(),this._pasteHandle(),this._tabHandle(),this._imgHandle(),this._dragHandle()},_saveRangeRealTime:function(){var e=this.editor,t=e.$textElem;function i(t){e.selection.saveRange(),e.menus.changeActive()}t.on("keyup",i),t.on("mousedown",(function(e){t.on("mouseleave",i)})),t.on("mouseup",(function(e){i(),t.off("mouseleave",i)}))},_enterKeyHandle:function(){var e=this.editor,t=e.$textElem;function i(t){var i=r("<p><br></p>");i.insertBefore(t),e.selection.createRangeByElem(i,!0),e.selection.restoreSelection(),t.remove()}function n(n){var o=e.selection.getSelectionContainerElem(),a=o.parent();if("<code><br></code>"!==a.html()){if(a.equal(t)){var r=o.getNodeName();"P"!==r&&(o.text()||i(o))}}else i(o)}function o(t){var i=e.selection.getSelectionContainerElem();if(i){var n=i.parent(),o=i.getNodeName(),a=n.getNodeName();if("CODE"===o&&"PRE"===a&&e.cmd.queryCommandSupported("insertHTML")){if(!0===e._willBreakCode){var l=r("<p><br></p>");return l.insertAfter(n),e.selection.createRangeByElem(l,!0),e.selection.restoreSelection(),e._willBreakCode=!1,void t.preventDefault()}var s=e.selection.getRange().startOffset;e.cmd.do("insertHTML","\n"),e.selection.saveRange(),e.selection.getRange().startOffset===s&&e.cmd.do("insertHTML","\n");var c=i.html().length;e.selection.getRange().startOffset+1===c&&(e._willBreakCode=!0),t.preventDefault()}}}t.on("keyup",(function(e){13===e.keyCode&&n(e)})),t.on("keydown",(function(t){13===t.keyCode?o(t):e._willBreakCode=!1}))},_clearHandle:function(){var e=this.editor,t=e.$textElem;t.on("keydown",(function(e){if(8===e.keyCode){var i=t.html().toLowerCase().trim();"<p><br></p>"!==i||e.preventDefault()}})),t.on("keyup",(function(i){if(8===i.keyCode){var n=void 0,o=t.html().toLowerCase().trim();o&&"<br>"!==o||(n=r("<p><br/></p>"),t.html(""),t.append(n),e.selection.createRangeByElem(n,!1,!0),e.selection.restoreSelection())}}))},_pasteHandle:function(){var e=this.editor,t=e.config,i=t.pasteFilterStyle,n=t.pasteTextHandle,o=t.pasteIgnoreImg,a=e.$textElem,r=0;function l(){var e=Date.now(),t=!1;return e-r>=100&&(t=!0),r=e,t}function c(){r=0}a.on("paste",(function(t){if(!s.isIE()&&(t.preventDefault(),l())){var a=L(t,i,o),r=H(t);r=r.replace(/\n/gm,"<br>");var A=e.selection.getSelectionContainerElem();if(A){var u=A.getNodeName();if("CODE"===u||"PRE"===u)return n&&p(n)&&(r=""+(n(r)||"")),void e.cmd.do("insertHTML","<p>"+r+"</p>");if(a)try{n&&p(n)&&(a=""+(n(a)||"")),e.cmd.do("insertHTML",a)}catch(d){n&&p(n)&&(r=""+(n(r)||"")),e.cmd.do("insertHTML","<p>"+r+"</p>")}else c()}}})),a.on("paste",(function(t){if(!s.isIE()&&(t.preventDefault(),l())){var i=G(t);if(i&&i.length){var n=e.selection.getSelectionContainerElem();if(n){var o=n.getNodeName();if("CODE"!==o&&"PRE"!==o){var a=e.uploadImg;a.uploadImg(i)}}}}}))},_tabHandle:function(){var e=this.editor,t=e.$textElem;t.on("keydown",(function(t){if(9===t.keyCode&&e.cmd.queryCommandSupported("insertHTML")){var i=e.selection.getSelectionContainerElem();if(i){var n=i.parent(),o=i.getNodeName(),a=n.getNodeName();"CODE"===o&&"PRE"===a?e.cmd.do("insertHTML"," "):e.cmd.do("insertHTML","&nbsp;&nbsp;&nbsp;&nbsp;"),t.preventDefault()}}}))},_imgHandle:function(){var e=this.editor,t=e.$textElem;t.on("click","img",(function(t){var i=this,n=r(i);"1"!==n.attr("data-w-e")&&(e._selectedImg=n,e.selection.createRangeByElem(n),e.selection.restoreSelection())})),t.on("click keyup",(function(t){t.target.matches("img")||(e._selectedImg=null)}))},_dragHandle:function(){var e=this.editor,t=r(document);t.on("dragleave drop dragenter dragover",(function(e){e.preventDefault()}));var i=e.$textElem;i.on("drop",(function(t){t.preventDefault();var i=t.dataTransfer&&t.dataTransfer.files;if(i&&i.length){var n=e.uploadImg;n.uploadImg(i)}}))}},O.prototype={constructor:O,do:function(e,t){var i=this.editor;if(i._useStyleWithCSS||(document.execCommand("styleWithCSS",null,!0),i._useStyleWithCSS=!0),i.selection.getRange()){i.selection.restoreSelection();var n="_"+e;this[n]?this[n](t):this._execCommand(e,t),i.menus.changeActive(),i.selection.saveRange(),i.selection.restoreSelection(),i.change&&i.change()}},_insertHTML:function(e){var t=this.editor,i=t.selection.getRange();this.queryCommandSupported("insertHTML")?this._execCommand("insertHTML",e):i.insertNode?(i.deleteContents(),i.insertNode(r(e)[0])):i.pasteHTML&&i.pasteHTML(e)},_insertElem:function(e){var t=this.editor,i=t.selection.getRange();i.insertNode&&(i.deleteContents(),i.insertNode(e[0]))},_execCommand:function(e,t){document.execCommand(e,!1,t)},queryCommandValue:function(e){return document.queryCommandValue(e)},queryCommandState:function(e){return document.queryCommandState(e)},queryCommandSupported:function(e){return document.queryCommandSupported(e)}},V.prototype={constructor:V,getRange:function(){return this._currentRange},saveRange:function(e){if(e)this._currentRange=e;else{var t=window.getSelection();if(0!==t.rangeCount){var i=t.getRangeAt(0),n=this.getSelectionContainerElem(i);if(n&&"false"!==n.attr("contenteditable")&&!n.parentUntil("[contenteditable=false]")){var o=this.editor,a=o.$textElem;a.isContain(n)&&(this._currentRange=i)}}}},collapseRange:function(e){null==e&&(e=!1);var t=this._currentRange;t&&t.collapse(e)},getSelectionText:function(){var e=this._currentRange;return e?this._currentRange.toString():""},getSelectionContainerElem:function(e){e=e||this._currentRange;var t=void 0;if(e)return t=e.commonAncestorContainer,r(1===t.nodeType?t:t.parentNode)},getSelectionStartElem:function(e){e=e||this._currentRange;var t=void 0;if(e)return t=e.startContainer,r(1===t.nodeType?t:t.parentNode)},getSelectionEndElem:function(e){e=e||this._currentRange;var t=void 0;if(e)return t=e.endContainer,r(1===t.nodeType?t:t.parentNode)},isSelectionEmpty:function(){var e=this._currentRange;return!(!e||!e.startContainer||e.startContainer!==e.endContainer||e.startOffset!==e.endOffset)},restoreSelection:function(){var e=window.getSelection();e.removeAllRanges(),e.addRange(this._currentRange)},createEmptyRange:function(){var e=this.editor,t=this.getRange(),i=void 0;if(t&&this.isSelectionEmpty())try{s.isWebkit()?(e.cmd.do("insertHTML","&#8203;"),t.setEnd(t.endContainer,t.endOffset+1),this.saveRange(t)):(i=r("<strong>&#8203;</strong>"),e.cmd.do("insertElem",i),this.createRangeByElem(i,!0))}catch(n){}},createRangeByElem:function(e,t,i){if(e.length){var n=e[0],o=document.createRange();i?o.selectNodeContents(n):o.selectNode(n),"boolean"===typeof t&&o.collapse(t),this.saveRange(o)}}},q.prototype={constructor:q,show:function(e){var t=this;if(!this._isShow){this._isShow=!0;var i=this.$bar;if(this._isRender)this._isRender=!0;else{var n=this.$textContainer;n.append(i)}Date.now()-this._time>100&&e<=1&&(i.css("width",100*e+"%"),this._time=Date.now());var o=this._timeoutId;o&&clearTimeout(o),o=setTimeout((function(){t._hide()}),500)}},_hide:function(){var e=this.$bar;e.remove(),this._time=0,this._isShow=!1,this._isRender=!1}};var K="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};function X(e){this.editor=e}X.prototype={constructor:X,_alert:function(e,t){var i=this.editor,n=i.config.debug,o=i.config.customAlert;if(n)throw new Error("wangEditor: "+(t||e));o&&"function"===typeof o?o(e):alert(e)},insertLinkImg:function(e){var t=this;if(e){var i=this.editor,n=i.config,o=n.linkImgCheck,a=void 0;if(o&&"function"===typeof o&&(a=o(e),"string"===typeof a))alert(a);else{i.cmd.do("insertHTML",'<img src="'+e+'" style="max-width:100%;"/>');var r=document.createElement("img");r.onload=function(){var t=n.linkImgCallback;t&&"function"===typeof t&&t(e),r=null},r.onerror=function(){r=null,t._alert("插入图片错误",'wangEditor: 插入图片出错,图片链接是 "'+e+'",下载该链接失败')},r.onabort=function(){r=null},r.src=e}}},uploadImg:function(e){var t=this;if(e&&e.length){var i=this.editor,n=i.config,o=n.uploadImgServer,a=n.uploadImgShowBase64,r=n.uploadImgMaxSize,l=r/1024/1024,s=n.uploadImgMaxLength||1e4,u=n.uploadFileName||"",d=n.uploadImgParams||{},p=n.uploadImgParamsWithUrl,h=n.uploadImgHeaders||{},m=n.uploadImgHooks||{},f=n.uploadImgTimeout||3e3,g=n.withCredentials;null==g&&(g=!1);var v=n.customUploadImg;if(v||o||a){var w=[],b=[];if(A(e,(function(e){var t=e.name,i=e.size;t&&i&&(!1!==/\.(jpg|jpeg|png|bmp|gif|webp)$/i.test(t)?r<i?b.push("【"+t+"】大于 "+l+"M"):w.push(e):b.push("【"+t+"】不是图片"))})),b.length)this._alert("图片验证未通过: \n"+b.join("\n"));else if(w.length>s)this._alert("一次最多上传"+s+"张图片");else if(v&&"function"===typeof v)v(w,this.insertLinkImg.bind(this));else{var x=new FormData;if(A(w,(function(e){var t=u||e.name;x.append(t,e)})),o&&"string"===typeof o){var y=o.split("#");o=y[0];var C=y[1]||"";c(d,(function(e,t){p&&(o.indexOf("?")>0?o+="&":o+="?",o=o+e+"="+t),x.append(e,t)})),C&&(o+="#"+C);var E=new XMLHttpRequest;if(E.open("POST",o),E.timeout=f,E.ontimeout=function(){m.timeout&&"function"===typeof m.timeout&&m.timeout(E,i),t._alert("上传图片超时")},E.upload&&(E.upload.onprogress=function(e){var t=void 0,n=new q(i);e.lengthComputable&&(t=e.loaded/e.total,n.show(t))}),E.onreadystatechange=function(){var e=void 0;if(4===E.readyState){if(E.status<200||E.status>=300)return m.error&&"function"===typeof m.error&&m.error(E,i),void t._alert("上传图片发生错误","上传图片发生错误,服务器返回状态是 "+E.status);if(e=E.responseText,"object"!==("undefined"===typeof e?"undefined":K(e)))try{e=JSON.parse(e)}catch(o){return m.fail&&"function"===typeof m.fail&&m.fail(E,i,e),void t._alert("上传图片失败","上传图片返回结果错误,返回结果是: "+e)}if(m.customInsert||"0"==e.errno){if(m.customInsert&&"function"===typeof m.customInsert)m.customInsert(t.insertLinkImg.bind(t),e,i);else{var n=e.data||[];n.forEach((function(e){t.insertLinkImg(e)}))}m.success&&"function"===typeof m.success&&m.success(E,i,e)}else m.fail&&"function"===typeof m.fail&&m.fail(E,i,e),t._alert("上传图片失败","上传图片返回结果错误,返回结果 errno="+e.errno)}},m.before&&"function"===typeof m.before){var B=m.before(E,i,w);if(B&&"object"===("undefined"===typeof B?"undefined":K(B))&&B.prevent)return void this._alert(B.msg)}return c(h,(function(e,t){E.setRequestHeader(e,t)})),E.withCredentials=g,void E.send(x)}a&&A(e,(function(e){var i=t,n=new FileReader;n.readAsDataURL(e),n.onload=function(){i.insertLinkImg(this.result)}}))}}}}};var W=1;function Z(e,t){if(null==e)throw new Error("错误:初始化编辑器时候未传入任何参数,请查阅文档");this.id="wangEditor-"+W++,this.toolbarSelector=e,this.textSelector=t,this.customConfig={}}Z.prototype={constructor:Z,_initConfig:function(){var e={};this.config=Object.assign(e,l,this.customConfig);var t=this.config.lang||{},i=[];c(t,(function(e,t){i.push({reg:new RegExp(e,"img"),val:t})})),this.config.langArgs=i},_initDom:function(){var e=this,t=this.toolbarSelector,i=r(t),n=this.textSelector,o=this.config,a=o.zIndex,l=void 0,s=void 0,c=void 0,A=void 0;null==n?(l=r("<div></div>"),s=r("<div></div>"),A=i.children(),i.append(l).append(s),l.css("background-color","#f1f1f1").css("border","1px solid #ccc"),s.css("border","1px solid #ccc").css("border-top","none").css("height","300px")):(l=i,s=r(n),A=s.children()),c=r("<div></div>"),c.attr("contenteditable","true").css("width","100%").css("height","100%"),A&&A.length?c.append(A):c.append(r("<p><br></p>")),s.append(c),l.addClass("w-e-toolbar"),s.addClass("w-e-text-container"),s.css("z-index",a),c.addClass("w-e-text");var d=u("toolbar-elem");l.attr("id",d);var p=u("text-elem");c.attr("id",p),this.$toolbarElem=l,this.$textContainerElem=s,this.$textElem=c,this.toolbarElemId=d,this.textElemId=p;var h=!0;s.on("compositionstart",(function(){h=!1})),s.on("compositionend",(function(){h=!0})),s.on("click keyup",(function(){h&&e.change&&e.change()})),l.on("click",(function(){this.change&&this.change()})),(o.onfocus||o.onblur)&&(this.isFocus=!1,r(document).on("click",(function(t){var i=c.isContain(r(t.target)),n=l.isContain(r(t.target)),o=l[0]==t.target;if(i)e.isFocus||e.onfocus&&e.onfocus(),e.isFocus=!0;else{if(n&&!o)return;e.isFocus&&e.onblur&&e.onblur(),e.isFocus=!1}})))},_initCommand:function(){this.cmd=new O(this)},_initSelectionAPI:function(){this.selection=new V(this)},_initUploadImg:function(){this.uploadImg=new X(this)},_initMenus:function(){this.menus=new j(this),this.menus.init()},_initText:function(){this.txt=new J(this),this.txt.init()},initSelection:function(e){var t=this.$textElem,i=t.children();if(!i.length)return t.append(r("<p><br></p>")),void this.initSelection();var n=i.last();if(e){var o=n.html().toLowerCase(),a=n.getNodeName();if("<br>"!==o&&"<br/>"!==o||"P"!==a)return t.append(r("<p><br></p>")),void this.initSelection()}this.selection.createRangeByElem(n,!1,!0),this.selection.restoreSelection()},_bindEvent:function(){var e=0,t=this.txt.html(),i=this.config,n=i.onchangeTimeout;n=parseInt(n,10),(!n||n<=0)&&(n=200);var o=i.onchange;o&&"function"===typeof o&&(this.change=function(){var i=this.txt.html();i.length===t.length&&i===t||(e&&clearTimeout(e),e=setTimeout((function(){o(i),t=i}),n))});var a=i.onblur;a&&"function"===typeof a&&(this.onblur=function(){var e=this.txt.html();a(e)});var r=i.onfocus;r&&"function"===typeof r&&(this.onfocus=function(){r()})},create:function(){this._initConfig(),this._initDom(),this._initCommand(),this._initSelectionAPI(),this._initText(),this._initMenus(),this._initUploadImg(),this.initSelection(!0),this._bindEvent()},_offAllEvent:function(){r.offAll()}};try{document}catch(ne){throw new Error("请在浏览器环境下运行")}e();var ee='.w-e-toolbar,.w-e-text-container,.w-e-menu-panel { padding: 0; margin: 0; box-sizing: border-box;}.w-e-toolbar *,.w-e-text-container *,.w-e-menu-panel * { padding: 0; margin: 0; box-sizing: border-box;}.w-e-clear-fix:after { content: ""; display: table; clear: both;}.w-e-toolbar .w-e-droplist { position: absolute; left: 0; top: 0; background-color: #fff; border: 1px solid #f1f1f1; border-right-color: #ccc; border-bottom-color: #ccc;}.w-e-toolbar .w-e-droplist .w-e-dp-title { text-align: center; color: #999; line-height: 2; border-bottom: 1px solid #f1f1f1; font-size: 13px;}.w-e-toolbar .w-e-droplist ul.w-e-list { list-style: none; line-height: 1;}.w-e-toolbar .w-e-droplist ul.w-e-list li.w-e-item { color: #333; padding: 5px 0;}.w-e-toolbar .w-e-droplist ul.w-e-list li.w-e-item:hover { background-color: #f1f1f1;}.w-e-toolbar .w-e-droplist ul.w-e-block { list-style: none; text-align: left; padding: 5px;}.w-e-toolbar .w-e-droplist ul.w-e-block li.w-e-item { display: inline-block; *display: inline; *zoom: 1; padding: 3px 5px;}.w-e-toolbar .w-e-droplist ul.w-e-block li.w-e-item:hover { background-color: #f1f1f1;}@font-face { font-family: \'w-e-icon\'; src: url(data:application/x-font-woff;charset=utf-8;base64,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) format(\'truetype\'); font-weight: normal; font-style: normal;}[class^="w-e-icon-"],[class*=" w-e-icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: \'w-e-icon\' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}.w-e-icon-close:before { content: "\\f00d";}.w-e-icon-upload2:before { content: "\\e9c6";}.w-e-icon-trash-o:before { content: "\\f014";}.w-e-icon-header:before { content: "\\f1dc";}.w-e-icon-pencil2:before { content: "\\e906";}.w-e-icon-paint-brush:before { content: "\\f1fc";}.w-e-icon-image:before { content: "\\e90d";}.w-e-icon-play:before { content: "\\e912";}.w-e-icon-location:before { content: "\\e947";}.w-e-icon-undo:before { content: "\\e965";}.w-e-icon-redo:before { content: "\\e966";}.w-e-icon-quotes-left:before { content: "\\e977";}.w-e-icon-list-numbered:before { content: "\\e9b9";}.w-e-icon-list2:before { content: "\\e9bb";}.w-e-icon-link:before { content: "\\e9cb";}.w-e-icon-happy:before { content: "\\e9df";}.w-e-icon-bold:before { content: "\\ea62";}.w-e-icon-underline:before { content: "\\ea63";}.w-e-icon-italic:before { content: "\\ea64";}.w-e-icon-strikethrough:before { content: "\\ea65";}.w-e-icon-table2:before { content: "\\ea71";}.w-e-icon-paragraph-left:before { content: "\\ea77";}.w-e-icon-paragraph-center:before { content: "\\ea78";}.w-e-icon-paragraph-right:before { content: "\\ea79";}.w-e-icon-terminal:before { content: "\\f120";}.w-e-icon-page-break:before { content: "\\ea68";}.w-e-icon-cancel-circle:before { content: "\\ea0d";}.w-e-icon-font:before { content: "\\ea5c";}.w-e-icon-text-heigh:before { content: "\\ea5f";}.w-e-toolbar { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0 5px; /* flex-wrap: wrap; */ /* 单个菜单 */}.w-e-toolbar .w-e-menu { position: relative; text-align: center; padding: 5px 10px; cursor: pointer;}.w-e-toolbar .w-e-menu i { color: #999;}.w-e-toolbar .w-e-menu:hover i { color: #333;}.w-e-toolbar .w-e-active i { color: #1e88e5;}.w-e-toolbar .w-e-active:hover i { color: #1e88e5;}.w-e-text-container .w-e-panel-container { position: absolute; top: 0; left: 50%; border: 1px solid #ccc; border-top: 0; box-shadow: 1px 1px 2px #ccc; color: #333; background-color: #fff; /* 为 emotion panel 定制的样式 */ /* 上传图片的 panel 定制样式 */}.w-e-text-container .w-e-panel-container .w-e-panel-close { position: absolute; right: 0; top: 0; padding: 5px; margin: 2px 5px 0 0; cursor: pointer; color: #999;}.w-e-text-container .w-e-panel-container .w-e-panel-close:hover { color: #333;}.w-e-text-container .w-e-panel-container .w-e-panel-tab-title { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; font-size: 14px; margin: 2px 10px 0 10px; border-bottom: 1px solid #f1f1f1;}.w-e-text-container .w-e-panel-container .w-e-panel-tab-title .w-e-item { padding: 3px 5px; color: #999; cursor: pointer; margin: 0 3px; position: relative; top: 1px;}.w-e-text-container .w-e-panel-container .w-e-panel-tab-title .w-e-active { color: #333; border-bottom: 1px solid #333; cursor: default; font-weight: 700;}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content { padding: 10px 15px 10px 15px; font-size: 16px; /* 输入框的样式 */ /* 按钮的样式 */}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content input:focus,.w-e-text-container .w-e-panel-container .w-e-panel-tab-content textarea:focus,.w-e-text-container .w-e-panel-container .w-e-panel-tab-content button:focus { outline: none;}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content textarea { width: 100%; border: 1px solid #ccc; padding: 5px;}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content textarea:focus { border-color: #1e88e5;}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content input[type=text] { border: none; border-bottom: 1px solid #ccc; font-size: 14px; height: 20px; color: #333; text-align: left;}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content input[type=text].small { width: 30px; text-align: center;}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content input[type=text].block { display: block; width: 100%; margin: 10px 0;}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content input[type=text]:focus { border-bottom: 2px solid #1e88e5;}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content .w-e-button-container button { font-size: 14px; color: #1e88e5; border: none; padding: 5px 10px; background-color: #fff; cursor: pointer; border-radius: 3px;}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content .w-e-button-container button.left { float: left; margin-right: 10px;}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content .w-e-button-container button.right { float: right; margin-left: 10px;}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content .w-e-button-container button.gray { color: #999;}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content .w-e-button-container button.red { color: #c24f4a;}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content .w-e-button-container button:hover { background-color: #f1f1f1;}.w-e-text-container .w-e-panel-container .w-e-panel-tab-content .w-e-button-container:after { content: ""; display: table; clear: both;}.w-e-text-container .w-e-panel-container .w-e-emoticon-container .w-e-item { cursor: pointer; font-size: 18px; padding: 0 3px; display: inline-block; *display: inline; *zoom: 1;}.w-e-text-container .w-e-panel-container .w-e-up-img-container { text-align: center;}.w-e-text-container .w-e-panel-container .w-e-up-img-container .w-e-up-btn { display: inline-block; *display: inline; *zoom: 1; color: #999; cursor: pointer; font-size: 60px; line-height: 1;}.w-e-text-container .w-e-panel-container .w-e-up-img-container .w-e-up-btn:hover { color: #333;}.w-e-text-container { position: relative;}.w-e-text-container .w-e-progress { position: absolute; background-color: #1e88e5; bottom: 0; left: 0; height: 1px;}.w-e-text { padding: 0 10px; overflow-y: scroll;}.w-e-text p,.w-e-text h1,.w-e-text h2,.w-e-text h3,.w-e-text h4,.w-e-text h5,.w-e-text table,.w-e-text pre { margin: 10px 0; line-height: 1.5;}.w-e-text ul,.w-e-text ol { margin: 10px 0 10px 20px;}.w-e-text blockquote { display: block; border-left: 8px solid #d0e5f2; padding: 5px 10px; margin: 10px 0; line-height: 1.4; font-size: 100%; background-color: #f1f1f1;}.w-e-text code { display: inline-block; *display: inline; *zoom: 1; background-color: #f1f1f1; border-radius: 3px; padding: 3px 5px; margin: 0 3px;}.w-e-text pre code { display: block;}.w-e-text table { border-top: 1px solid #ccc; border-left: 1px solid #ccc;}.w-e-text table td,.w-e-text table th { border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; padding: 3px 5px;}.w-e-text table th { border-bottom: 2px solid #ccc; text-align: center;}.w-e-text:focus { outline: none;}.w-e-text img { cursor: pointer;}.w-e-text img:hover { box-shadow: 0 0 5px #333;}',te=document.createElement("style");te.type="text/css",te.innerHTML=ee,document.getElementsByTagName("HEAD").item(0).appendChild(te);var ie=window.wangEditor||Z;return ie}))},"1fa9":function(e,t,i){},"272d":function(e,t,i){},"483e":function(e,t,i){},"60e3d":function(e,t,i){},"6a27":function(e,t,i){"use strict";i("483e")},"848c":function(e,t,i){"use strict";i("272d")},"8e44":function(e,t,i){"use strict";i("e27d")},e27d:function(e,t,i){},e300:function(e,t,i){"use strict";i.r(t);var n=function(){var e=this,t=e._self._c;return t("div",[e.change?t("div",[t("div",{staticClass:"main-content"},[e._m(0),t("div",{staticClass:"content"},[t("div",{staticClass:"creation_box"},[t("el-input",{staticStyle:{width:"514px"},attrs:{placeholder:"搜索类目","prefix-icon":"el-icon-search",size:"mini"},model:{value:e.input,callback:function(t){e.input=t},expression:"input"}}),t("el-cascader-panel",{ref:"cascaderAddr",staticStyle:{margin:"20px 0"},attrs:{options:e.options,size:"mini"},on:{change:e.changeCategory},model:{value:e.value,callback:function(t){e.value=t},expression:"value"}}),t("span",[e._v("已选:"+e._s(this.$store.state.CategorySelected))]),t("div",{staticClass:"btn_footer",on:{click:function(t){e.change=!1}}},[t("span",[e._v("下一步")])])],1)])])]):t("div",[t("index",{on:{handleClose:e.handleClose}})],1)])},o=[function(){var e=this,t=e._self._c;return t("div",{staticClass:"main-titel"},[t("span",[e._v("选择商品类目")])])}],a=function(){var e=this,t=e._self._c;return t("div",[t("div",{staticClass:"box"},[t("div",{staticClass:"box_box"},[t("div",{staticClass:"box-body"},[e._m(0),t("el-tabs",{on:{"tab-click":e.handleClick},model:{value:e.activeName,callback:function(t){e.activeName=t},expression:"activeName"}},[t("el-tab-pane",{attrs:{label:"基础信息",name:"first"}},[t("production",{on:{handleClose:e.handleClose}})],1),t("el-tab-pane",{attrs:{label:"图文信息",name:"second"}},[t("Graphic")],1),t("el-tab-pane",{attrs:{label:"价格库存",name:"third"}},[t("PriceInventory")],1),t("el-tab-pane",{attrs:{label:"服务与资质",name:"fourth"}},[t("Service")],1)],1)],1)]),t("div",{staticClass:"box_footer"},[t("div",{staticClass:"box_footer_content"},[t("div",{staticClass:"content-btn"},[t("el-button",{staticClass:"init-button",on:{click:e.handleClose}},[e._v("发布")]),t("el-button",{staticClass:"dra-cancel",staticStyle:{"margin-right":"10px"}},[e._v("保存")]),t("button",{staticClass:"dra-cancel",on:{click:e.handleClose}},[t("span",[e._v("取消")])])],1)])])])])},r=[function(){var e=this,t=e._self._c;return t("div",{staticClass:"box-title"},[t("span",[e._v("商品信息")])])}],l=function(){var e=this,t=e._self._c;return t("div",[t("div",[e._m(0),t("div",{staticStyle:{width:"1000px"}},[t("el-form",{ref:"ruleForm",staticClass:"demo-ruleForm",attrs:{model:e.ruleForm,rules:e.rules,size:"small","label-width":"180px"}},[t("el-form-item",{attrs:{label:"商品分类",prop:"name"}},[t("span",[e._v("已选: "+e._s(this.$store.state.CategorySelected))]),t("el-button",{staticClass:"init-text",staticStyle:{"font-size":"14px","margin-left":"10px"},attrs:{type:"text"},on:{click:function(t){return e.revise()}}},[e._v("修改")])],1),t("el-form-item",{attrs:{label:"商品标题",prop:"name"}},[t("el-input",{attrs:{maxlength:"30","show-word-limit":"",placeholder:"需清晰描述所售商品,包含品牌信息,商品名称,商品规格,需审核后生效"},model:{value:e.ruleForm.name,callback:function(t){e.$set(e.ruleForm,"name",t)},expression:"ruleForm.name"}})],1),t("el-form-item",{attrs:{label:"推荐语",prop:"name1"}},[t("el-input",{attrs:{maxlength:"50","show-word-limit":"",placeholder:"请输入商品推荐语"},model:{value:e.ruleForm.name1,callback:function(t){e.$set(e.ruleForm,"name1",t)},expression:"ruleForm.name1"}})],1),t("el-form-item",{attrs:{label:"类目属性 ",required:""}},[t("span",[e._v("错误填写类目、属性,可能会引起商品下架,影响您的正常销售,请认真填写")]),t("div",{staticClass:"form_box"},[t("el-form",{staticClass:"demo-ruleForm",staticStyle:{display:"flex"},attrs:{"label-width":"auto"}},[t("el-form-item",{staticStyle:{"margin-top":"16px"},attrs:{label:"商品品牌",prop:"age",size:"small",rules:[{required:!0,message:"年龄不能为空"},{type:"number",message:"年龄必须为数字值"}]}},[t("el-input",{staticStyle:{width:"240px","margin-right":"10px"},attrs:{type:"age",autocomplete:"off"}}),t("el-button",{attrs:{type:"init-button2",small:"mini",plain:""}},[e._v("添加品牌")])],1),t("el-form-item",{staticStyle:{"margin-top":"16px"},attrs:{label:"原产地 ",prop:"age",size:"small",rules:[{required:!0,message:"年龄不能为空"},{type:"number",message:"年龄必须为数字值"}]}},[t("el-input",{staticStyle:{width:"240px"},attrs:{type:"age",autocomplete:"off"}})],1),t("el-form-item",{staticStyle:{"margin-top":"16px"},attrs:{label:"套装规格",prop:"age",size:"small"}},[t("el-input",{staticStyle:{width:"240px"},attrs:{type:"age",autocomplete:"off"}})],1)],1)],1)]),t("el-form-item",{attrs:{label:"供应商",prop:"region"}},[t("el-select",{attrs:{placeholder:"请选择活动区域"},model:{value:e.ruleForm.region,callback:function(t){e.$set(e.ruleForm,"region",t)},expression:"ruleForm.region"}},[t("el-option",{attrs:{label:"区域一",value:"shanghai"}}),t("el-option",{attrs:{label:"区域二",value:"beijing"}})],1)],1),t("el-form-item",{attrs:{label:"支付方式",prop:"resource"}},[t("el-radio-group",{model:{value:e.ruleForm.resource,callback:function(t){e.$set(e.ruleForm,"resource",t)},expression:"ruleForm.resource"}},[t("el-radio",{attrs:{label:"在线支付"}}),t("el-radio",{attrs:{label:"货到付款"}}),t("el-radio",{attrs:{label:"在线支付/货到付款"}})],1)],1),t("el-form-item",{attrs:{label:"订单库存计数",prop:"resource1"}},[t("el-radio",{attrs:{label:"1"},model:{value:e.ruleForm.resource1,callback:function(t){e.$set(e.ruleForm,"resource1",t)},expression:"ruleForm.resource1"}},[e._v("下单减库存")]),t("p",{staticStyle:{"font-size":"12px","font-weight":"400",color:"#999999"}},[e._v("买家提交订单,扣减库存,存在恶拍风险")]),t("el-radio",{attrs:{label:"2"},model:{value:e.ruleForm.resource1,callback:function(t){e.$set(e.ruleForm,"resource1",t)},expression:"ruleForm.resource1"}},[e._v("付款减库存")]),t("p",{staticStyle:{"font-size":"12px","font-weight":"400",color:"#999999"}},[e._v("买家支付订单,扣减库存,存在超卖风险")])],1)],1)],1)]),t("Dialog",{attrs:{dialogVisible:e.dialog_visible,dialog_config:e.dialog_config},on:{cancel:e.cancel,confirm:e.confirm}})],1)},s=[function(){var e=this,t=e._self._c;return t("div",{staticClass:"box-title"},[t("span",[e._v("基本信息")])])}],c={data(){return{dialog_visible:!1,dialog_config:{title:"",content:""},ruleForm:{name1:"",name:"",region:"",date1:"",date2:"",delivery:!1,type:[],resource:"",resource1:"1",desc:""},rules:{name:[{required:!0,message:"请输入商品标题",trigger:"blur"},{min:0,max:30,message:"长度在 0 到 30 个字符",trigger:"blur"}],region:[{required:!0,message:"请选择活动区域",trigger:"change"}],date1:[{type:"date",required:!0,message:"请选择日期",trigger:"change"}],date2:[{type:"date",required:!0,message:"请选择时间",trigger:"change"}],type:[{type:"array",required:!0,message:"请至少选择一个活动性质",trigger:"change"}],resource:[{required:!0,message:"请选择活动资源",trigger:"change"}],desc:[{required:!0,message:"请填写活动形式",trigger:"blur"}]}}},methods:{revise(){this.dialog_config.title="修改提示",this.dialog_config.content="离开此页面会导致未保存的内容丢失,确定离开?",this.dialog_visible=!0},cancel(){this.dialog_visible=!1},confirm(){this.dialog_visible=!1,this.$emit("handleClose",!1)}}},A=c,u=(i("eff3"),i("2877")),d=Object(u["a"])(A,l,s,!1,null,"3a788ad9",null),p=d.exports,h=function(){var e=this,t=e._self._c;return t("div",[t("div",[e._m(0),t("div",{staticStyle:{width:"1000px"}},[t("el-form",{staticClass:"demo-ruleForm",attrs:{"label-width":"180px"}},[t("el-form-item",{staticStyle:{"margin-top":"16px"},attrs:{label:"商品品牌",prop:"age",size:"small",rules:[{required:!0,message:"年龄不能为空"}]}},[t("el-upload",{attrs:{action:"#","list-type":"picture-card","auto-upload":!1},scopedSlots:e._u([{key:"file",fn:function({file:i}){return t("div",{},[t("img",{staticClass:"el-upload-list__item-thumbnail",attrs:{src:i.url,alt:""}}),t("span",{staticClass:"el-upload-list__item-actions"},[t("span",{staticClass:"el-upload-list__item-preview",on:{click:function(t){return e.handlePictureCardPreview(i)}}},[t("i",{staticClass:"el-icon-zoom-in"})]),e.disabled?e._e():t("span",{staticClass:"el-upload-list__item-delete",on:{click:function(t){return e.handleDownload(i)}}},[t("i",{staticClass:"el-icon-download"})]),e.disabled?e._e():t("span",{staticClass:"el-upload-list__item-delete",on:{click:function(t){return e.handleRemove(i)}}},[t("i",{staticClass:"el-icon-delete"})])])])}}])},[t("i",{staticClass:"el-icon-plus",attrs:{slot:"default"},slot:"default"}),t("div",{staticClass:"el-upload__tip",staticStyle:{color:"#999999"},attrs:{slot:"tip"},slot:"tip"},[e._v(" 1、主图至少一张图片主图图片应包含商品正反面外包装图若涉及活动图片上需清晰体现活动时间和联系方式 "),t("br"),e._v(" 2、仅支持png、jpg、jpeg格式建议上传1:1图片图片至少600*600图片大小不超过1M ")])]),t("el-dialog",{attrs:{visible:e.dialogVisible},on:{"update:visible":function(t){e.dialogVisible=t}}},[t("img",{attrs:{width:"100%",src:e.dialogImageUrl,alt:""}})])],1),t("el-form-item",{staticStyle:{"margin-top":"16px"},attrs:{label:"原产地 ",prop:"age",size:"small",rules:[{required:!0,message:"年龄不能为空"}]}},[t("editor-bar",{staticStyle:{width:"100%"}}),t("div",{staticStyle:{color:"#999999","font-size":"12px"}},[e._v(" 1、详情图图片应与商品相关包含商品正反面外包装图若涉及活动图片上需清洗体现活动时间、联系方式 "),t("br"),e._v(" 2、若商品为食品反面外包装还需清晰度体现SC码以及生产厂商、生产日期、有效期等详细信息 ")])],1)],1)],1)])])},m=[function(){var e=this,t=e._self._c;return t("div",{staticClass:"box-title"},[t("span",[e._v("图文信息")])])}],f=function(){var e=this,t=e._self._c;return t("div",{staticClass:"editor"},[t("div",{ref:"toolbar",staticClass:"toolbar"}),t("div",{ref:"editor",staticClass:"text"})])},g=[],v=i("1a0b"),w=i.n(v),b={name:"editorBar",data(){return{editor:null,info_:null}},model:{prop:"value",event:"change"},props:{value:{type:String,default:""},isClear:{type:Boolean,default:!1},initialize1:{type:String,default:""}},watch:{isClear(e){e&&(this.editor.txt.clear(),this.info_=null)}},mounted(){this.seteditor(),this.value="",this.editor.txt.html(this.initialize1)},methods:{valueHtml(e){this.editor.txt.html(e)},clearHtml(){this.editor.txt.html("")},seteditor(){let e=sessionStorage.getItem("X-Admin-Token");this.editor=new w.a(this.$refs.toolbar,this.$refs.editor),this.editor.customConfig.uploadImgShowBase64=!1,this.editor.customConfig.uploadImgServer="http://192.168.2.201:8804/IntelligentCommunity/manage/upload/uploadVoteTitle",this.editor.customConfig.uploadImgHeaders={"X-Admin-Token":e},this.editor.customConfig.uploadFileName="file",this.editor.customConfig.uploadImgMaxSize=2097152,this.editor.customConfig.uploadImgMaxLength=6,this.editor.customConfig.uploadImgTimeout=18e4,this.editor.customConfig.menus=["head","bold","fontSize","fontName","italic","underline","strikeThrough","link","list","justify","image","table","fullscreen"],this.editor.customConfig.uploadImgHooks={fail:(e,t,i)=>{},success:(e,t,i)=>{},timeout:(e,t)=>{},error:(e,t)=>{},customInsert:(e,t,i)=>{console.log(t,i);for(var n=0;n<t.length;n++){let i=lookImgUrl()+"/"+t[n];e(i)}}},this.editor.customConfig.onchange=e=>{this.info_=e,this.$emit("change",this.info_)},this.editor.create()}}},x=b,y=(i("8e44"),Object(u["a"])(x,f,g,!1,null,null,null)),C=y.exports,E={components:{editorBar:C},data(){return{dialogImageUrl:"",dialogVisible:!1,disabled:!1}},methods:{handleRemove(e){console.log(e)},handlePictureCardPreview(e){this.dialogImageUrl=e.url,this.dialogVisible=!0},handleDownload(e){console.log(e)}}},B=E,_=(i("e656"),Object(u["a"])(B,h,m,!1,null,"3dae9778",null)),I=_.exports,k=function(){var e=this,t=e._self._c;return t("div",[t("div",[e._m(0),t("div",{staticStyle:{width:"1000px"}},[t("el-form",{ref:"ruleForm",staticClass:"demo-ruleForm",attrs:{model:e.ruleForm,rules:e.rules,size:"small","label-width":"180px"}},[t("el-form-item",{attrs:{label:"售卖价",prop:"sellPrice"}},[t("el-input",{staticStyle:{width:"316px"},attrs:{placeholder:"必须大于0最多保留两位小数"},model:{value:e.ruleForm.sellPrice,callback:function(t){e.$set(e.ruleForm,"sellPrice",t)},expression:"ruleForm.sellPrice"}},[t("i",{attrs:{slot:"suffix"},slot:"suffix"},[e._v("(元)")])])],1),t("el-form-item",{attrs:{label:"划线价",prop:"underlinePrice"}},[t("el-input",{staticStyle:{width:"316px"},attrs:{placeholder:"划线价需高于售卖假,最多保留两位小数"},model:{value:e.ruleForm.underlinePrice,callback:function(t){e.$set(e.ruleForm,"underlinePrice",t)},expression:"ruleForm.underlinePrice"}},[t("i",{attrs:{slot:"suffix"},slot:"suffix"},[e._v("(元)")])])],1),t("el-form-item",{attrs:{label:"商品规格",prop:"specifications"}},[t("p",{staticClass:"txt_small"},[e._v("1、商品规格需写明具体的斤数、克数、毫升等且每一个sku中只能设置一款商品规格如商品是乳液sku中只能是乳液的不同规格不得出现精华水、面霜等其他商品规格 "),t("br"),e._v(" 2、请准确填写并更新商品实际库存超卖导致的虚假及延迟发货会引起用户投诉与平台处罚商品规格将在用户选择规格下单时展示最多支持三组第一个商品规格可以添加规格图片 ")]),t("div",{staticClass:"spe_box"},[t("div",[t("el-input",{staticStyle:{width:"468px"},attrs:{placeholder:""},model:{value:e.ruleForm.specifications,callback:function(t){e.$set(e.ruleForm,"specifications",t)},expression:"ruleForm.specifications"}})],1),t("div",[t("el-input",{staticStyle:{width:"196px"},attrs:{placeholder:""},model:{value:e.ruleForm.specifications_color,callback:function(t){e.$set(e.ruleForm,"specifications_color",t)},expression:"ruleForm.specifications_color"}})],1),t("div",[t("el-input",{staticStyle:{width:"196px"},attrs:{placeholder:"输入属性值(如红色、s码)"},model:{value:e.ruleForm.specifications_color_x,callback:function(t){e.$set(e.ruleForm,"specifications_color_x",t)},expression:"ruleForm.specifications_color_x"}}),t("el-button",{staticStyle:{"margin-left":"10px"}},[e._v("上传图片")]),t("div",[t("span",{staticClass:"btn_txt"},[e._v("添加属性值")])])],1)]),t("div",{staticClass:"spe_box"},[t("div",[t("el-input",{staticStyle:{width:"468px"},attrs:{placeholder:""},model:{value:e.ruleForm.specifications,callback:function(t){e.$set(e.ruleForm,"specifications",t)},expression:"ruleForm.specifications"}})],1),t("div",[t("el-input",{staticStyle:{width:"196px"},attrs:{placeholder:""},model:{value:e.ruleForm.specifications_color,callback:function(t){e.$set(e.ruleForm,"specifications_color",t)},expression:"ruleForm.specifications_color"}})],1),t("div",[t("el-input",{staticStyle:{width:"196px"},attrs:{placeholder:"输入属性值(如红色、s码)"},model:{value:e.ruleForm.specifications_color_x,callback:function(t){e.$set(e.ruleForm,"specifications_color_x",t)},expression:"ruleForm.specifications_color_x"}}),t("el-button",{staticStyle:{"margin-left":"10px"}},[e._v("上传图片")]),t("div",[t("span",{staticClass:"btn_txt"},[e._v("添加属性值")])])],1)]),t("div",{staticClass:"add_commodity"},[t("span",{staticClass:"el-icon-plus"},[e._v("添加商品")])])]),t("el-form-item",{attrs:{label:"商品库存与价格",prop:"specifications"}},[t("p",[e._v("批量设置 "),t("span",{staticClass:"txt_small"},[e._v("在下方框中选择内容进行批量填充")])])])],1)],1)])])},S=[function(){var e=this,t=e._self._c;return t("div",{staticClass:"box-title"},[t("span",[e._v("基本信息")])])}],Q={data(){return{ruleForm:{sellPrice:"",underlinePrice:"",specifications:"颜色",specifications_color:"红色"},rules:{name:[{required:!0,message:"请输入商品标题",trigger:"blur"},{min:0,max:30,message:"长度在 0 到 30 个字符",trigger:"blur"}]}}},methods:{}},F=Q,M=(i("fa4e"),Object(u["a"])(F,k,S,!1,null,"29a84638",null)),D=M.exports,T=function(){var e=this,t=e._self._c;return t("div",[t("div",[e._m(0),t("div",{staticStyle:{width:"1000px"}},[t("el-form",{ref:"ruleForm",staticClass:"demo-ruleForm",attrs:{model:e.ruleForm,rules:e.rules,size:"small","label-width":"180px"}},[t("el-form-item",{attrs:{label:"提取方式",prop:"exMethod"}},[t("el-radio",{attrs:{label:"1"},model:{value:e.ruleForm.exMethod,callback:function(t){e.$set(e.ruleForm,"exMethod",t)},expression:"ruleForm.exMethod"}},[e._v("使用物流配送")]),t("br"),t("span",[e._v("运费模版")]),t("el-input",{staticStyle:{width:"240px",margin:"0px 12px"},attrs:{size:"small",placeholder:""}}),t("div",{staticClass:"btn_xj"},[t("span",[e._v("新建模板")])])],1),t("el-form-item",{attrs:{label:"预售设置",prop:"preSet"}},[t("el-radio",{attrs:{label:"1"},model:{value:e.ruleForm.preSet,callback:function(t){e.$set(e.ruleForm,"preSet",t)},expression:"ruleForm.preSet"}},[e._v("非预售")]),t("br"),t("el-radio",{attrs:{label:"2"},model:{value:e.ruleForm.preSet,callback:function(t){e.$set(e.ruleForm,"preSet",t)},expression:"ruleForm.preSet"}},[e._v("全款预售")])],1),t("el-form-item",{attrs:{label:"承诺发货时间",prop:"deliveryTime"}},[t("p",{staticClass:"txt_small"},[e._v("请严格按照承诺发货时间进行发货,超时发货会收到相关处罚,若当前商品报名预售活动,用户端展示的发货时间以预售发货时间为准")]),t("el-select",{staticStyle:{width:"240px"},attrs:{placeholder:"请选择",size:"small"},model:{value:e.ruleForm.deliveryTime,callback:function(t){e.$set(e.ruleForm,"deliveryTime",t)},expression:"ruleForm.deliveryTime"}},[t("el-option",{attrs:{label:"10天",value:"1"}}),t("el-option",{attrs:{label:"13天",value:"2"}})],1)],1),t("el-form-item",{attrs:{label:"售后服务",prop:"afterService"}},[t("el-checkbox-group",{attrs:{size:"small"},model:{value:e.ruleForm.afterService,callback:function(t){e.$set(e.ruleForm,"afterService",t)},expression:"ruleForm.afterService"}},[t("el-checkbox",{attrs:{label:"提供发票"}}),t("br"),t("el-checkbox",{attrs:{label:"保修服务"}}),t("br"),t("el-checkbox",{attrs:{label:"7天无理由退换货该类目商品须支持【7天无理由退换货】服务"}})],1)],1),t("el-form-item",{attrs:{label:"客服电话",prop:"hotline"}},[t("el-input",{staticStyle:{width:"400px"},attrs:{size:"small",placeholder:"仅支持录入手机号、座机及400-800电话"},model:{value:e.ruleForm.hotline,callback:function(t){e.$set(e.ruleForm,"hotline",t)},expression:"ruleForm.hotline"}})],1),t("el-form-item",{attrs:{label:"商家备注",prop:"Remarks"}},[t("el-input",{staticStyle:{width:"400px"},attrs:{size:"small",maxlength:"50","show-word-limit":"",placeholder:"该备注仅商家可见"},model:{value:e.ruleForm.Remarks,callback:function(t){e.$set(e.ruleForm,"Remarks",t)},expression:"ruleForm.Remarks"}})],1),t("el-form-item",{attrs:{label:"上架时间",prop:"addedTime"}},[t("el-radio",{attrs:{label:"1"},model:{value:e.ruleForm.addedTime,callback:function(t){e.$set(e.ruleForm,"addedTime",t)},expression:"ruleForm.addedTime"}},[e._v("立即上架")]),t("br"),t("el-radio",{attrs:{label:"2"},model:{value:e.ruleForm.addedTime,callback:function(t){e.$set(e.ruleForm,"addedTime",t)},expression:"ruleForm.addedTime"}},[e._v("定时上架")])],1)],1)],1)])])},N=[function(){var e=this,t=e._self._c;return t("div",{staticClass:"box-title"},[t("span",[e._v("基本信息")])])}],R={data(){return{ruleForm:{exMethod:"1",preSet:"1",deliveryTime:"7天",afterService:["7天无理由退换货该类目商品须支持【7天无理由退换货】服务"],hotline:"",Remarks:"",addedTime:"1"},rules:{name:[{required:!0,message:"请输入商品标题",trigger:"blur"},{min:0,max:30,message:"长度在 0 到 30 个字符",trigger:"blur"}]}}},methods:{}},U=R,P=(i("848c"),Object(u["a"])(U,T,N,!1,null,"2e500eb0",null)),Y=P.exports,z={components:{production:p,Graphic:I,PriceInventory:D,Service:Y},data(){return{activeName:"first",ruleForm:{name1:"",name:"",region:"",date1:"",date2:"",delivery:!1,type:[],resource:"",resource1:"",desc:""},rules:{name:[{required:!0,message:"请输入商品标题",trigger:"blur"},{min:0,max:30,message:"长度在 0 到 30 个字符",trigger:"blur"}],region:[{required:!0,message:"请选择活动区域",trigger:"change"}],date1:[{type:"date",required:!0,message:"请选择日期",trigger:"change"}],date2:[{type:"date",required:!0,message:"请选择时间",trigger:"change"}],type:[{type:"array",required:!0,message:"请至少选择一个活动性质",trigger:"change"}],resource:[{required:!0,message:"请选择活动资源",trigger:"change"}],desc:[{required:!0,message:"请填写活动形式",trigger:"blur"}]}}},methods:{handleClose(){console.log(1),this.$emit("handleClose",!1)},handleClick(){},cancel(){}}},j=z,H=(i("6a27"),Object(u["a"])(j,a,r,!1,null,"238505dc",null)),L=H.exports,G={components:{index:L},mounted(){console.log(this.$store.state.CategorySelected+":vuex")},data(){return{change:!0,input:"",value:[],CategorySelected:"",options:[{value:"zhinan",label:"居家生活",children:[{value:"shejiyuanze",label:"男装",children:[{value:"yizhi",label:"裤子"},{value:"fankui",label:"上装"},{value:"xiaolv",label:"正式套装"},{value:"kekong",label:"运动穿搭"},{value:"jjuf",label:"家居服"},{value:"wz",label:"袜子"}]},{value:"daohang",label:"女装",children:[{value:"cexiangdaohang",label:"上装"},{value:"dingbudaohang",label:"裙子"}]}]},{value:"zujian",label:"服饰箱包",children:[{value:"basic",label:"衣服",children:[{value:"layout",label:"Layout 布局"},{value:"color",label:"Color 色彩"},{value:"typography",label:"Typography 字体"},{value:"icon",label:"Icon 图标"},{value:"button",label:"Button 按钮"}]},{value:"form",label:"下身",children:[{value:"radio",label:"碎花裙"},{value:"checkbox",label:"长裙"},{value:"input",label:"短裙"},{value:"input-number",label:"皮裤"},{value:"select",label:"Select 选择器"},{value:"cascader",label:"Cascader 级联选择器"},{value:"switch",label:"Switch 开关"},{value:"slider",label:"Slider 滑块"},{value:"time-picker",label:"TimePicker 时间选择器"},{value:"date-picker",label:"DatePicker 日期选择器"},{value:"datetime-picker",label:"DateTimePicker 日期时间选择器"},{value:"upload",label:"Upload 上传"},{value:"rate",label:"Rate 评分"},{value:"form",label:"Form 表单"}]},{value:"data",label:"手提箱",children:[{value:"table",label:"书包"},{value:"tag",label:"电脑"},{value:"progress",label:"公文包"},{value:"tree",label:"书包"}]},{value:"notice",label:"Notice",children:[{value:"alert",label:"Alert 警告"},{value:"loading",label:"Loading 加载"},{value:"message",label:"Message 消息提示"},{value:"message-box",label:"MessageBox 弹框"},{value:"notification",label:"Notification 通知"}]},{value:"navigation",label:"Navigation",children:[{value:"menu",label:"NavMenu 导航菜单"},{value:"tabs",label:"Tabs 标签页"},{value:"breadcrumb",label:"Breadcrumb 面包屑"},{value:"dropdown",label:"Dropdown 下拉菜单"},{value:"steps",label:"Steps 步骤条"}]},{value:"others",label:"Others",children:[{value:"dialog",label:"Dialog 对话框"},{value:"tooltip",label:"Tooltip 文字提示"},{value:"popover",label:"Popover 弹出框"},{value:"card",label:"Card 卡片"},{value:"carousel",label:"Carousel 走马灯"},{value:"collapse",label:"Collapse 折叠面板"}]}]},{value:"ziyuan",label:"休闲副食",children:[{value:"axure",label:"Axure Components"},{value:"sketch",label:"Sketch Templates"},{value:"jiaohu",label:"组件交互文档"}]},{value:"ziysuan",label:"滋补保健",children:[{value:"axure",label:"Axure Components"},{value:"sketch",label:"Sketch Templates"},{value:"jiaohu",label:"组件交互文档"}]},{value:"ziysssuan",label:"彩妆香水",children:[{value:"axure",label:"Axure Components"},{value:"sketch",label:"Sketch Templates"},{value:"jiaohu",label:"组件交互文档"}]},{value:"smjd",label:"数码家电",children:[{value:"axure",label:"Axure Components"},{value:"sketch",label:"Sketch Templates"},{value:"jiaohu",label:"组件交互文档"}]},{value:"mydw",label:"母婴玩具",children:[{value:"axure",label:"Axure Components"},{value:"sketch",label:"Sketch Templates"},{value:"jiaohu",label:"组件交互文档"}]},{value:"mysaddw",label:"饮料酒水",children:[{value:"axure",label:"Axure Components"},{value:"sketch",label:"Sketch Templates"},{value:"jiaohu",label:"组件交互文档"}]}]}},methods:{changeCategory(){this.CategorySelected="";let e=this.$refs["cascaderAddr"].getCheckedNodes()[0].pathLabels;for(let t=0;t<e.length;t++)this.CategorySelected+=0===t?""+e[t]:">"+e[t];this.$store.commit("changeCategory",this.CategorySelected)},search(){this.value=["zhinan","shejiyuanze","yizhi"],console.log(1),console.log(this.value)},handleClose(){this.change=!0}}},$=G,J=Object(u["a"])($,n,o,!1,null,"28301456",null);t["default"]=J.exports},e656:function(e,t,i){"use strict";i("60e3d")},eff3:function(e,t,i){"use strict";i("06d5")},fa4e:function(e,t,i){"use strict";i("1fa9")}}]);
//# sourceMappingURL=chunk-04e92c3a.932dd2de.js.map