Commit 4e68c4f3 by 无尘

fix: 修改markdown显示字段

parent 390ec659
<!DOCTYPE html><html><head><meta charset=utf-8><link rel="shortcut icon" href=./favicon.ico><title>达摩开放平台</title><link href=./static/css/app.2a9168a186ef7e2d0005a4fe7d38ca63.css rel=stylesheet></head><body class=damolish><div id=app></div><script src=//web-1251519181.file.myqcloud.com/lib/vue/2.6.6/vue.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/vue-router/3.0.2/vue-router.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/vuex/3.1.0/vuex.min.js></script><script src=//web-1251519181.file.myqcloud.com/components/img-preview.2.0.00.js></script><script>// Raven.config('https://3715a345910d4c768e7a1ec14619c2d5@sentry.io/1413672').install();</script><script type=text/javascript src=./static/js/manifest.4dd517ee0531de752b70.js></script><script type=text/javascript src=./static/js/vendor.0f5b275d4a227ad49647.js></script><script type=text/javascript src=./static/js/app.9c50334119061bcb2895.js></script></body></html>
\ No newline at end of file
<!DOCTYPE html><html><head><meta charset=utf-8><link rel="shortcut icon" href=./favicon.ico><title>达摩开放平台</title><link href=./static/css/app.34398a2ccec4c90c5bca52e35525ac0a.css rel=stylesheet></head><body class=damolish><div id=app></div><script src=//web-1251519181.file.myqcloud.com/lib/vue/2.6.6/vue.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/vue-router/3.0.2/vue-router.min.js></script><script src=//web-1251519181.file.myqcloud.com/lib/vuex/3.1.0/vuex.min.js></script><script src=//web-1251519181.file.myqcloud.com/components/img-preview.2.0.00.js></script><script>// Raven.config('https://3715a345910d4c768e7a1ec14619c2d5@sentry.io/1413672').install();</script><script type=text/javascript src=./static/js/manifest.1f63011786422e197ccf.js></script><script type=text/javascript src=./static/js/vendor.0f5b275d4a227ad49647.js></script><script type=text/javascript src=./static/js/app.a8ebc62c61d06b24fac4.js></script></body></html>
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
webpackJsonp([4],{"0cd1":function(e,t){},EFqf:function(e,t,n){(function(t){!function(t){"use strict";var n={newline:/^\n+/,code:/^( {4}[^\n]+\n*)+/,fences:/^ {0,3}(`{3,}|~{3,})([^`~\n]*)\n(?:|([\s\S]*?)\n)(?: {0,3}\1[~`]* *(?:\n+|$)|$)/,hr:/^ {0,3}((?:- *){3,}|(?:_ *){3,}|(?:\* *){3,})(?:\n+|$)/,heading:/^ {0,3}(#{1,6}) +([^\n]*?)(?: +#+)? *(?:\n+|$)/,blockquote:/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/,list:/^( {0,3})(bull) [\s\S]+?(?:hr|def|\n{2,}(?! )(?!\1bull )\n*|\s*$)/,html:"^ {0,3}(?:<(script|pre|style)[\\s>][\\s\\S]*?(?:</\\1>[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?\\?>\\n*|<![A-Z][\\s\\S]*?>\\n*|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>\\n*|</?(tag)(?: +|\\n|/?>)[\\s\\S]*?(?:\\n{2,}|$)|<(?!script|pre|style)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:\\n{2,}|$)|</(?!script|pre|style)[a-z][\\w-]*\\s*>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:\\n{2,}|$))",def:/^ {0,3}\[(label)\]: *\n? *<?([^\s>]+)>?(?:(?: +\n? *| *\n *)(title))? *(?:\n+|$)/,nptable:m,table:m,lheading:/^([^\n]+)\n {0,3}(=+|-+) *(?:\n+|$)/,_paragraph:/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html)[^\n]+)*)/,text:/^[^\n]+/};function r(e){this.tokens=[],this.tokens.links=Object.create(null),this.options=e||w.defaults,this.rules=n.normal,this.options.pedantic?this.rules=n.pedantic:this.options.gfm&&(this.rules=n.gfm)}n._label=/(?!\s*\])(?:\\[\[\]]|[^\[\]])+/,n._title=/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/,n.def=p(n.def).replace("label",n._label).replace("title",n._title).getRegex(),n.bullet=/(?:[*+-]|\d{1,9}\.)/,n.item=/^( *)(bull) ?[^\n]*(?:\n(?!\1bull ?)[^\n]*)*/,n.item=p(n.item,"gm").replace(/bull/g,n.bullet).getRegex(),n.list=p(n.list).replace(/bull/g,n.bullet).replace("hr","\\n+(?=\\1?(?:(?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$))").replace("def","\\n+(?="+n.def.source+")").getRegex(),n._tag="address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|section|source|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul",n._comment=/<!--(?!-?>)[\s\S]*?-->/,n.html=p(n.html,"i").replace("comment",n._comment).replace("tag",n._tag).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),n.paragraph=p(n._paragraph).replace("hr",n.hr).replace("heading"," {0,3}#{1,6} +").replace("|lheading","").replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}|~{3,})[^`\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|!--)").replace("tag",n._tag).getRegex(),n.blockquote=p(n.blockquote).replace("paragraph",n.paragraph).getRegex(),n.normal=b({},n),n.gfm=b({},n.normal,{nptable:/^ *([^|\n ].*\|.*)\n *([-:]+ *\|[-| :]*)(?:\n((?:.*[^>\n ].*(?:\n|$))*)\n*|$)/,table:/^ *\|(.+)\n *\|?( *[-:]+[-| :]*)(?:\n((?: *[^>\n ].*(?:\n|$))*)\n*|$)/}),n.pedantic=b({},n.normal,{html:p("^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:\"[^\"]*\"|'[^']*'|\\s[^'\"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))").replace("comment",n._comment).replace(/tag/g,"(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *<?([^\s>]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^ *(#{1,6}) *([^\n]+?) *(?:#+ *)?(?:\n+|$)/,fences:m,paragraph:p(n.normal._paragraph).replace("hr",n.hr).replace("heading"," *#{1,6} *[^\n]").replace("lheading",n.lheading).replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").getRegex()}),r.rules=n,r.lex=function(e,t){return new r(t).lex(e)},r.prototype.lex=function(e){return e=e.replace(/\r\n|\r/g,"\n").replace(/\t/g," ").replace(/\u00a0/g," ").replace(/\u2424/g,"\n"),this.token(e,!0)},r.prototype.token=function(e,t){var r,a,i,s,o,l,c,h,p,d,f,g,m,b,x,k;for(e=e.replace(/^ +$/gm,"");e;)if((i=this.rules.newline.exec(e))&&(e=e.substring(i[0].length),i[0].length>1&&this.tokens.push({type:"space"})),i=this.rules.code.exec(e)){var w=this.tokens[this.tokens.length-1];e=e.substring(i[0].length),w&&"paragraph"===w.type?w.text+="\n"+i[0].trimRight():(i=i[0].replace(/^ {4}/gm,""),this.tokens.push({type:"code",codeBlockStyle:"indented",text:this.options.pedantic?i:y(i,"\n")}))}else if(i=this.rules.fences.exec(e))e=e.substring(i[0].length),this.tokens.push({type:"code",lang:i[2]?i[2].trim():i[2],text:i[3]||""});else if(i=this.rules.heading.exec(e))e=e.substring(i[0].length),this.tokens.push({type:"heading",depth:i[1].length,text:i[2]});else if((i=this.rules.nptable.exec(e))&&(l={type:"table",header:v(i[1].replace(/^ *| *\| *$/g,"")),align:i[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:i[3]?i[3].replace(/\n$/,"").split("\n"):[]}).header.length===l.align.length){for(e=e.substring(i[0].length),f=0;f<l.align.length;f++)/^ *-+: *$/.test(l.align[f])?l.align[f]="right":/^ *:-+: *$/.test(l.align[f])?l.align[f]="center":/^ *:-+ *$/.test(l.align[f])?l.align[f]="left":l.align[f]=null;for(f=0;f<l.cells.length;f++)l.cells[f]=v(l.cells[f],l.header.length);this.tokens.push(l)}else if(i=this.rules.hr.exec(e))e=e.substring(i[0].length),this.tokens.push({type:"hr"});else if(i=this.rules.blockquote.exec(e))e=e.substring(i[0].length),this.tokens.push({type:"blockquote_start"}),i=i[0].replace(/^ *> ?/gm,""),this.token(i,t),this.tokens.push({type:"blockquote_end"});else if(i=this.rules.list.exec(e)){for(e=e.substring(i[0].length),c={type:"list_start",ordered:b=(s=i[2]).length>1,start:b?+s:"",loose:!1},this.tokens.push(c),h=[],r=!1,m=(i=i[0].match(this.rules.item)).length,f=0;f<m;f++)d=(l=i[f]).length,~(l=l.replace(/^ *([*+-]|\d+\.) */,"")).indexOf("\n ")&&(d-=l.length,l=this.options.pedantic?l.replace(/^ {1,4}/gm,""):l.replace(new RegExp("^ {1,"+d+"}","gm"),"")),f!==m-1&&(o=n.bullet.exec(i[f+1])[0],(s.length>1?1===o.length:o.length>1||this.options.smartLists&&o!==s)&&(e=i.slice(f+1).join("\n")+e,f=m-1)),a=r||/\n\n(?!\s*$)/.test(l),f!==m-1&&(r="\n"===l.charAt(l.length-1),a||(a=r)),a&&(c.loose=!0),k=void 0,(x=/^\[[ xX]\] /.test(l))&&(k=" "!==l[1],l=l.replace(/^\[[ xX]\] +/,"")),p={type:"list_item_start",task:x,checked:k,loose:a},h.push(p),this.tokens.push(p),this.token(l,!1),this.tokens.push({type:"list_item_end"});if(c.loose)for(m=h.length,f=0;f<m;f++)h[f].loose=!0;this.tokens.push({type:"list_end"})}else if(i=this.rules.html.exec(e))e=e.substring(i[0].length),this.tokens.push({type:this.options.sanitize?"paragraph":"html",pre:!this.options.sanitizer&&("pre"===i[1]||"script"===i[1]||"style"===i[1]),text:this.options.sanitize?this.options.sanitizer?this.options.sanitizer(i[0]):u(i[0]):i[0]});else if(t&&(i=this.rules.def.exec(e)))e=e.substring(i[0].length),i[3]&&(i[3]=i[3].substring(1,i[3].length-1)),g=i[1].toLowerCase().replace(/\s+/g," "),this.tokens.links[g]||(this.tokens.links[g]={href:i[2],title:i[3]});else if((i=this.rules.table.exec(e))&&(l={type:"table",header:v(i[1].replace(/^ *| *\| *$/g,"")),align:i[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:i[3]?i[3].replace(/\n$/,"").split("\n"):[]}).header.length===l.align.length){for(e=e.substring(i[0].length),f=0;f<l.align.length;f++)/^ *-+: *$/.test(l.align[f])?l.align[f]="right":/^ *:-+: *$/.test(l.align[f])?l.align[f]="center":/^ *:-+ *$/.test(l.align[f])?l.align[f]="left":l.align[f]=null;for(f=0;f<l.cells.length;f++)l.cells[f]=v(l.cells[f].replace(/^ *\| *| *\| *$/g,""),l.header.length);this.tokens.push(l)}else if(i=this.rules.lheading.exec(e))e=e.substring(i[0].length),this.tokens.push({type:"heading",depth:"="===i[2].charAt(0)?1:2,text:i[1]});else if(t&&(i=this.rules.paragraph.exec(e)))e=e.substring(i[0].length),this.tokens.push({type:"paragraph",text:"\n"===i[1].charAt(i[1].length-1)?i[1].slice(0,-1):i[1]});else if(i=this.rules.text.exec(e))e=e.substring(i[0].length),this.tokens.push({type:"text",text:i[0]});else if(e)throw new Error("Infinite loop on byte: "+e.charCodeAt(0));return this.tokens};var a={escape:/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,autolink:/^<(scheme:[^\s\x00-\x1f<>]*|email)>/,url:m,tag:"^comment|^</[a-zA-Z][\\w:-]*\\s*>|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^<![a-zA-Z]+\\s[\\s\\S]*?>|^<!\\[CDATA\\[[\\s\\S]*?\\]\\]>",link:/^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/,reflink:/^!?\[(label)\]\[(?!\s*\])((?:\\[\[\]]?|[^\[\]\\])+)\]/,nolink:/^!?\[(?!\s*\])((?:\[[^\[\]]*\]|\\[\[\]]|[^\[\]])*)\](?:\[\])?/,strong:/^__([^\s_])__(?!_)|^\*\*([^\s*])\*\*(?!\*)|^__([^\s][\s\S]*?[^\s])__(?!_)|^\*\*([^\s][\s\S]*?[^\s])\*\*(?!\*)/,em:/^_([^\s_])_(?!_)|^\*([^\s*<\[])\*(?!\*)|^_([^\s<][\s\S]*?[^\s_])_(?!_|[^\spunctuation])|^_([^\s_<][\s\S]*?[^\s])_(?!_|[^\spunctuation])|^\*([^\s<"][\s\S]*?[^\s\*])\*(?!\*|[^\spunctuation])|^\*([^\s*"<\[][\s\S]*?[^\s])\*(?!\*)/,code:/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,br:/^( {2,}|\\)\n(?!\s*$)/,del:m,text:/^(`+|[^`])(?:[\s\S]*?(?:(?=[\\<!\[`*]|\b_|$)|[^ ](?= {2,}\n))|(?= {2,}\n))/};function i(e,t){if(this.options=t||w.defaults,this.links=e,this.rules=a.normal,this.renderer=this.options.renderer||new s,this.renderer.options=this.options,!this.links)throw new Error("Tokens array requires a `links` property.");this.options.pedantic?this.rules=a.pedantic:this.options.gfm&&(this.options.breaks?this.rules=a.breaks:this.rules=a.gfm)}function s(e){this.options=e||w.defaults}function o(){}function l(e){this.tokens=[],this.token=null,this.options=e||w.defaults,this.options.renderer=this.options.renderer||new s,this.renderer=this.options.renderer,this.renderer.options=this.options,this.slugger=new c}function c(){this.seen={}}function u(e,t){if(t){if(u.escapeTest.test(e))return e.replace(u.escapeReplace,function(e){return u.replacements[e]})}else if(u.escapeTestNoEncode.test(e))return e.replace(u.escapeReplaceNoEncode,function(e){return u.replacements[e]});return e}function h(e){return e.replace(/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/gi,function(e,t){return"colon"===(t=t.toLowerCase())?":":"#"===t.charAt(0)?"x"===t.charAt(1)?String.fromCharCode(parseInt(t.substring(2),16)):String.fromCharCode(+t.substring(1)):""})}function p(e,t){return e=e.source||e,t=t||"",{replace:function(t,n){return n=(n=n.source||n).replace(/(^|[^\[])\^/g,"$1"),e=e.replace(t,n),this},getRegex:function(){return new RegExp(e,t)}}}function d(e,t,n){if(e){try{var r=decodeURIComponent(h(n)).replace(/[^\w:]/g,"").toLowerCase()}catch(e){return null}if(0===r.indexOf("javascript:")||0===r.indexOf("vbscript:")||0===r.indexOf("data:"))return null}t&&!g.test(n)&&(n=function(e,t){f[" "+e]||(/^[^:]+:\/*[^/]*$/.test(e)?f[" "+e]=e+"/":f[" "+e]=y(e,"/",!0));return e=f[" "+e],"//"===t.slice(0,2)?e.replace(/:[\s\S]*/,":")+t:"/"===t.charAt(0)?e.replace(/(:\/*[^/]*)[\s\S]*/,"$1")+t:e+t}(t,n));try{n=encodeURI(n).replace(/%25/g,"%")}catch(e){return null}return n}a._punctuation="!\"#$%&'()*+,\\-./:;<=>?@\\[^_{|}~",a.em=p(a.em).replace(/punctuation/g,a._punctuation).getRegex(),a._escapes=/\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/g,a._scheme=/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/,a._email=/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/,a.autolink=p(a.autolink).replace("scheme",a._scheme).replace("email",a._email).getRegex(),a._attribute=/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/,a.tag=p(a.tag).replace("comment",n._comment).replace("attribute",a._attribute).getRegex(),a._label=/(?:\[[^\[\]]*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,a._href=/<(?:\\[<>]?|[^\s<>\\])*>|[^\s\x00-\x1f]*/,a._title=/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/,a.link=p(a.link).replace("label",a._label).replace("href",a._href).replace("title",a._title).getRegex(),a.reflink=p(a.reflink).replace("label",a._label).getRegex(),a.normal=b({},a),a.pedantic=b({},a.normal,{strong:/^__(?=\S)([\s\S]*?\S)__(?!_)|^\*\*(?=\S)([\s\S]*?\S)\*\*(?!\*)/,em:/^_(?=\S)([\s\S]*?\S)_(?!_)|^\*(?=\S)([\s\S]*?\S)\*(?!\*)/,link:p(/^!?\[(label)\]\((.*?)\)/).replace("label",a._label).getRegex(),reflink:p(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",a._label).getRegex()}),a.gfm=b({},a.normal,{escape:p(a.escape).replace("])","~|])").getRegex(),_extended_email:/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/,url:/^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/,_backpedal:/(?:[^?!.,:;*_~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_~)]+(?!$))+/,del:/^~+(?=\S)([\s\S]*?\S)~+/,text:/^(`+|[^`])(?:[\s\S]*?(?:(?=[\\<!\[`*~]|\b_|https?:\/\/|ftp:\/\/|www\.|$)|[^ ](?= {2,}\n)|[^a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-](?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@))|(?= {2,}\n|[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@))/}),a.gfm.url=p(a.gfm.url,"i").replace("email",a.gfm._extended_email).getRegex(),a.breaks=b({},a.gfm,{br:p(a.br).replace("{2,}","*").getRegex(),text:p(a.gfm.text).replace("\\b_","\\b_| {2,}\\n").replace(/\{2,\}/g,"*").getRegex()}),i.rules=a,i.output=function(e,t,n){return new i(t,n).output(e)},i.prototype.output=function(e){for(var t,n,r,a,s,o,l="";e;)if(s=this.rules.escape.exec(e))e=e.substring(s[0].length),l+=u(s[1]);else if(s=this.rules.tag.exec(e))!this.inLink&&/^<a /i.test(s[0])?this.inLink=!0:this.inLink&&/^<\/a>/i.test(s[0])&&(this.inLink=!1),!this.inRawBlock&&/^<(pre|code|kbd|script)(\s|>)/i.test(s[0])?this.inRawBlock=!0:this.inRawBlock&&/^<\/(pre|code|kbd|script)(\s|>)/i.test(s[0])&&(this.inRawBlock=!1),e=e.substring(s[0].length),l+=this.options.sanitize?this.options.sanitizer?this.options.sanitizer(s[0]):u(s[0]):s[0];else if(s=this.rules.link.exec(e)){var c=x(s[2],"()");if(c>-1){var h=4+s[1].length+c;s[2]=s[2].substring(0,c),s[0]=s[0].substring(0,h).trim(),s[3]=""}e=e.substring(s[0].length),this.inLink=!0,r=s[2],this.options.pedantic?(t=/^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(r))?(r=t[1],a=t[3]):a="":a=s[3]?s[3].slice(1,-1):"",r=r.trim().replace(/^<([\s\S]*)>$/,"$1"),l+=this.outputLink(s,{href:i.escapes(r),title:i.escapes(a)}),this.inLink=!1}else if((s=this.rules.reflink.exec(e))||(s=this.rules.nolink.exec(e))){if(e=e.substring(s[0].length),t=(s[2]||s[1]).replace(/\s+/g," "),!(t=this.links[t.toLowerCase()])||!t.href){l+=s[0].charAt(0),e=s[0].substring(1)+e;continue}this.inLink=!0,l+=this.outputLink(s,t),this.inLink=!1}else if(s=this.rules.strong.exec(e))e=e.substring(s[0].length),l+=this.renderer.strong(this.output(s[4]||s[3]||s[2]||s[1]));else if(s=this.rules.em.exec(e))e=e.substring(s[0].length),l+=this.renderer.em(this.output(s[6]||s[5]||s[4]||s[3]||s[2]||s[1]));else if(s=this.rules.code.exec(e))e=e.substring(s[0].length),l+=this.renderer.codespan(u(s[2].trim(),!0));else if(s=this.rules.br.exec(e))e=e.substring(s[0].length),l+=this.renderer.br();else if(s=this.rules.del.exec(e))e=e.substring(s[0].length),l+=this.renderer.del(this.output(s[1]));else if(s=this.rules.autolink.exec(e))e=e.substring(s[0].length),r="@"===s[2]?"mailto:"+(n=u(this.mangle(s[1]))):n=u(s[1]),l+=this.renderer.link(r,null,n);else if(this.inLink||!(s=this.rules.url.exec(e))){if(s=this.rules.text.exec(e))e=e.substring(s[0].length),this.inRawBlock?l+=this.renderer.text(this.options.sanitize?this.options.sanitizer?this.options.sanitizer(s[0]):u(s[0]):s[0]):l+=this.renderer.text(u(this.smartypants(s[0])));else if(e)throw new Error("Infinite loop on byte: "+e.charCodeAt(0))}else{if("@"===s[2])r="mailto:"+(n=u(s[0]));else{do{o=s[0],s[0]=this.rules._backpedal.exec(s[0])[0]}while(o!==s[0]);n=u(s[0]),r="www."===s[1]?"http://"+n:n}e=e.substring(s[0].length),l+=this.renderer.link(r,null,n)}return l},i.escapes=function(e){return e?e.replace(i.rules._escapes,"$1"):e},i.prototype.outputLink=function(e,t){var n=t.href,r=t.title?u(t.title):null;return"!"!==e[0].charAt(0)?this.renderer.link(n,r,this.output(e[1])):this.renderer.image(n,r,u(e[1]))},i.prototype.smartypants=function(e){return this.options.smartypants?e.replace(/---/g,"—").replace(/--/g,"–").replace(/(^|[-\u2014/(\[{"\s])'/g,"$1‘").replace(/'/g,"’").replace(/(^|[-\u2014/(\[{\u2018\s])"/g,"$1“").replace(/"/g,"”").replace(/\.{3}/g,"…"):e},i.prototype.mangle=function(e){if(!this.options.mangle)return e;for(var t,n="",r=e.length,a=0;a<r;a++)t=e.charCodeAt(a),Math.random()>.5&&(t="x"+t.toString(16)),n+="&#"+t+";";return n},s.prototype.code=function(e,t,n){var r=(t||"").match(/\S*/)[0];if(this.options.highlight){var a=this.options.highlight(e,r);null!=a&&a!==e&&(n=!0,e=a)}return r?'<pre><code class="'+this.options.langPrefix+u(r,!0)+'">'+(n?e:u(e,!0))+"</code></pre>\n":"<pre><code>"+(n?e:u(e,!0))+"</code></pre>"},s.prototype.blockquote=function(e){return"<blockquote>\n"+e+"</blockquote>\n"},s.prototype.html=function(e){return e},s.prototype.heading=function(e,t,n,r){return this.options.headerIds?"<h"+t+' id="'+this.options.headerPrefix+r.slug(n)+'">'+e+"</h"+t+">\n":"<h"+t+">"+e+"</h"+t+">\n"},s.prototype.hr=function(){return this.options.xhtml?"<hr/>\n":"<hr>\n"},s.prototype.list=function(e,t,n){var r=t?"ol":"ul";return"<"+r+(t&&1!==n?' start="'+n+'"':"")+">\n"+e+"</"+r+">\n"},s.prototype.listitem=function(e){return"<li>"+e+"</li>\n"},s.prototype.checkbox=function(e){return"<input "+(e?'checked="" ':"")+'disabled="" type="checkbox"'+(this.options.xhtml?" /":"")+"> "},s.prototype.paragraph=function(e){return"<p>"+e+"</p>\n"},s.prototype.table=function(e,t){return t&&(t="<tbody>"+t+"</tbody>"),"<table>\n<thead>\n"+e+"</thead>\n"+t+"</table>\n"},s.prototype.tablerow=function(e){return"<tr>\n"+e+"</tr>\n"},s.prototype.tablecell=function(e,t){var n=t.header?"th":"td";return(t.align?"<"+n+' align="'+t.align+'">':"<"+n+">")+e+"</"+n+">\n"},s.prototype.strong=function(e){return"<strong>"+e+"</strong>"},s.prototype.em=function(e){return"<em>"+e+"</em>"},s.prototype.codespan=function(e){return"<code>"+e+"</code>"},s.prototype.br=function(){return this.options.xhtml?"<br/>":"<br>"},s.prototype.del=function(e){return"<del>"+e+"</del>"},s.prototype.link=function(e,t,n){if(null===(e=d(this.options.sanitize,this.options.baseUrl,e)))return n;var r='<a href="'+u(e)+'"';return t&&(r+=' title="'+t+'"'),r+=">"+n+"</a>"},s.prototype.image=function(e,t,n){if(null===(e=d(this.options.sanitize,this.options.baseUrl,e)))return n;var r='<img src="'+e+'" alt="'+n+'"';return t&&(r+=' title="'+t+'"'),r+=this.options.xhtml?"/>":">"},s.prototype.text=function(e){return e},o.prototype.strong=o.prototype.em=o.prototype.codespan=o.prototype.del=o.prototype.text=function(e){return e},o.prototype.link=o.prototype.image=function(e,t,n){return""+n},o.prototype.br=function(){return""},l.parse=function(e,t){return new l(t).parse(e)},l.prototype.parse=function(e){this.inline=new i(e.links,this.options),this.inlineText=new i(e.links,b({},this.options,{renderer:new o})),this.tokens=e.reverse();for(var t="";this.next();)t+=this.tok();return t},l.prototype.next=function(){return this.token=this.tokens.pop(),this.token},l.prototype.peek=function(){return this.tokens[this.tokens.length-1]||0},l.prototype.parseText=function(){for(var e=this.token.text;"text"===this.peek().type;)e+="\n"+this.next().text;return this.inline.output(e)},l.prototype.tok=function(){switch(this.token.type){case"space":return"";case"hr":return this.renderer.hr();case"heading":return this.renderer.heading(this.inline.output(this.token.text),this.token.depth,h(this.inlineText.output(this.token.text)),this.slugger);case"code":return this.renderer.code(this.token.text,this.token.lang,this.token.escaped);case"table":var e,t,n,r,a="",i="";for(n="",e=0;e<this.token.header.length;e++)n+=this.renderer.tablecell(this.inline.output(this.token.header[e]),{header:!0,align:this.token.align[e]});for(a+=this.renderer.tablerow(n),e=0;e<this.token.cells.length;e++){for(t=this.token.cells[e],n="",r=0;r<t.length;r++)n+=this.renderer.tablecell(this.inline.output(t[r]),{header:!1,align:this.token.align[r]});i+=this.renderer.tablerow(n)}return this.renderer.table(a,i);case"blockquote_start":for(i="";"blockquote_end"!==this.next().type;)i+=this.tok();return this.renderer.blockquote(i);case"list_start":i="";for(var s=this.token.ordered,o=this.token.start;"list_end"!==this.next().type;)i+=this.tok();return this.renderer.list(i,s,o);case"list_item_start":i="";var l=this.token.loose,c=this.token.checked,u=this.token.task;for(this.token.task&&(i+=this.renderer.checkbox(c));"list_item_end"!==this.next().type;)i+=l||"text"!==this.token.type?this.tok():this.parseText();return this.renderer.listitem(i,u,c);case"html":return this.renderer.html(this.token.text);case"paragraph":return this.renderer.paragraph(this.inline.output(this.token.text));case"text":return this.renderer.paragraph(this.parseText());default:var p='Token with "'+this.token.type+'" type was not found.';if(!this.options.silent)throw new Error(p);console.log(p)}},c.prototype.slug=function(e){var t=e.toLowerCase().trim().replace(/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&()*+,./:;<=>?@[\]^`{|}~]/g,"").replace(/\s/g,"-");if(this.seen.hasOwnProperty(t)){var n=t;do{this.seen[n]++,t=n+"-"+this.seen[n]}while(this.seen.hasOwnProperty(t))}return this.seen[t]=0,t},u.escapeTest=/[&<>"']/,u.escapeReplace=/[&<>"']/g,u.replacements={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},u.escapeTestNoEncode=/[<>"']|&(?!#?\w+;)/,u.escapeReplaceNoEncode=/[<>"']|&(?!#?\w+;)/g;var f={},g=/^$|^[a-z][a-z0-9+.-]*:|^[?#]/i;function m(){}function b(e){for(var t,n,r=1;r<arguments.length;r++)for(n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}function v(e,t){var n=e.replace(/\|/g,function(e,t,n){for(var r=!1,a=t;--a>=0&&"\\"===n[a];)r=!r;return r?"|":" |"}).split(/ \|/),r=0;if(n.length>t)n.splice(t);else for(;n.length<t;)n.push("");for(;r<n.length;r++)n[r]=n[r].trim().replace(/\\\|/g,"|");return n}function y(e,t,n){if(0===e.length)return"";for(var r=0;r<e.length;){var a=e.charAt(e.length-r-1);if(a!==t||n){if(a===t||!n)break;r++}else r++}return e.substr(0,e.length-r)}function x(e,t){if(-1===e.indexOf(t[1]))return-1;for(var n=0,r=0;r<e.length;r++)if("\\"===e[r])r++;else if(e[r]===t[0])n++;else if(e[r]===t[1]&&--n<0)return r;return-1}function k(e){e&&e.sanitize&&!e.silent&&console.warn("marked(): sanitize and sanitizer parameters are deprecated since version 0.7.0, should not be used and will be removed in the future. Read more here: https://marked.js.org/#/USING_ADVANCED.md#options")}function w(e,t,n){if(void 0===e||null===e)throw new Error("marked(): input parameter is undefined or null");if("string"!=typeof e)throw new Error("marked(): input parameter is of type "+Object.prototype.toString.call(e)+", string expected");if(n||"function"==typeof t){n||(n=t,t=null),k(t=b({},w.defaults,t||{}));var a,i,s=t.highlight,o=0;try{a=r.lex(e,t)}catch(e){return n(e)}i=a.length;var c=function(e){if(e)return t.highlight=s,n(e);var r;try{r=l.parse(a,t)}catch(t){e=t}return t.highlight=s,e?n(e):n(null,r)};if(!s||s.length<3)return c();if(delete t.highlight,!i)return c();for(;o<a.length;o++)!function(e){"code"!==e.type?--i||c():s(e.text,e.lang,function(t,n){return t?c(t):null==n||n===e.text?--i||c():(e.text=n,e.escaped=!0,void(--i||c()))})}(a[o])}else try{return t&&(t=b({},w.defaults,t)),k(t),l.parse(r.lex(e,t),t)}catch(e){if(e.message+="\nPlease report this to https://github.com/markedjs/marked.",(t||w.defaults).silent)return"<p>An error occurred:</p><pre>"+u(e.message+"",!0)+"</pre>";throw e}}m.exec=m,w.options=w.setOptions=function(e){return b(w.defaults,e),w},w.getDefaults=function(){return{baseUrl:null,breaks:!1,gfm:!0,headerIds:!0,headerPrefix:"",highlight:null,langPrefix:"language-",mangle:!0,pedantic:!1,renderer:new s,sanitize:!1,sanitizer:null,silent:!1,smartLists:!1,smartypants:!1,xhtml:!1}},w.defaults=w.getDefaults(),w.Parser=l,w.parser=l.parse,w.Renderer=s,w.TextRenderer=o,w.Lexer=r,w.lexer=r.lex,w.InlineLexer=i,w.inlineLexer=i.output,w.Slugger=c,w.parse=w,e.exports=w}(this||"undefined"!=typeof window&&window)}).call(t,n("DuR2"))},"Q+Ho":function(e,t){},SldL:function(e,t){!function(t){"use strict";var n,r=Object.prototype,a=r.hasOwnProperty,i="function"==typeof Symbol?Symbol:{},s=i.iterator||"@@iterator",o=i.asyncIterator||"@@asyncIterator",l=i.toStringTag||"@@toStringTag",c="object"==typeof e,u=t.regeneratorRuntime;if(u)c&&(e.exports=u);else{(u=t.regeneratorRuntime=c?e.exports:{}).wrap=x;var h="suspendedStart",p="suspendedYield",d="executing",f="completed",g={},m={};m[s]=function(){return this};var b=Object.getPrototypeOf,v=b&&b(b(T([])));v&&v!==r&&a.call(v,s)&&(m=v);var y=_.prototype=w.prototype=Object.create(m);D.prototype=y.constructor=_,_.constructor=D,_[l]=D.displayName="GeneratorFunction",u.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===D||"GeneratorFunction"===(t.displayName||t.name))},u.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,_):(e.__proto__=_,l in e||(e[l]="GeneratorFunction")),e.prototype=Object.create(y),e},u.awrap=function(e){return{__await:e}},C(A.prototype),A.prototype[o]=function(){return this},u.AsyncIterator=A,u.async=function(e,t,n,r){var a=new A(x(e,t,n,r));return u.isGeneratorFunction(t)?a:a.next().then(function(e){return e.done?e.value:a.next()})},C(y),y[l]="Generator",y[s]=function(){return this},y.toString=function(){return"[object Generator]"},u.keys=function(e){var t=[];for(var n in e)t.push(n);return t.reverse(),function n(){for(;t.length;){var r=t.pop();if(r in e)return n.value=r,n.done=!1,n}return n.done=!0,n}},u.values=T,S.prototype={constructor:S,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=n,this.done=!1,this.delegate=null,this.method="next",this.arg=n,this.tryEntries.forEach(R),!e)for(var t in this)"t"===t.charAt(0)&&a.call(this,t)&&!isNaN(+t.slice(1))&&(this[t]=n)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var t=this;function r(r,a){return o.type="throw",o.arg=e,t.next=r,a&&(t.method="next",t.arg=n),!!a}for(var i=this.tryEntries.length-1;i>=0;--i){var s=this.tryEntries[i],o=s.completion;if("root"===s.tryLoc)return r("end");if(s.tryLoc<=this.prev){var l=a.call(s,"catchLoc"),c=a.call(s,"finallyLoc");if(l&&c){if(this.prev<s.catchLoc)return r(s.catchLoc,!0);if(this.prev<s.finallyLoc)return r(s.finallyLoc)}else if(l){if(this.prev<s.catchLoc)return r(s.catchLoc,!0)}else{if(!c)throw new Error("try statement without catch or finally");if(this.prev<s.finallyLoc)return r(s.finallyLoc)}}}},abrupt:function(e,t){for(var n=this.tryEntries.length-1;n>=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&a.call(r,"finallyLoc")&&this.prev<r.finallyLoc){var i=r;break}}i&&("break"===e||"continue"===e)&&i.tryLoc<=t&&t<=i.finallyLoc&&(i=null);var s=i?i.completion:{};return s.type=e,s.arg=t,i?(this.method="next",this.next=i.finallyLoc,g):this.complete(s)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),g},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),R(n),g}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var r=n.completion;if("throw"===r.type){var a=r.arg;R(n)}return a}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,r){return this.delegate={iterator:T(e),resultName:t,nextLoc:r},"next"===this.method&&(this.arg=n),g}}}function x(e,t,n,r){var a=t&&t.prototype instanceof w?t:w,i=Object.create(a.prototype),s=new S(r||[]);return i._invoke=function(e,t,n){var r=h;return function(a,i){if(r===d)throw new Error("Generator is already running");if(r===f){if("throw"===a)throw i;return j()}for(n.method=a,n.arg=i;;){var s=n.delegate;if(s){var o=I(s,n);if(o){if(o===g)continue;return o}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(r===h)throw r=f,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r=d;var l=k(e,t,n);if("normal"===l.type){if(r=n.done?f:p,l.arg===g)continue;return{value:l.arg,done:n.done}}"throw"===l.type&&(r=f,n.method="throw",n.arg=l.arg)}}}(e,n,s),i}function k(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(e){return{type:"throw",arg:e}}}function w(){}function D(){}function _(){}function C(e){["next","throw","return"].forEach(function(t){e[t]=function(e){return this._invoke(t,e)}})}function A(e){var t;this._invoke=function(n,r){function i(){return new Promise(function(t,i){!function t(n,r,i,s){var o=k(e[n],e,r);if("throw"!==o.type){var l=o.arg,c=l.value;return c&&"object"==typeof c&&a.call(c,"__await")?Promise.resolve(c.__await).then(function(e){t("next",e,i,s)},function(e){t("throw",e,i,s)}):Promise.resolve(c).then(function(e){l.value=e,i(l)},s)}s(o.arg)}(n,r,t,i)})}return t=t?t.then(i,i):i()}}function I(e,t){var r=e.iterator[t.method];if(r===n){if(t.delegate=null,"throw"===t.method){if(e.iterator.return&&(t.method="return",t.arg=n,I(e,t),"throw"===t.method))return g;t.method="throw",t.arg=new TypeError("The iterator does not provide a 'throw' method")}return g}var a=k(r,e.iterator,t.arg);if("throw"===a.type)return t.method="throw",t.arg=a.arg,t.delegate=null,g;var i=a.arg;return i?i.done?(t[e.resultName]=i.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=n),t.delegate=null,g):i:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,g)}function L(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function R(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function S(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(L,this),this.reset(!0)}function T(e){if(e){var t=e[s];if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var r=-1,i=function t(){for(;++r<e.length;)if(a.call(e,r))return t.value=e[r],t.done=!1,t;return t.value=n,t.done=!0,t};return i.next=i}}return{next:j}}function j(){return{value:n,done:!0}}}(function(){return this}()||Function("return this")())},UYHc:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n("mvHQ"),a=n.n(r),i=n("jvWE"),s={name:"vue-open-header",props:{currentTab:{type:[String,Number],default:function(){return"2"}}},data:function(){return{currentMenuTab:this.currentTab,openMenuData:[{menuId:"2",menuName:"开发者接入",menuUrl:""},{menuId:"1",menuName:"解决方案",menuUrl:""}],searchValue:""}},methods:{toRedirect:function(e){this.currentMenuTab=e.menuId,this.$emit("changeTab",e.menuId)},toHome:function(){this.$router.push("/home")},searchData:Object(i.a)(function(e){this.$emit("searchMenu",this.searchValue,this.currentMenuTab)},500),clearInput:function(){this.$emit("searchMenu",this.searchValue,this.currentMenuTab)}},watch:{$route:{handler:function(e,t){},deep:!0},currentTab:function(e,t){this.currentMenuTab=e}},mounted:function(){this.currentMenuTab=this.$route.query.currentTab||"2"}},o={render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"open-header"},[r("div",{staticClass:"open-header-wrap border-box flex "},[r("div",{staticClass:"open-header-left",on:{click:e.toHome}},[r("img",{attrs:{src:n("h1R5"),alt:""}})]),e._v(" "),r("div",{staticClass:"open-header-right border-box"},[r("div",{staticClass:"open-header-right_wrap flex flex-space-between"},[r("ul",{staticClass:"flex"},e._l(e.openMenuData,function(t,n){return r("li",{key:n+"menu",class:["menu-li border-box",e.currentMenuTab==t.menuId?"active-tab":""],on:{click:function(n){n.stopPropagation(),n.preventDefault(),e.toRedirect(t)}}},[r("span",[e._v(e._s(t.menuName))])])})),e._v(" "),r("div",{staticClass:"search-wrap"},[r("el-input",{attrs:{clearable:"",placeholder:"请输入搜索内容","prefix-icon":"el-icon-search"},on:{clear:e.clearInput},nativeOn:{keyup:function(t){return n=t,e.searchData(n);var n}},model:{value:e.searchValue,callback:function(t){e.searchValue=t},expression:"searchValue"}})],1)])])])])},staticRenderFns:[]};var l=n("VU/8")(s,o,!1,function(e){n("y+wA")},"data-v-1bfff858",null).exports,c=n("Xxa5"),u=n.n(c),h=n("exGp"),p=n.n(h),d=n("P9l9"),f="/open-platform-home-web/",g=n("LlAa"),m={props:{currentTab:{type:[String,Number],default:function(){return"2"}}},data:function(){return{parentId:this.currentTab,activeId:"",menuData:[]}},methods:{changeMenu:function(e){var t=this;return p()(u.a.mark(function n(){var r;return u.a.wrap(function(n){for(;;)switch(n.prev=n.next){case 0:if((r=t).activeId=e.menuId,!e.children||!e.children.length){n.next=5;break}return e.expanded=!e.expanded,n.abrupt("return",!1);case 5:e.leaf||e.children.length?r.$emit("changeDoc",e):(e.expanded=!e.expanded,r.getMenuData(e.menuId,e));case 6:case"end":return n.stop()}},n,t)}))()},handleResultData:function(e){var t=this;e.children&&e.children.length&&e.children.forEach(function(e){e.expanded=!1,e.menuId==t.activeId&&(e.expanded=!0,t.$emit("changeDoc",e)),t.handleResultData(e)})},getMenuData:function(e,t){var n,r=this;(n={parentId:e},Object(d.a)(f+"tree-menu",n)).then(function(e){var n=e.data;if("0000"==n.code)return n.result&&n.result.length&&!t&&(n.result.forEach(function(e){e.expanded=!1,e.children=[],e.menuId==r.activeId&&r.$emit("changeDoc",e)}),r.$route.query.menuId||(r.activeId=n.result[0].menuId,r.$emit("changeDoc",n.result[0]))),n.result&&n.result.length&&t?(n.result.forEach(function(e){e.expanded=!1,e.children=[]}),t.children=n.result,!1):void(r.menuData=n.result||[]);g.a.errorMsg(n)}).catch(function(e){r.$message.error({duration:1e3,message:e.message})})}},watch:{currentTab:function(e,t){this.parentId=e,this.getMenuData(e)}},mounted:function(){this.parentId=this.$route.query.currentTab||"2",this.activeId=this.$route.query.menuId||"",this.getMenuData(this.parentId)}},b={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"document-left-body border-box"},[n("ul",{staticClass:"document-ul"},[e._l(e.menuData,function(t,r){return[n("li",{key:r+"level1"},[n("div",{class:["li-cell flex flex-space-between",e.activeId==t.menuId?"active-menu":""],on:{click:function(n){e.changeMenu(t)}}},[n("span",{staticClass:"li-cell-name"},[e._v(e._s(t.menuName))]),e._v(" "),t.leaf?e._e():n("span",{class:["li-cell-icon font_family icon-arrow_right",t.expanded?"rotate-icon":""]}),e._v(" "),t.leaf?n("span",{staticClass:"li-cell-icon icon-round"}):e._e()]),e._v(" "),t.children&&t.children.length&&t.expanded?n("ul",[e._l(t.children,function(t,r){return[n("li",{key:r+"level1"},[n("div",{class:["li-cell flex flex-space-between",e.activeId==t.menuId?"active-menu":""],on:{click:function(n){e.changeMenu(t)}}},[n("span",{staticClass:"p-l-15 li-cell-name border-box"},[e._v(e._s(t.menuName))]),e._v(" "),t.leaf?e._e():n("span",{class:["li-cell-icon font_family icon-arrow_right",t.expanded?"rotate-icon":""]}),e._v(" "),t.leaf?n("span",{staticClass:"li-cell-icon icon-round"}):e._e()]),e._v(" "),t.children&&t.children.length&&t.expanded?n("ul",[e._l(t.children,function(t,r){return[n("li",{key:r+"level1"},[n("div",{class:["li-cell flex flex-space-between",e.activeId==t.menuId?"active-menu":""],on:{click:function(n){e.changeMenu(t)}}},[n("span",{staticClass:"li-cell-name border-box p-l-30"},[e._v(e._s(t.menuName))]),e._v(" "),t.leaf?e._e():n("span",{class:["li-cell-icon font_family icon-arrow_right",t.expanded?"rotate-icon":""]}),e._v(" "),t.leaf?n("span",{staticClass:"li-cell-icon icon-round"}):e._e()]),e._v(" "),t.children&&t.children.length&&t.expanded?n("ul",[e._l(t.children,function(t,r){return[n("li",{key:r+"level1"},[n("div",{class:["li-cell flex flex-space-between",e.activeId==t.menuId?"active-menu":""],on:{click:function(n){e.changeMenu(t)}}},[n("span",{staticClass:"li-cell-name border-box p-l-45"},[e._v(e._s(t.menuName))]),e._v(" "),n("span",{staticClass:"li-cell-icon icon-round"})])])]})],2):e._e()])]})],2):e._e()])]})],2):e._e()])]})],2)])},staticRenderFns:[]};var v=n("VU/8")(m,b,!1,function(e){n("stJZ")},"data-v-4a3d3457",null).exports,y=n("fZjL"),x=n.n(y),k={render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"home-footer-content"},[t("div",{staticClass:"home-site-footer"},[t("p",[this._v("Copyright © "+this._s((new Date).getFullYear())+" 浙江达摩网络科技有限公司 | 浙ICP备15033117号-1")])])])},staticRenderFns:[]};var w=n("VU/8")({name:"index",data:function(){return{}}},k,!1,function(e){n("0cd1")},"data-v-7bbea458",null).exports,D={props:{errorCodeData:{type:[Object,Array],default:function(){return{}}}},data:function(){return{}}},_={render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"error-code-wrap"},[t("el-table",{staticStyle:{width:"100%"},attrs:{data:this.errorCodeData}},[t("el-table-column",{attrs:{prop:"errorCode",label:"错误码"}}),this._v(" "),t("el-table-column",{attrs:{prop:"errorInfo",label:"错误信息","show-overflow-tooltip":""}})],1)],1)},staticRenderFns:[]},C=n("VU/8")(D,_,!1,null,null,null).exports,A={props:{value:{type:String,default:function(){return""}},apiData:{type:[Object,Array],default:function(){return{}}}},data:function(){return{menuItemData:this.apiData,describeValue:this.value}},methods:{changeValue:function(e){this.$emit("input",this.describeValue)}},watch:{value:function(e,t){this.describeValue=e,console.log(this.apiData,this.value,e)},apiData:function(e,t){this.menuItemData=e,console.log(this.apiData,this.menuItemData,e)}},mounted:function(){var e=this;e.$nextTick(function(){e.menuItemData=e.apiData,e.describeValue=e.value,console.log(e.apiData,e.value)})}},I={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"api-detail-wrap"},[n("div",{staticClass:"api-detail-h2"},[e._v(e._s(e.menuItemData.interfaceName)+"(v"+e._s(e.menuItemData.version)+")")]),e._v(" "),n("div",{staticClass:"api-detail-descripe"},[n("el-input",{attrs:{disabled:"",type:"textarea",resize:"none",rows:3,placeholder:"请输入内容"},on:{blur:e.changeValue},model:{value:e.menuItemData.interfaceDescribe,callback:function(t){e.$set(e.menuItemData,"interfaceDescribe",t)},expression:"menuItemData.interfaceDescribe"}})],1),e._v(" "),n("div",{staticClass:"api-url m-t-16"},[n("div",{staticClass:"api-detail-p"},[e._v("请求地址:"+e._s(e.menuItemData.interfaceUrl))])]),e._v(" "),n("div",{staticClass:"api-method m-b-10 m-t-10"},[n("div",{staticClass:"api-detail-p"},[e._v("请求方法:"+e._s(e.menuItemData.requestType))])]),e._v(" "),n("div",{staticClass:"api-request-param m-t-10"},[n("div",{staticClass:"api-detail-h3 m-b-10"},[e._v("请求参数:")]),e._v(" "),n("div",[n("el-table",{staticStyle:{width:"100%","margin-bottom":"20px"},attrs:{data:e.menuItemData.frontParams,"row-key":"currentKey",border:"","default-expand-all":"","tree-props":{children:"children",hasChildren:"hasChildren"}}},[n("el-table-column",{attrs:{prop:"currentKey",label:"名称"}}),e._v(" "),n("el-table-column",{attrs:{prop:"type",label:"类型"}}),e._v(" "),n("el-table-column",{attrs:{prop:"example",label:"示例值"}}),e._v(" "),n("el-table-column",{attrs:{prop:"description",label:"描述"}})],1)],1)]),e._v(" "),n("div",{staticClass:"api-response-param"},[n("div",{staticClass:"api-detail-h3 m-b-10 m-t-27"},[e._v("响应参数:")]),e._v(" "),n("div",[n("el-table",{staticStyle:{width:"100%","margin-bottom":"20px"},attrs:{data:e.menuItemData.resultParams,"row-key":"currentKey",border:"","default-expand-all":"","tree-props":{children:"children",hasChildren:"hasChildren"}}},[n("el-table-column",{attrs:{prop:"currentKey",label:"名称"}}),e._v(" "),n("el-table-column",{attrs:{prop:"type",label:"类型"}}),e._v(" "),n("el-table-column",{attrs:{prop:"example",label:"示例值"}}),e._v(" "),n("el-table-column",{attrs:{prop:"description",label:"描述"}})],1)],1)]),e._v(" "),e._e(),e._v(" "),n("div",{staticClass:"api-response-success"},[n("div",{staticClass:"api-detail-h3 m-b-10 m-t-27"},[e._v("成功响应示例:")]),e._v(" "),n("div",{staticClass:"api-demo-text"},[n("pre",[e._v(e._s(e.menuItemData.sucReturn))])])]),e._v(" "),n("div",{staticClass:"api-response-error"},[n("div",{staticClass:"api-detail-h3 m-b-10 m-t-27"},[e._v("失败响应示例:")]),e._v(" "),n("div",{staticClass:"api-demo-text"},[n("pre",[e._v(e._s(e.menuItemData.errReturn))])])])])},staticRenderFns:[]};var L=n("VU/8")(A,I,!1,function(e){n("YWao")},"data-v-3f2a56cb",null).exports,R={props:{markdownData:{type:[Object,Array],default:function(){return{}}}},directives:{htmlContent:{bind:function(e,t){e.innerHTML=t.value}}},data:function(){return{formData:this.markdownData}},watch:{markdownData:function(e,t){this.formData=e}},mounted:function(){this.formData=this.markdownData}},S={render:function(){var e=this.$createElement;return(this._self._c||e)("div",{directives:[{name:"htmlContent",rawName:"v-htmlContent",value:this.formData.content,expression:"formData.content"}],staticClass:"markdown-content"})},staticRenderFns:[]};var T=n("VU/8")(R,S,!1,function(e){n("VIAc")},null,null).exports,j=n("EFqf"),z=n.n(j),E={props:{currentDoc:{type:[Object,Array],default:function(){return{}}},currentTab:{type:[String,Number],default:function(){return"2"}},searchData:{type:String,default:function(){return""}}},components:{openDocFooter:w,errorCodeTable:C,apiDetail:L,markdownContent:T},data:function(){return{menuDetailData:{},formData:{},errorCodeData:[],apiData:{},searchList:[],searchFlag:!1,pageNumber:1,pageSize:20,totalCount:0}},methods:{toDocMenuDetail:function(e){if(1==e.relationType)return window.open(e.relationData),!1;window.open("#/document?currentTab="+this.currentTab+"&menuId="+e.menuId)},loadMoreData:function(){if(this.searchList.length==this.totalCount)return!1;this.pageNumber++,this.getSearchData()},getSearchData:function(){var e,t=this,n={parentId:t.currentTab,search:t.searchData,pageNumber:t.pageNumber,pageSize:t.pageSize};(e=n,Object(d.a)(f+"search-menu",e)).then(function(e){var n=e.data;if("0000"==n.code)return n.result.result&&n.result.result.length?n.result.result.forEach(function(e){t.searchList.push(e)}):t.searchList=[],void(t.totalCount=n.result.totalCount);g.a.errorMsg(n)}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})},getErrorCodeData:function(){var e,t=this;(e={},Object(d.a)(f+"list-error-code",e)).then(function(e){var n=e.data;"0000"!=n.code?g.a.errorMsg(n):t.errorCodeData=n.result}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})},getApiDetailData:function(e){var t,n=this;(t={interfaceId:e},Object(d.a)(f+"get-api-detail",t)).then(function(e){var t=e.data;if("0000"==t.code){var r=t.result;return r.frontParams=JSON.parse(r.frontParams),r.frontParams=Object(i.b)(r.frontParams),r.resultParams=JSON.parse(r.resultParams),r.resultParams=Object(i.b)(r.resultParams),n.formData.memo=r.interfaceDescribe,n.apiData=JSON.parse(a()(r)),!1}g.a.errorMsg(t)}).catch(function(e){n.$message.error({duration:1e3,message:e.message})})},getData:function(e){var t,n=this;(t={articleId:e},Object(d.a)(f+"get-article",t)).then(function(e){var t=e.data;if("0000"==t.code)return t.result.content=z()(t.result.content),void(n.formData=t.result||{});g.a.errorMsg(t)}).catch(function(e){n.$message.error({duration:1e3,message:e.message})})},handleMenuData:function(){var e=this.menuDetailData.relationType,t=this.menuDetailData.subType;x()(this.menuDetailData).length?0==e?(this.formData={},this.apiData={},this.errorCodeData=[]):1==e?window.open(this.menuDetailData.relationData):2==e?(this.apiData={},this.errorCodeData=[],this.getData(JSON.parse(this.menuDetailData.relationData)[1])):3==e&&"0"==t?(this.apiData={},this.formData={},this.errorCodeData=JSON.parse(this.menuDetailData.relationData)):3==e&&"1"==t&&(this.formData={},this.errorCodeData=[],this.getApiDetailData(JSON.parse(this.menuDetailData.relationData)[2])):(this.formData={},this.apiData={},this.errorCodeData=[])}},watch:{currentDoc:function(e,t){var n=this;n.menuDetailData=e,n.$nextTick(function(){n.searchFlag=!1,n.handleMenuData()})},searchData:function(e,t){if(this.searchFlag=!0,this.searchList=[],this.pageNumber=1,this.totalCount=0,!e)return!1;this.getSearchData()}},mounted:function(){var e=this;e.menuDetailData=e.currentDoc,e.$nextTick(function(){e.handleMenuData()})}},N={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"document-right"},[n("div",{staticClass:"document-right-body border-box"},[e.searchFlag?n("div",{staticClass:"search-contain"},[n("h2",[e._v("搜索结果("+e._s(e.totalCount)+")")]),e._v(" "),e.searchList.length?n("div",{staticClass:"search-list"},[n("ul",e._l(e.searchList,function(t,r){return n("li",{key:r+"search",staticClass:"search-list-cell border-box",on:{click:function(n){e.toDocMenuDetail(t)}}},[e._v("\n "+e._s(t.menuName)+"\n ")])})),e._v(" "),e.totalCount>e.searchList.length?n("div",{staticClass:"load-more-data",on:{click:e.loadMoreData}},[e._v("加载更多")]):e._e()]):e._e(),e._v(" "),e.searchList.length?e._e():n("div",{staticClass:"no-search-data"},[e._v("\n 什么都没找到。\n ")])]):e._e(),e._v(" "),e.searchFlag?e._e():n("div",[e.formData.content?n("div",{staticClass:"article-contain"},[n("markdown-content",{attrs:{markdownData:e.formData}})],1):e._e(),e._v(" "),Object.keys(e.apiData).length?n("api-detail",{attrs:{apiData:e.apiData}}):e._e(),e._v(" "),e.errorCodeData.length?n("error-code-table",{attrs:{errorCodeData:e.errorCodeData}}):e._e()],1)]),e._v(" "),n("open-doc-footer")],1)},staticRenderFns:[]};var P={components:{openDocHeader:l,openDocLeft:v,openDocRight:n("VU/8")(E,N,!1,function(e){n("XPI0")},"data-v-76a369db",null).exports},data:function(){return{currentTab:"2",currentDoc:"",searchData:""}},methods:{changeTab:function(e){this.currentTab=e},searchMenu:function(e,t){this.searchData=e,this.$refs.docContent.formData={},this.$refs.docContent.apiData={},this.$refs.docContent.errorCodeData=[]},changeDoc:function(e){this.currentDoc=JSON.parse(a()(e)),this.$refs.docContent.searchList=[]}},mounted:function(){this.currentTab=this.$route.query.currentTab||"2"}},G={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"document-center"},[n("open-doc-header",{attrs:{currentTab:e.currentTab},on:{changeTab:e.changeTab,searchMenu:e.searchMenu}}),e._v(" "),n("div",{staticClass:"document-center-body"},[n("div",{staticClass:"document-center-body_wrap flex"},[n("div",{staticClass:"document-center-left border-box"},[n("open-doc-left",{attrs:{currentTab:e.currentTab},on:{changeDoc:e.changeDoc}})],1),e._v(" "),n("div",{staticClass:"document-center-right"},[n("open-doc-right",{ref:"docContent",attrs:{currentDoc:e.currentDoc,currentTab:e.currentTab,searchData:e.searchData}})],1)])])],1)},staticRenderFns:[]};var O=n("VU/8")(P,G,!1,function(e){n("Q+Ho")},"data-v-05902d76",null);t.default=O.exports},VIAc:function(e,t){},XPI0:function(e,t){},Xxa5:function(e,t,n){e.exports=n("jyFz")},YWao:function(e,t){},exGp:function(e,t,n){"use strict";t.__esModule=!0;var r,a=n("//Fk"),i=(r=a)&&r.__esModule?r:{default:r};t.default=function(e){return function(){var t=e.apply(this,arguments);return new i.default(function(e,n){return function r(a,s){try{var o=t[a](s),l=o.value}catch(e){return void n(e)}if(!o.done)return i.default.resolve(l).then(function(e){r("next",e)},function(e){r("throw",e)});e(l)}("next")})}}},h1R5:function(e,t){e.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAAjCAYAAAAueWA9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODBGOUUxQUJCREFEMTFFOUFCOUNEQjdFNTVDQjYxRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODBGOUUxQUNCREFEMTFFOUFCOUNEQjdFNTVDQjYxRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4MEY5RTFBOUJEQUQxMUU5QUI5Q0RCN0U1NUNCNjFGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4MEY5RTFBQUJEQUQxMUU5QUI5Q0RCN0U1NUNCNjFGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuzIIYwAABCFSURBVHja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"},jvWE:function(e,t,n){"use strict";t.a=function(e,t){var n,t=t||200;return function(){var r=this,a=arguments;n&&clearTimeout(n),n=setTimeout(function(){n=null,e.apply(r,a)},t)}},t.b=function e(t,n,r){var i=[];for(var s in t.properties){var o=t.properties[s];"object"==o.type&&a()(o.properties).length?(o.children=[],o.children=e(o),i.push(o)):"array"==o.type&&a()(o.items.properties).length?(o.children=[],o.children=e(o.items),i.push(o)):i.push(o)}return i};var r=n("fZjL"),a=n.n(r)},jyFz:function(e,t,n){var r=function(){return this}()||Function("return this")(),a=r.regeneratorRuntime&&Object.getOwnPropertyNames(r).indexOf("regeneratorRuntime")>=0,i=a&&r.regeneratorRuntime;if(r.regeneratorRuntime=void 0,e.exports=n("SldL"),a)r.regeneratorRuntime=i;else try{delete r.regeneratorRuntime}catch(e){r.regeneratorRuntime=void 0}},stJZ:function(e,t){},"y+wA":function(e,t){}});
\ No newline at end of file
webpackJsonp([4],{"0cd1":function(e,t){},"5YKb":function(e,t){},EEAh:function(e,t){},"Q+Ho":function(e,t){},SldL:function(e,t){!function(t){"use strict";var n,a=Object.prototype,r=a.hasOwnProperty,i="function"==typeof Symbol?Symbol:{},o=i.iterator||"@@iterator",c=i.asyncIterator||"@@asyncIterator",s=i.toStringTag||"@@toStringTag",u="object"==typeof e,l=t.regeneratorRuntime;if(l)u&&(e.exports=l);else{(l=t.regeneratorRuntime=u?e.exports:{}).wrap=y;var h="suspendedStart",d="suspendedYield",f="executing",p="completed",m={},v={};v[o]=function(){return this};var g=Object.getPrototypeOf,D=g&&g(g(k([])));D&&D!==a&&r.call(D,o)&&(v=D);var b=I.prototype=C.prototype=Object.create(v);x.prototype=b.constructor=I,I.constructor=x,I[s]=x.displayName="GeneratorFunction",l.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===x||"GeneratorFunction"===(t.displayName||t.name))},l.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,I):(e.__proto__=I,s in e||(e[s]="GeneratorFunction")),e.prototype=Object.create(b),e},l.awrap=function(e){return{__await:e}},L(A.prototype),A.prototype[c]=function(){return this},l.AsyncIterator=A,l.async=function(e,t,n,a){var r=new A(y(e,t,n,a));return l.isGeneratorFunction(t)?r:r.next().then(function(e){return e.done?e.value:r.next()})},L(b),b[s]="Generator",b[o]=function(){return this},b.toString=function(){return"[object Generator]"},l.keys=function(e){var t=[];for(var n in e)t.push(n);return t.reverse(),function n(){for(;t.length;){var a=t.pop();if(a in e)return n.value=a,n.done=!1,n}return n.done=!0,n}},l.values=k,N.prototype={constructor:N,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=n,this.done=!1,this.delegate=null,this.method="next",this.arg=n,this.tryEntries.forEach(G),!e)for(var t in this)"t"===t.charAt(0)&&r.call(this,t)&&!isNaN(+t.slice(1))&&(this[t]=n)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var t=this;function a(a,r){return c.type="throw",c.arg=e,t.next=a,r&&(t.method="next",t.arg=n),!!r}for(var i=this.tryEntries.length-1;i>=0;--i){var o=this.tryEntries[i],c=o.completion;if("root"===o.tryLoc)return a("end");if(o.tryLoc<=this.prev){var s=r.call(o,"catchLoc"),u=r.call(o,"finallyLoc");if(s&&u){if(this.prev<o.catchLoc)return a(o.catchLoc,!0);if(this.prev<o.finallyLoc)return a(o.finallyLoc)}else if(s){if(this.prev<o.catchLoc)return a(o.catchLoc,!0)}else{if(!u)throw new Error("try statement without catch or finally");if(this.prev<o.finallyLoc)return a(o.finallyLoc)}}}},abrupt:function(e,t){for(var n=this.tryEntries.length-1;n>=0;--n){var a=this.tryEntries[n];if(a.tryLoc<=this.prev&&r.call(a,"finallyLoc")&&this.prev<a.finallyLoc){var i=a;break}}i&&("break"===e||"continue"===e)&&i.tryLoc<=t&&t<=i.finallyLoc&&(i=null);var o=i?i.completion:{};return o.type=e,o.arg=t,i?(this.method="next",this.next=i.finallyLoc,m):this.complete(o)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),m},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),G(n),m}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var a=n.completion;if("throw"===a.type){var r=a.arg;G(n)}return r}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,a){return this.delegate={iterator:k(e),resultName:t,nextLoc:a},"next"===this.method&&(this.arg=n),m}}}function y(e,t,n,a){var r=t&&t.prototype instanceof C?t:C,i=Object.create(r.prototype),o=new N(a||[]);return i._invoke=function(e,t,n){var a=h;return function(r,i){if(a===f)throw new Error("Generator is already running");if(a===p){if("throw"===r)throw i;return E()}for(n.method=r,n.arg=i;;){var o=n.delegate;if(o){var c=j(o,n);if(c){if(c===m)continue;return c}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(a===h)throw a=p,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);a=f;var s=w(e,t,n);if("normal"===s.type){if(a=n.done?p:d,s.arg===m)continue;return{value:s.arg,done:n.done}}"throw"===s.type&&(a=p,n.method="throw",n.arg=s.arg)}}}(e,n,o),i}function w(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(e){return{type:"throw",arg:e}}}function C(){}function x(){}function I(){}function L(e){["next","throw","return"].forEach(function(t){e[t]=function(e){return this._invoke(t,e)}})}function A(e){var t;this._invoke=function(n,a){function i(){return new Promise(function(t,i){!function t(n,a,i,o){var c=w(e[n],e,a);if("throw"!==c.type){var s=c.arg,u=s.value;return u&&"object"==typeof u&&r.call(u,"__await")?Promise.resolve(u.__await).then(function(e){t("next",e,i,o)},function(e){t("throw",e,i,o)}):Promise.resolve(u).then(function(e){s.value=e,i(s)},o)}o(c.arg)}(n,a,t,i)})}return t=t?t.then(i,i):i()}}function j(e,t){var a=e.iterator[t.method];if(a===n){if(t.delegate=null,"throw"===t.method){if(e.iterator.return&&(t.method="return",t.arg=n,j(e,t),"throw"===t.method))return m;t.method="throw",t.arg=new TypeError("The iterator does not provide a 'throw' method")}return m}var r=w(a,e.iterator,t.arg);if("throw"===r.type)return t.method="throw",t.arg=r.arg,t.delegate=null,m;var i=r.arg;return i?i.done?(t[e.resultName]=i.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=n),t.delegate=null,m):i:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,m)}function T(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function G(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function N(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(T,this),this.reset(!0)}function k(e){if(e){var t=e[o];if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var a=-1,i=function t(){for(;++a<e.length;)if(r.call(e,a))return t.value=e[a],t.done=!1,t;return t.value=n,t.done=!0,t};return i.next=i}}return{next:E}}function E(){return{value:n,done:!0}}}(function(){return this}()||Function("return this")())},UYHc:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=n("mvHQ"),r=n.n(a),i=n("jvWE"),o={name:"vue-open-header",props:{currentTab:{type:[String,Number],default:function(){return"2"}}},data:function(){return{currentMenuTab:this.currentTab,openMenuData:[{menuId:"2",menuName:"开发者接入",menuUrl:""},{menuId:"1",menuName:"解决方案",menuUrl:""}],searchValue:""}},methods:{toRedirect:function(e){this.currentMenuTab=e.menuId,this.$emit("changeTab",e.menuId)},toHome:function(){this.$router.push("/home")},searchData:Object(i.a)(function(e){this.$emit("searchMenu",this.searchValue,this.currentMenuTab)},500),clearInput:function(){this.$emit("searchMenu",this.searchValue,this.currentMenuTab)}},watch:{$route:{handler:function(e,t){},deep:!0},currentTab:function(e,t){this.currentMenuTab=e}},mounted:function(){this.currentMenuTab=this.$route.query.currentTab||"2"}},c={render:function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"open-header"},[a("div",{staticClass:"open-header-wrap border-box flex "},[a("div",{staticClass:"open-header-left",on:{click:e.toHome}},[a("img",{attrs:{src:n("h1R5"),alt:""}})]),e._v(" "),a("div",{staticClass:"open-header-right border-box"},[a("div",{staticClass:"open-header-right_wrap flex flex-space-between"},[a("ul",{staticClass:"flex"},e._l(e.openMenuData,function(t,n){return a("li",{key:n+"menu",class:["menu-li border-box",e.currentMenuTab==t.menuId?"active-tab":""],on:{click:function(n){n.stopPropagation(),n.preventDefault(),e.toRedirect(t)}}},[a("span",[e._v(e._s(t.menuName))])])})),e._v(" "),a("div",{staticClass:"search-wrap"},[a("el-input",{attrs:{clearable:"",placeholder:"请输入搜索内容","prefix-icon":"el-icon-search"},on:{clear:e.clearInput},nativeOn:{keyup:function(t){return n=t,e.searchData(n);var n}},model:{value:e.searchValue,callback:function(t){e.searchValue=t},expression:"searchValue"}})],1)])])])])},staticRenderFns:[]};var s=n("VU/8")(o,c,!1,function(e){n("y+wA")},"data-v-1bfff858",null).exports,u=n("Xxa5"),l=n.n(u),h=n("exGp"),d=n.n(h),f=n("P9l9"),p="/open-platform-home-web/",m=n("LlAa"),v={props:{currentTab:{type:[String,Number],default:function(){return"2"}}},data:function(){return{parentId:this.currentTab,activeId:"",menuData:[]}},methods:{changeMenu:function(e){var t=this;return d()(l.a.mark(function n(){var a;return l.a.wrap(function(n){for(;;)switch(n.prev=n.next){case 0:if((a=t).activeId=e.menuId,!e.children||!e.children.length){n.next=5;break}return e.expanded=!e.expanded,n.abrupt("return",!1);case 5:e.leaf||e.children.length?a.$emit("changeDoc",e):(e.expanded=!e.expanded,a.getMenuData(e.menuId,e));case 6:case"end":return n.stop()}},n,t)}))()},handleResultData:function(e){var t=this;e.children&&e.children.length&&e.children.forEach(function(e){e.expanded=!1,e.menuId==t.activeId&&(e.expanded=!0,t.$emit("changeDoc",e)),t.handleResultData(e)})},getMenuData:function(e,t){var n,a=this;(n={parentId:e},Object(f.a)(p+"tree-menu",n)).then(function(e){var n=e.data;if("0000"==n.code)return n.result&&n.result.length&&!t&&(n.result.forEach(function(e){e.expanded=!1,e.children=[],e.menuId==a.activeId&&a.$emit("changeDoc",e)}),a.$route.query.menuId||(a.activeId=n.result[0].menuId,a.$emit("changeDoc",n.result[0]))),n.result&&n.result.length&&t?(n.result.forEach(function(e){e.expanded=!1,e.children=[]}),t.children=n.result,!1):void(a.menuData=n.result||[]);m.a.errorMsg(n)}).catch(function(e){a.$message.error({duration:1e3,message:e.message})})}},watch:{currentTab:function(e,t){this.parentId=e,this.getMenuData(e)}},mounted:function(){this.parentId=this.$route.query.currentTab||"2",this.activeId=this.$route.query.menuId||"",this.getMenuData(this.parentId)}},g={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"document-left-body border-box"},[n("ul",{staticClass:"document-ul"},[e._l(e.menuData,function(t,a){return[n("li",{key:a+"level1"},[n("div",{class:["li-cell flex flex-space-between",e.activeId==t.menuId?"active-menu":""],on:{click:function(n){e.changeMenu(t)}}},[n("span",{staticClass:"li-cell-name"},[e._v(e._s(t.menuName))]),e._v(" "),t.leaf?e._e():n("span",{class:["li-cell-icon font_family icon-arrow_right",t.expanded?"rotate-icon":""]}),e._v(" "),t.leaf?n("span",{staticClass:"li-cell-icon icon-round"}):e._e()]),e._v(" "),t.children&&t.children.length&&t.expanded?n("ul",[e._l(t.children,function(t,a){return[n("li",{key:a+"level1"},[n("div",{class:["li-cell flex flex-space-between",e.activeId==t.menuId?"active-menu":""],on:{click:function(n){e.changeMenu(t)}}},[n("span",{staticClass:"p-l-15 li-cell-name border-box"},[e._v(e._s(t.menuName))]),e._v(" "),t.leaf?e._e():n("span",{class:["li-cell-icon font_family icon-arrow_right",t.expanded?"rotate-icon":""]}),e._v(" "),t.leaf?n("span",{staticClass:"li-cell-icon icon-round"}):e._e()]),e._v(" "),t.children&&t.children.length&&t.expanded?n("ul",[e._l(t.children,function(t,a){return[n("li",{key:a+"level1"},[n("div",{class:["li-cell flex flex-space-between",e.activeId==t.menuId?"active-menu":""],on:{click:function(n){e.changeMenu(t)}}},[n("span",{staticClass:"li-cell-name border-box p-l-30"},[e._v(e._s(t.menuName))]),e._v(" "),t.leaf?e._e():n("span",{class:["li-cell-icon font_family icon-arrow_right",t.expanded?"rotate-icon":""]}),e._v(" "),t.leaf?n("span",{staticClass:"li-cell-icon icon-round"}):e._e()]),e._v(" "),t.children&&t.children.length&&t.expanded?n("ul",[e._l(t.children,function(t,a){return[n("li",{key:a+"level1"},[n("div",{class:["li-cell flex flex-space-between",e.activeId==t.menuId?"active-menu":""],on:{click:function(n){e.changeMenu(t)}}},[n("span",{staticClass:"li-cell-name border-box p-l-45"},[e._v(e._s(t.menuName))]),e._v(" "),n("span",{staticClass:"li-cell-icon icon-round"})])])]})],2):e._e()])]})],2):e._e()])]})],2):e._e()])]})],2)])},staticRenderFns:[]};var D=n("VU/8")(v,g,!1,function(e){n("stJZ")},"data-v-4a3d3457",null).exports,b=n("fZjL"),y=n.n(b),w={render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"home-footer-content"},[t("div",{staticClass:"home-site-footer"},[t("p",[this._v("Copyright © "+this._s((new Date).getFullYear())+" 浙江达摩网络科技有限公司 | 浙ICP备15033117号-1")])])])},staticRenderFns:[]};var C=n("VU/8")({name:"index",data:function(){return{}}},w,!1,function(e){n("0cd1")},"data-v-7bbea458",null).exports,x={props:{errorCodeData:{type:[Object,Array],default:function(){return{}}}},data:function(){return{}}},I={render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"error-code-wrap"},[t("el-table",{staticStyle:{width:"100%"},attrs:{data:this.errorCodeData}},[t("el-table-column",{attrs:{prop:"errorCode",label:"错误码"}}),this._v(" "),t("el-table-column",{attrs:{prop:"errorInfo",label:"错误信息","show-overflow-tooltip":""}})],1)],1)},staticRenderFns:[]},L=n("VU/8")(x,I,!1,null,null,null).exports,A={props:{value:{type:String,default:function(){return""}},apiData:{type:[Object,Array],default:function(){return{}}}},data:function(){return{menuItemData:this.apiData,describeValue:this.value}},methods:{changeValue:function(e){this.$emit("input",this.describeValue)}},watch:{value:function(e,t){this.describeValue=e,console.log(this.apiData,this.value,e)},apiData:function(e,t){this.menuItemData=e,console.log(this.apiData,this.menuItemData,e)}},mounted:function(){var e=this;e.$nextTick(function(){e.menuItemData=e.apiData,e.describeValue=e.value,console.log(e.apiData,e.value)})}},j={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"api-detail-wrap"},[n("div",{staticClass:"api-detail-h2"},[e._v(e._s(e.menuItemData.interfaceName)+"(v"+e._s(e.menuItemData.version)+")")]),e._v(" "),n("div",{staticClass:"api-detail-descripe"},[n("el-input",{attrs:{disabled:"",type:"textarea",resize:"none",rows:3,placeholder:"请输入内容"},on:{blur:e.changeValue},model:{value:e.menuItemData.interfaceDescribe,callback:function(t){e.$set(e.menuItemData,"interfaceDescribe",t)},expression:"menuItemData.interfaceDescribe"}})],1),e._v(" "),n("div",{staticClass:"api-url m-t-16"},[n("div",{staticClass:"api-detail-p"},[e._v("请求地址:"+e._s(e.menuItemData.interfaceUrl))])]),e._v(" "),n("div",{staticClass:"api-method m-b-10 m-t-10"},[n("div",{staticClass:"api-detail-p"},[e._v("请求方法:"+e._s(e.menuItemData.requestType))])]),e._v(" "),n("div",{staticClass:"api-request-param m-t-10"},[n("div",{staticClass:"api-detail-h3 m-b-10"},[e._v("请求参数:")]),e._v(" "),n("div",[n("el-table",{staticStyle:{width:"100%","margin-bottom":"20px"},attrs:{data:e.menuItemData.frontParams,"row-key":"currentKey",border:"","default-expand-all":"","tree-props":{children:"children",hasChildren:"hasChildren"}}},[n("el-table-column",{attrs:{prop:"currentKey",label:"名称"}}),e._v(" "),n("el-table-column",{attrs:{prop:"type",label:"类型"}}),e._v(" "),n("el-table-column",{attrs:{prop:"example",label:"示例值"}}),e._v(" "),n("el-table-column",{attrs:{prop:"description",label:"描述"}})],1)],1)]),e._v(" "),n("div",{staticClass:"api-response-param"},[n("div",{staticClass:"api-detail-h3 m-b-10 m-t-27"},[e._v("响应参数:")]),e._v(" "),n("div",[n("el-table",{staticStyle:{width:"100%","margin-bottom":"20px"},attrs:{data:e.menuItemData.resultParams,"row-key":"currentKey",border:"","default-expand-all":"","tree-props":{children:"children",hasChildren:"hasChildren"}}},[n("el-table-column",{attrs:{prop:"currentKey",label:"名称"}}),e._v(" "),n("el-table-column",{attrs:{prop:"type",label:"类型"}}),e._v(" "),n("el-table-column",{attrs:{prop:"example",label:"示例值"}}),e._v(" "),n("el-table-column",{attrs:{prop:"description",label:"描述"}})],1)],1)]),e._v(" "),e._e(),e._v(" "),n("div",{staticClass:"api-response-success"},[n("div",{staticClass:"api-detail-h3 m-b-10 m-t-27"},[e._v("成功响应示例:")]),e._v(" "),n("div",{staticClass:"api-demo-text"},[n("pre",[e._v(e._s(e.menuItemData.sucReturn))])])]),e._v(" "),n("div",{staticClass:"api-response-error"},[n("div",{staticClass:"api-detail-h3 m-b-10 m-t-27"},[e._v("失败响应示例:")]),e._v(" "),n("div",{staticClass:"api-demo-text"},[n("pre",[e._v(e._s(e.menuItemData.errReturn))])])])])},staticRenderFns:[]};var T=n("VU/8")(A,j,!1,function(e){n("YWao")},"data-v-3f2a56cb",null).exports,G={props:{markdownData:{type:[Object,Array],default:function(){return{}}}},directives:{htmlContent:{bind:function(e,t){e.innerHTML=t.value}}},data:function(){return{formData:this.markdownData}},watch:{markdownData:function(e,t){this.formData=e}},mounted:function(){this.formData=this.markdownData}},N={render:function(){var e=this.$createElement;return(this._self._c||e)("div",{directives:[{name:"htmlContent",rawName:"v-htmlContent",value:this.formData.htmlContent,expression:"formData.htmlContent"}],staticClass:"markdown-content"})},staticRenderFns:[]};var k=n("VU/8")(G,N,!1,function(e){n("5YKb")},null,null).exports,E={props:{currentDoc:{type:[Object,Array],default:function(){return{}}},currentTab:{type:[String,Number],default:function(){return"2"}},searchData:{type:String,default:function(){return""}}},components:{openDocFooter:C,errorCodeTable:L,apiDetail:T,markdownContent:k},data:function(){return{menuDetailData:{},formData:{},errorCodeData:[],apiData:{},searchList:[],searchFlag:!1,pageNumber:1,pageSize:20,totalCount:0}},methods:{toDocMenuDetail:function(e){if(1==e.relationType)return window.open(e.relationData),!1;window.open("#/document?currentTab="+this.currentTab+"&menuId="+e.menuId)},loadMoreData:function(){if(this.searchList.length==this.totalCount)return!1;this.pageNumber++,this.getSearchData()},getSearchData:function(){var e,t=this,n={parentId:t.currentTab,search:t.searchData,pageNumber:t.pageNumber,pageSize:t.pageSize};(e=n,Object(f.a)(p+"search-menu",e)).then(function(e){var n=e.data;if("0000"==n.code)return n.result.result&&n.result.result.length?n.result.result.forEach(function(e){t.searchList.push(e)}):t.searchList=[],void(t.totalCount=n.result.totalCount);m.a.errorMsg(n)}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})},getErrorCodeData:function(){var e,t=this;(e={},Object(f.a)(p+"list-error-code",e)).then(function(e){var n=e.data;"0000"!=n.code?m.a.errorMsg(n):t.errorCodeData=n.result}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})},getApiDetailData:function(e){var t,n=this;(t={interfaceId:e},Object(f.a)(p+"get-api-detail",t)).then(function(e){var t=e.data;if("0000"==t.code){var a=t.result;return a.frontParams=JSON.parse(a.frontParams),a.frontParams=Object(i.b)(a.frontParams),a.resultParams=JSON.parse(a.resultParams),a.resultParams=Object(i.b)(a.resultParams),n.formData.memo=a.interfaceDescribe,n.apiData=JSON.parse(r()(a)),!1}m.a.errorMsg(t)}).catch(function(e){n.$message.error({duration:1e3,message:e.message})})},getData:function(e){var t,n=this;(t={articleId:e},Object(f.a)(p+"get-article",t)).then(function(e){var t=e.data;"0000"!=t.code?m.a.errorMsg(t):n.formData=t.result||{}}).catch(function(e){n.$message.error({duration:1e3,message:e.message})})},handleMenuData:function(){var e=this.menuDetailData.relationType,t=this.menuDetailData.subType;y()(this.menuDetailData).length?0==e?(this.formData={},this.apiData={},this.errorCodeData=[]):1==e?window.open(this.menuDetailData.relationData):2==e?(this.apiData={},this.errorCodeData=[],this.getData(JSON.parse(this.menuDetailData.relationData)[1])):3==e&&"0"==t?(this.apiData={},this.formData={},this.errorCodeData=JSON.parse(this.menuDetailData.relationData)):3==e&&"1"==t&&(this.formData={},this.errorCodeData=[],this.getApiDetailData(JSON.parse(this.menuDetailData.relationData)[2])):(this.formData={},this.apiData={},this.errorCodeData=[])}},watch:{currentDoc:function(e,t){var n=this;n.menuDetailData=e,n.$nextTick(function(){n.searchFlag=!1,n.handleMenuData()})},searchData:function(e,t){if(this.searchFlag=!0,this.searchList=[],this.pageNumber=1,this.totalCount=0,!e)return!1;this.getSearchData()}},mounted:function(){var e=this;e.menuDetailData=e.currentDoc,e.$nextTick(function(){e.handleMenuData()})}},P={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"document-right"},[n("div",{staticClass:"document-right-body border-box"},[e.searchFlag?n("div",{staticClass:"search-contain"},[n("h2",[e._v("搜索结果("+e._s(e.totalCount)+")")]),e._v(" "),e.searchList.length?n("div",{staticClass:"search-list"},[n("ul",e._l(e.searchList,function(t,a){return n("li",{key:a+"search",staticClass:"search-list-cell border-box",on:{click:function(n){e.toDocMenuDetail(t)}}},[e._v("\n "+e._s(t.menuName)+"\n ")])})),e._v(" "),e.totalCount>e.searchList.length?n("div",{staticClass:"load-more-data",on:{click:e.loadMoreData}},[e._v("加载更多")]):e._e()]):e._e(),e._v(" "),e.searchList.length?e._e():n("div",{staticClass:"no-search-data"},[e._v("\n 什么都没找到。\n ")])]):e._e(),e._v(" "),e.searchFlag?e._e():n("div",[e.formData.content?n("div",{staticClass:"article-contain"},[n("markdown-content",{attrs:{markdownData:e.formData}})],1):e._e(),e._v(" "),Object.keys(e.apiData).length?n("api-detail",{attrs:{apiData:e.apiData}}):e._e(),e._v(" "),e.errorCodeData.length?n("error-code-table",{attrs:{errorCodeData:e.errorCodeData}}):e._e()],1)]),e._v(" "),n("open-doc-footer")],1)},staticRenderFns:[]};var _={components:{openDocHeader:s,openDocLeft:D,openDocRight:n("VU/8")(E,P,!1,function(e){n("EEAh")},"data-v-161a0fd9",null).exports},data:function(){return{currentTab:"2",currentDoc:"",searchData:""}},methods:{changeTab:function(e){this.currentTab=e},searchMenu:function(e,t){this.searchData=e,this.$refs.docContent.formData={},this.$refs.docContent.apiData={},this.$refs.docContent.errorCodeData=[]},changeDoc:function(e){this.currentDoc=JSON.parse(r()(e)),this.$refs.docContent.searchList=[]}},mounted:function(){this.currentTab=this.$route.query.currentTab||"2"}},R={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"document-center"},[n("open-doc-header",{attrs:{currentTab:e.currentTab},on:{changeTab:e.changeTab,searchMenu:e.searchMenu}}),e._v(" "),n("div",{staticClass:"document-center-body"},[n("div",{staticClass:"document-center-body_wrap flex"},[n("div",{staticClass:"document-center-left border-box"},[n("open-doc-left",{attrs:{currentTab:e.currentTab},on:{changeDoc:e.changeDoc}})],1),e._v(" "),n("div",{staticClass:"document-center-right"},[n("open-doc-right",{ref:"docContent",attrs:{currentDoc:e.currentDoc,currentTab:e.currentTab,searchData:e.searchData}})],1)])])],1)},staticRenderFns:[]};var M=n("VU/8")(_,R,!1,function(e){n("Q+Ho")},"data-v-05902d76",null);t.default=M.exports},Xxa5:function(e,t,n){e.exports=n("jyFz")},YWao:function(e,t){},exGp:function(e,t,n){"use strict";t.__esModule=!0;var a,r=n("//Fk"),i=(a=r)&&a.__esModule?a:{default:a};t.default=function(e){return function(){var t=e.apply(this,arguments);return new i.default(function(e,n){return function a(r,o){try{var c=t[r](o),s=c.value}catch(e){return void n(e)}if(!c.done)return i.default.resolve(s).then(function(e){a("next",e)},function(e){a("throw",e)});e(s)}("next")})}}},h1R5:function(e,t){e.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAAjCAYAAAAueWA9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODBGOUUxQUJCREFEMTFFOUFCOUNEQjdFNTVDQjYxRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODBGOUUxQUNCREFEMTFFOUFCOUNEQjdFNTVDQjYxRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4MEY5RTFBOUJEQUQxMUU5QUI5Q0RCN0U1NUNCNjFGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4MEY5RTFBQUJEQUQxMUU5QUI5Q0RCN0U1NUNCNjFGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuzIIYwAABCFSURBVHja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"},jvWE:function(e,t,n){"use strict";t.a=function(e,t){var n,t=t||200;return function(){var a=this,r=arguments;n&&clearTimeout(n),n=setTimeout(function(){n=null,e.apply(a,r)},t)}},t.b=function e(t,n,a){var i=[];for(var o in t.properties){var c=t.properties[o];"object"==c.type&&r()(c.properties).length?(c.children=[],c.children=e(c),i.push(c)):"array"==c.type&&r()(c.items.properties).length?(c.children=[],c.children=e(c.items),i.push(c)):i.push(c)}return i};var a=n("fZjL"),r=n.n(a)},jyFz:function(e,t,n){var a=function(){return this}()||Function("return this")(),r=a.regeneratorRuntime&&Object.getOwnPropertyNames(a).indexOf("regeneratorRuntime")>=0,i=r&&a.regeneratorRuntime;if(a.regeneratorRuntime=void 0,e.exports=n("SldL"),r)a.regeneratorRuntime=i;else try{delete a.regeneratorRuntime}catch(e){a.regeneratorRuntime=void 0}},stJZ:function(e,t){},"y+wA":function(e,t){}});
\ No newline at end of file
webpackJsonp([8],{"2X9c":function(t,s,i){t.exports=i.p+"static/img/error_500.ed0cba4.svg"},FskK:function(t,s,i){"use strict";Object.defineProperty(s,"__esModule",{value:!0});var a=i("2X9c"),e=i.n(a),n={name:"page500",data:function(){return{img_500:e.a}},computed:{message:function(){return"抱歉,服务器出错了"}}},c={render:function(){var t=this.$createElement,s=this._self._c||t;return s("div",{staticStyle:{background:"#f0f2f5","margin-top":"-20px",height:"100%"}},[s("div",{staticClass:"wscn-http404"},[s("div",{staticClass:"pic-404"},[s("img",{staticClass:"pic-404__parent",attrs:{src:this.img_500,alt:"500"}})]),this._v(" "),s("div",{staticClass:"bullshit"},[s("div",{staticClass:"bullshit__headline"},[this._v(this._s(this.message))]),this._v(" "),s("a",{staticClass:"bullshit__return-home",attrs:{href:"#/companyGroup"}},[this._v("返回首页")])])])])},staticRenderFns:[]};var r=i("VU/8")(n,c,!1,function(t){i("wJ+N")},"data-v-d1f21788",null);s.default=r.exports},"wJ+N":function(t,s){}});
\ No newline at end of file
webpackJsonp([7],{"2X9c":function(t,s,i){t.exports=i.p+"static/img/error_500.ed0cba4.svg"},FskK:function(t,s,i){"use strict";Object.defineProperty(s,"__esModule",{value:!0});var a=i("2X9c"),e=i.n(a),n={name:"page500",data:function(){return{img_500:e.a}},computed:{message:function(){return"抱歉,服务器出错了"}}},c={render:function(){var t=this.$createElement,s=this._self._c||t;return s("div",{staticStyle:{background:"#f0f2f5","margin-top":"-20px",height:"100%"}},[s("div",{staticClass:"wscn-http404"},[s("div",{staticClass:"pic-404"},[s("img",{staticClass:"pic-404__parent",attrs:{src:this.img_500,alt:"500"}})]),this._v(" "),s("div",{staticClass:"bullshit"},[s("div",{staticClass:"bullshit__headline"},[this._v(this._s(this.message))]),this._v(" "),s("a",{staticClass:"bullshit__return-home",attrs:{href:"#/companyGroup"}},[this._v("返回首页")])])])])},staticRenderFns:[]};var r=i("VU/8")(n,c,!1,function(t){i("wJ+N")},"data-v-d1f21788",null);s.default=r.exports},"wJ+N":function(t,s){}});
\ No newline at end of file
webpackJsonp([7],{"8Cff":function(e,t){},EFqf:function(e,t,n){(function(t){!function(t){"use strict";var n={newline:/^\n+/,code:/^( {4}[^\n]+\n*)+/,fences:/^ {0,3}(`{3,}|~{3,})([^`~\n]*)\n(?:|([\s\S]*?)\n)(?: {0,3}\1[~`]* *(?:\n+|$)|$)/,hr:/^ {0,3}((?:- *){3,}|(?:_ *){3,}|(?:\* *){3,})(?:\n+|$)/,heading:/^ {0,3}(#{1,6}) +([^\n]*?)(?: +#+)? *(?:\n+|$)/,blockquote:/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/,list:/^( {0,3})(bull) [\s\S]+?(?:hr|def|\n{2,}(?! )(?!\1bull )\n*|\s*$)/,html:"^ {0,3}(?:<(script|pre|style)[\\s>][\\s\\S]*?(?:</\\1>[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?\\?>\\n*|<![A-Z][\\s\\S]*?>\\n*|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>\\n*|</?(tag)(?: +|\\n|/?>)[\\s\\S]*?(?:\\n{2,}|$)|<(?!script|pre|style)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:\\n{2,}|$)|</(?!script|pre|style)[a-z][\\w-]*\\s*>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:\\n{2,}|$))",def:/^ {0,3}\[(label)\]: *\n? *<?([^\s>]+)>?(?:(?: +\n? *| *\n *)(title))? *(?:\n+|$)/,nptable:m,table:m,lheading:/^([^\n]+)\n {0,3}(=+|-+) *(?:\n+|$)/,_paragraph:/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html)[^\n]+)*)/,text:/^[^\n]+/};function r(e){this.tokens=[],this.tokens.links=Object.create(null),this.options=e||w.defaults,this.rules=n.normal,this.options.pedantic?this.rules=n.pedantic:this.options.gfm&&(this.rules=n.gfm)}n._label=/(?!\s*\])(?:\\[\[\]]|[^\[\]])+/,n._title=/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/,n.def=u(n.def).replace("label",n._label).replace("title",n._title).getRegex(),n.bullet=/(?:[*+-]|\d{1,9}\.)/,n.item=/^( *)(bull) ?[^\n]*(?:\n(?!\1bull ?)[^\n]*)*/,n.item=u(n.item,"gm").replace(/bull/g,n.bullet).getRegex(),n.list=u(n.list).replace(/bull/g,n.bullet).replace("hr","\\n+(?=\\1?(?:(?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$))").replace("def","\\n+(?="+n.def.source+")").getRegex(),n._tag="address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|section|source|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul",n._comment=/<!--(?!-?>)[\s\S]*?-->/,n.html=u(n.html,"i").replace("comment",n._comment).replace("tag",n._tag).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),n.paragraph=u(n._paragraph).replace("hr",n.hr).replace("heading"," {0,3}#{1,6} +").replace("|lheading","").replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}|~{3,})[^`\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|!--)").replace("tag",n._tag).getRegex(),n.blockquote=u(n.blockquote).replace("paragraph",n.paragraph).getRegex(),n.normal=b({},n),n.gfm=b({},n.normal,{nptable:/^ *([^|\n ].*\|.*)\n *([-:]+ *\|[-| :]*)(?:\n((?:.*[^>\n ].*(?:\n|$))*)\n*|$)/,table:/^ *\|(.+)\n *\|?( *[-:]+[-| :]*)(?:\n((?: *[^>\n ].*(?:\n|$))*)\n*|$)/}),n.pedantic=b({},n.normal,{html:u("^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:\"[^\"]*\"|'[^']*'|\\s[^'\"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))").replace("comment",n._comment).replace(/tag/g,"(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *<?([^\s>]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^ *(#{1,6}) *([^\n]+?) *(?:#+ *)?(?:\n+|$)/,fences:m,paragraph:u(n.normal._paragraph).replace("hr",n.hr).replace("heading"," *#{1,6} *[^\n]").replace("lheading",n.lheading).replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").getRegex()}),r.rules=n,r.lex=function(e,t){return new r(t).lex(e)},r.prototype.lex=function(e){return e=e.replace(/\r\n|\r/g,"\n").replace(/\t/g," ").replace(/\u00a0/g," ").replace(/\u2424/g,"\n"),this.token(e,!0)},r.prototype.token=function(e,t){var r,s,i,a,l,o,h,p,u,g,d,f,m,b,_,y;for(e=e.replace(/^ +$/gm,"");e;)if((i=this.rules.newline.exec(e))&&(e=e.substring(i[0].length),i[0].length>1&&this.tokens.push({type:"space"})),i=this.rules.code.exec(e)){var w=this.tokens[this.tokens.length-1];e=e.substring(i[0].length),w&&"paragraph"===w.type?w.text+="\n"+i[0].trimRight():(i=i[0].replace(/^ {4}/gm,""),this.tokens.push({type:"code",codeBlockStyle:"indented",text:this.options.pedantic?i:x(i,"\n")}))}else if(i=this.rules.fences.exec(e))e=e.substring(i[0].length),this.tokens.push({type:"code",lang:i[2]?i[2].trim():i[2],text:i[3]||""});else if(i=this.rules.heading.exec(e))e=e.substring(i[0].length),this.tokens.push({type:"heading",depth:i[1].length,text:i[2]});else if((i=this.rules.nptable.exec(e))&&(o={type:"table",header:k(i[1].replace(/^ *| *\| *$/g,"")),align:i[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:i[3]?i[3].replace(/\n$/,"").split("\n"):[]}).header.length===o.align.length){for(e=e.substring(i[0].length),d=0;d<o.align.length;d++)/^ *-+: *$/.test(o.align[d])?o.align[d]="right":/^ *:-+: *$/.test(o.align[d])?o.align[d]="center":/^ *:-+ *$/.test(o.align[d])?o.align[d]="left":o.align[d]=null;for(d=0;d<o.cells.length;d++)o.cells[d]=k(o.cells[d],o.header.length);this.tokens.push(o)}else if(i=this.rules.hr.exec(e))e=e.substring(i[0].length),this.tokens.push({type:"hr"});else if(i=this.rules.blockquote.exec(e))e=e.substring(i[0].length),this.tokens.push({type:"blockquote_start"}),i=i[0].replace(/^ *> ?/gm,""),this.token(i,t),this.tokens.push({type:"blockquote_end"});else if(i=this.rules.list.exec(e)){for(e=e.substring(i[0].length),h={type:"list_start",ordered:b=(a=i[2]).length>1,start:b?+a:"",loose:!1},this.tokens.push(h),p=[],r=!1,m=(i=i[0].match(this.rules.item)).length,d=0;d<m;d++)g=(o=i[d]).length,~(o=o.replace(/^ *([*+-]|\d+\.) */,"")).indexOf("\n ")&&(g-=o.length,o=this.options.pedantic?o.replace(/^ {1,4}/gm,""):o.replace(new RegExp("^ {1,"+g+"}","gm"),"")),d!==m-1&&(l=n.bullet.exec(i[d+1])[0],(a.length>1?1===l.length:l.length>1||this.options.smartLists&&l!==a)&&(e=i.slice(d+1).join("\n")+e,d=m-1)),s=r||/\n\n(?!\s*$)/.test(o),d!==m-1&&(r="\n"===o.charAt(o.length-1),s||(s=r)),s&&(h.loose=!0),y=void 0,(_=/^\[[ xX]\] /.test(o))&&(y=" "!==o[1],o=o.replace(/^\[[ xX]\] +/,"")),u={type:"list_item_start",task:_,checked:y,loose:s},p.push(u),this.tokens.push(u),this.token(o,!1),this.tokens.push({type:"list_item_end"});if(h.loose)for(m=p.length,d=0;d<m;d++)p[d].loose=!0;this.tokens.push({type:"list_end"})}else if(i=this.rules.html.exec(e))e=e.substring(i[0].length),this.tokens.push({type:this.options.sanitize?"paragraph":"html",pre:!this.options.sanitizer&&("pre"===i[1]||"script"===i[1]||"style"===i[1]),text:this.options.sanitize?this.options.sanitizer?this.options.sanitizer(i[0]):c(i[0]):i[0]});else if(t&&(i=this.rules.def.exec(e)))e=e.substring(i[0].length),i[3]&&(i[3]=i[3].substring(1,i[3].length-1)),f=i[1].toLowerCase().replace(/\s+/g," "),this.tokens.links[f]||(this.tokens.links[f]={href:i[2],title:i[3]});else if((i=this.rules.table.exec(e))&&(o={type:"table",header:k(i[1].replace(/^ *| *\| *$/g,"")),align:i[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:i[3]?i[3].replace(/\n$/,"").split("\n"):[]}).header.length===o.align.length){for(e=e.substring(i[0].length),d=0;d<o.align.length;d++)/^ *-+: *$/.test(o.align[d])?o.align[d]="right":/^ *:-+: *$/.test(o.align[d])?o.align[d]="center":/^ *:-+ *$/.test(o.align[d])?o.align[d]="left":o.align[d]=null;for(d=0;d<o.cells.length;d++)o.cells[d]=k(o.cells[d].replace(/^ *\| *| *\| *$/g,""),o.header.length);this.tokens.push(o)}else if(i=this.rules.lheading.exec(e))e=e.substring(i[0].length),this.tokens.push({type:"heading",depth:"="===i[2].charAt(0)?1:2,text:i[1]});else if(t&&(i=this.rules.paragraph.exec(e)))e=e.substring(i[0].length),this.tokens.push({type:"paragraph",text:"\n"===i[1].charAt(i[1].length-1)?i[1].slice(0,-1):i[1]});else if(i=this.rules.text.exec(e))e=e.substring(i[0].length),this.tokens.push({type:"text",text:i[0]});else if(e)throw new Error("Infinite loop on byte: "+e.charCodeAt(0));return this.tokens};var s={escape:/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,autolink:/^<(scheme:[^\s\x00-\x1f<>]*|email)>/,url:m,tag:"^comment|^</[a-zA-Z][\\w:-]*\\s*>|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^<![a-zA-Z]+\\s[\\s\\S]*?>|^<!\\[CDATA\\[[\\s\\S]*?\\]\\]>",link:/^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/,reflink:/^!?\[(label)\]\[(?!\s*\])((?:\\[\[\]]?|[^\[\]\\])+)\]/,nolink:/^!?\[(?!\s*\])((?:\[[^\[\]]*\]|\\[\[\]]|[^\[\]])*)\](?:\[\])?/,strong:/^__([^\s_])__(?!_)|^\*\*([^\s*])\*\*(?!\*)|^__([^\s][\s\S]*?[^\s])__(?!_)|^\*\*([^\s][\s\S]*?[^\s])\*\*(?!\*)/,em:/^_([^\s_])_(?!_)|^\*([^\s*<\[])\*(?!\*)|^_([^\s<][\s\S]*?[^\s_])_(?!_|[^\spunctuation])|^_([^\s_<][\s\S]*?[^\s])_(?!_|[^\spunctuation])|^\*([^\s<"][\s\S]*?[^\s\*])\*(?!\*|[^\spunctuation])|^\*([^\s*"<\[][\s\S]*?[^\s])\*(?!\*)/,code:/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,br:/^( {2,}|\\)\n(?!\s*$)/,del:m,text:/^(`+|[^`])(?:[\s\S]*?(?:(?=[\\<!\[`*]|\b_|$)|[^ ](?= {2,}\n))|(?= {2,}\n))/};function i(e,t){if(this.options=t||w.defaults,this.links=e,this.rules=s.normal,this.renderer=this.options.renderer||new a,this.renderer.options=this.options,!this.links)throw new Error("Tokens array requires a `links` property.");this.options.pedantic?this.rules=s.pedantic:this.options.gfm&&(this.options.breaks?this.rules=s.breaks:this.rules=s.gfm)}function a(e){this.options=e||w.defaults}function l(){}function o(e){this.tokens=[],this.token=null,this.options=e||w.defaults,this.options.renderer=this.options.renderer||new a,this.renderer=this.options.renderer,this.renderer.options=this.options,this.slugger=new h}function h(){this.seen={}}function c(e,t){if(t){if(c.escapeTest.test(e))return e.replace(c.escapeReplace,function(e){return c.replacements[e]})}else if(c.escapeTestNoEncode.test(e))return e.replace(c.escapeReplaceNoEncode,function(e){return c.replacements[e]});return e}function p(e){return e.replace(/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/gi,function(e,t){return"colon"===(t=t.toLowerCase())?":":"#"===t.charAt(0)?"x"===t.charAt(1)?String.fromCharCode(parseInt(t.substring(2),16)):String.fromCharCode(+t.substring(1)):""})}function u(e,t){return e=e.source||e,t=t||"",{replace:function(t,n){return n=(n=n.source||n).replace(/(^|[^\[])\^/g,"$1"),e=e.replace(t,n),this},getRegex:function(){return new RegExp(e,t)}}}function g(e,t,n){if(e){try{var r=decodeURIComponent(p(n)).replace(/[^\w:]/g,"").toLowerCase()}catch(e){return null}if(0===r.indexOf("javascript:")||0===r.indexOf("vbscript:")||0===r.indexOf("data:"))return null}t&&!f.test(n)&&(n=function(e,t){d[" "+e]||(/^[^:]+:\/*[^/]*$/.test(e)?d[" "+e]=e+"/":d[" "+e]=x(e,"/",!0));return e=d[" "+e],"//"===t.slice(0,2)?e.replace(/:[\s\S]*/,":")+t:"/"===t.charAt(0)?e.replace(/(:\/*[^/]*)[\s\S]*/,"$1")+t:e+t}(t,n));try{n=encodeURI(n).replace(/%25/g,"%")}catch(e){return null}return n}s._punctuation="!\"#$%&'()*+,\\-./:;<=>?@\\[^_{|}~",s.em=u(s.em).replace(/punctuation/g,s._punctuation).getRegex(),s._escapes=/\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/g,s._scheme=/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/,s._email=/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/,s.autolink=u(s.autolink).replace("scheme",s._scheme).replace("email",s._email).getRegex(),s._attribute=/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/,s.tag=u(s.tag).replace("comment",n._comment).replace("attribute",s._attribute).getRegex(),s._label=/(?:\[[^\[\]]*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,s._href=/<(?:\\[<>]?|[^\s<>\\])*>|[^\s\x00-\x1f]*/,s._title=/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/,s.link=u(s.link).replace("label",s._label).replace("href",s._href).replace("title",s._title).getRegex(),s.reflink=u(s.reflink).replace("label",s._label).getRegex(),s.normal=b({},s),s.pedantic=b({},s.normal,{strong:/^__(?=\S)([\s\S]*?\S)__(?!_)|^\*\*(?=\S)([\s\S]*?\S)\*\*(?!\*)/,em:/^_(?=\S)([\s\S]*?\S)_(?!_)|^\*(?=\S)([\s\S]*?\S)\*(?!\*)/,link:u(/^!?\[(label)\]\((.*?)\)/).replace("label",s._label).getRegex(),reflink:u(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",s._label).getRegex()}),s.gfm=b({},s.normal,{escape:u(s.escape).replace("])","~|])").getRegex(),_extended_email:/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/,url:/^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/,_backpedal:/(?:[^?!.,:;*_~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_~)]+(?!$))+/,del:/^~+(?=\S)([\s\S]*?\S)~+/,text:/^(`+|[^`])(?:[\s\S]*?(?:(?=[\\<!\[`*~]|\b_|https?:\/\/|ftp:\/\/|www\.|$)|[^ ](?= {2,}\n)|[^a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-](?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@))|(?= {2,}\n|[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@))/}),s.gfm.url=u(s.gfm.url,"i").replace("email",s.gfm._extended_email).getRegex(),s.breaks=b({},s.gfm,{br:u(s.br).replace("{2,}","*").getRegex(),text:u(s.gfm.text).replace("\\b_","\\b_| {2,}\\n").replace(/\{2,\}/g,"*").getRegex()}),i.rules=s,i.output=function(e,t,n){return new i(t,n).output(e)},i.prototype.output=function(e){for(var t,n,r,s,a,l,o="";e;)if(a=this.rules.escape.exec(e))e=e.substring(a[0].length),o+=c(a[1]);else if(a=this.rules.tag.exec(e))!this.inLink&&/^<a /i.test(a[0])?this.inLink=!0:this.inLink&&/^<\/a>/i.test(a[0])&&(this.inLink=!1),!this.inRawBlock&&/^<(pre|code|kbd|script)(\s|>)/i.test(a[0])?this.inRawBlock=!0:this.inRawBlock&&/^<\/(pre|code|kbd|script)(\s|>)/i.test(a[0])&&(this.inRawBlock=!1),e=e.substring(a[0].length),o+=this.options.sanitize?this.options.sanitizer?this.options.sanitizer(a[0]):c(a[0]):a[0];else if(a=this.rules.link.exec(e)){var h=_(a[2],"()");if(h>-1){var p=4+a[1].length+h;a[2]=a[2].substring(0,h),a[0]=a[0].substring(0,p).trim(),a[3]=""}e=e.substring(a[0].length),this.inLink=!0,r=a[2],this.options.pedantic?(t=/^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(r))?(r=t[1],s=t[3]):s="":s=a[3]?a[3].slice(1,-1):"",r=r.trim().replace(/^<([\s\S]*)>$/,"$1"),o+=this.outputLink(a,{href:i.escapes(r),title:i.escapes(s)}),this.inLink=!1}else if((a=this.rules.reflink.exec(e))||(a=this.rules.nolink.exec(e))){if(e=e.substring(a[0].length),t=(a[2]||a[1]).replace(/\s+/g," "),!(t=this.links[t.toLowerCase()])||!t.href){o+=a[0].charAt(0),e=a[0].substring(1)+e;continue}this.inLink=!0,o+=this.outputLink(a,t),this.inLink=!1}else if(a=this.rules.strong.exec(e))e=e.substring(a[0].length),o+=this.renderer.strong(this.output(a[4]||a[3]||a[2]||a[1]));else if(a=this.rules.em.exec(e))e=e.substring(a[0].length),o+=this.renderer.em(this.output(a[6]||a[5]||a[4]||a[3]||a[2]||a[1]));else if(a=this.rules.code.exec(e))e=e.substring(a[0].length),o+=this.renderer.codespan(c(a[2].trim(),!0));else if(a=this.rules.br.exec(e))e=e.substring(a[0].length),o+=this.renderer.br();else if(a=this.rules.del.exec(e))e=e.substring(a[0].length),o+=this.renderer.del(this.output(a[1]));else if(a=this.rules.autolink.exec(e))e=e.substring(a[0].length),r="@"===a[2]?"mailto:"+(n=c(this.mangle(a[1]))):n=c(a[1]),o+=this.renderer.link(r,null,n);else if(this.inLink||!(a=this.rules.url.exec(e))){if(a=this.rules.text.exec(e))e=e.substring(a[0].length),this.inRawBlock?o+=this.renderer.text(this.options.sanitize?this.options.sanitizer?this.options.sanitizer(a[0]):c(a[0]):a[0]):o+=this.renderer.text(c(this.smartypants(a[0])));else if(e)throw new Error("Infinite loop on byte: "+e.charCodeAt(0))}else{if("@"===a[2])r="mailto:"+(n=c(a[0]));else{do{l=a[0],a[0]=this.rules._backpedal.exec(a[0])[0]}while(l!==a[0]);n=c(a[0]),r="www."===a[1]?"http://"+n:n}e=e.substring(a[0].length),o+=this.renderer.link(r,null,n)}return o},i.escapes=function(e){return e?e.replace(i.rules._escapes,"$1"):e},i.prototype.outputLink=function(e,t){var n=t.href,r=t.title?c(t.title):null;return"!"!==e[0].charAt(0)?this.renderer.link(n,r,this.output(e[1])):this.renderer.image(n,r,c(e[1]))},i.prototype.smartypants=function(e){return this.options.smartypants?e.replace(/---/g,"—").replace(/--/g,"–").replace(/(^|[-\u2014/(\[{"\s])'/g,"$1‘").replace(/'/g,"’").replace(/(^|[-\u2014/(\[{\u2018\s])"/g,"$1“").replace(/"/g,"”").replace(/\.{3}/g,"…"):e},i.prototype.mangle=function(e){if(!this.options.mangle)return e;for(var t,n="",r=e.length,s=0;s<r;s++)t=e.charCodeAt(s),Math.random()>.5&&(t="x"+t.toString(16)),n+="&#"+t+";";return n},a.prototype.code=function(e,t,n){var r=(t||"").match(/\S*/)[0];if(this.options.highlight){var s=this.options.highlight(e,r);null!=s&&s!==e&&(n=!0,e=s)}return r?'<pre><code class="'+this.options.langPrefix+c(r,!0)+'">'+(n?e:c(e,!0))+"</code></pre>\n":"<pre><code>"+(n?e:c(e,!0))+"</code></pre>"},a.prototype.blockquote=function(e){return"<blockquote>\n"+e+"</blockquote>\n"},a.prototype.html=function(e){return e},a.prototype.heading=function(e,t,n,r){return this.options.headerIds?"<h"+t+' id="'+this.options.headerPrefix+r.slug(n)+'">'+e+"</h"+t+">\n":"<h"+t+">"+e+"</h"+t+">\n"},a.prototype.hr=function(){return this.options.xhtml?"<hr/>\n":"<hr>\n"},a.prototype.list=function(e,t,n){var r=t?"ol":"ul";return"<"+r+(t&&1!==n?' start="'+n+'"':"")+">\n"+e+"</"+r+">\n"},a.prototype.listitem=function(e){return"<li>"+e+"</li>\n"},a.prototype.checkbox=function(e){return"<input "+(e?'checked="" ':"")+'disabled="" type="checkbox"'+(this.options.xhtml?" /":"")+"> "},a.prototype.paragraph=function(e){return"<p>"+e+"</p>\n"},a.prototype.table=function(e,t){return t&&(t="<tbody>"+t+"</tbody>"),"<table>\n<thead>\n"+e+"</thead>\n"+t+"</table>\n"},a.prototype.tablerow=function(e){return"<tr>\n"+e+"</tr>\n"},a.prototype.tablecell=function(e,t){var n=t.header?"th":"td";return(t.align?"<"+n+' align="'+t.align+'">':"<"+n+">")+e+"</"+n+">\n"},a.prototype.strong=function(e){return"<strong>"+e+"</strong>"},a.prototype.em=function(e){return"<em>"+e+"</em>"},a.prototype.codespan=function(e){return"<code>"+e+"</code>"},a.prototype.br=function(){return this.options.xhtml?"<br/>":"<br>"},a.prototype.del=function(e){return"<del>"+e+"</del>"},a.prototype.link=function(e,t,n){if(null===(e=g(this.options.sanitize,this.options.baseUrl,e)))return n;var r='<a href="'+c(e)+'"';return t&&(r+=' title="'+t+'"'),r+=">"+n+"</a>"},a.prototype.image=function(e,t,n){if(null===(e=g(this.options.sanitize,this.options.baseUrl,e)))return n;var r='<img src="'+e+'" alt="'+n+'"';return t&&(r+=' title="'+t+'"'),r+=this.options.xhtml?"/>":">"},a.prototype.text=function(e){return e},l.prototype.strong=l.prototype.em=l.prototype.codespan=l.prototype.del=l.prototype.text=function(e){return e},l.prototype.link=l.prototype.image=function(e,t,n){return""+n},l.prototype.br=function(){return""},o.parse=function(e,t){return new o(t).parse(e)},o.prototype.parse=function(e){this.inline=new i(e.links,this.options),this.inlineText=new i(e.links,b({},this.options,{renderer:new l})),this.tokens=e.reverse();for(var t="";this.next();)t+=this.tok();return t},o.prototype.next=function(){return this.token=this.tokens.pop(),this.token},o.prototype.peek=function(){return this.tokens[this.tokens.length-1]||0},o.prototype.parseText=function(){for(var e=this.token.text;"text"===this.peek().type;)e+="\n"+this.next().text;return this.inline.output(e)},o.prototype.tok=function(){switch(this.token.type){case"space":return"";case"hr":return this.renderer.hr();case"heading":return this.renderer.heading(this.inline.output(this.token.text),this.token.depth,p(this.inlineText.output(this.token.text)),this.slugger);case"code":return this.renderer.code(this.token.text,this.token.lang,this.token.escaped);case"table":var e,t,n,r,s="",i="";for(n="",e=0;e<this.token.header.length;e++)n+=this.renderer.tablecell(this.inline.output(this.token.header[e]),{header:!0,align:this.token.align[e]});for(s+=this.renderer.tablerow(n),e=0;e<this.token.cells.length;e++){for(t=this.token.cells[e],n="",r=0;r<t.length;r++)n+=this.renderer.tablecell(this.inline.output(t[r]),{header:!1,align:this.token.align[r]});i+=this.renderer.tablerow(n)}return this.renderer.table(s,i);case"blockquote_start":for(i="";"blockquote_end"!==this.next().type;)i+=this.tok();return this.renderer.blockquote(i);case"list_start":i="";for(var a=this.token.ordered,l=this.token.start;"list_end"!==this.next().type;)i+=this.tok();return this.renderer.list(i,a,l);case"list_item_start":i="";var o=this.token.loose,h=this.token.checked,c=this.token.task;for(this.token.task&&(i+=this.renderer.checkbox(h));"list_item_end"!==this.next().type;)i+=o||"text"!==this.token.type?this.tok():this.parseText();return this.renderer.listitem(i,c,h);case"html":return this.renderer.html(this.token.text);case"paragraph":return this.renderer.paragraph(this.inline.output(this.token.text));case"text":return this.renderer.paragraph(this.parseText());default:var u='Token with "'+this.token.type+'" type was not found.';if(!this.options.silent)throw new Error(u);console.log(u)}},h.prototype.slug=function(e){var t=e.toLowerCase().trim().replace(/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&()*+,./:;<=>?@[\]^`{|}~]/g,"").replace(/\s/g,"-");if(this.seen.hasOwnProperty(t)){var n=t;do{this.seen[n]++,t=n+"-"+this.seen[n]}while(this.seen.hasOwnProperty(t))}return this.seen[t]=0,t},c.escapeTest=/[&<>"']/,c.escapeReplace=/[&<>"']/g,c.replacements={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},c.escapeTestNoEncode=/[<>"']|&(?!#?\w+;)/,c.escapeReplaceNoEncode=/[<>"']|&(?!#?\w+;)/g;var d={},f=/^$|^[a-z][a-z0-9+.-]*:|^[?#]/i;function m(){}function b(e){for(var t,n,r=1;r<arguments.length;r++)for(n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}function k(e,t){var n=e.replace(/\|/g,function(e,t,n){for(var r=!1,s=t;--s>=0&&"\\"===n[s];)r=!r;return r?"|":" |"}).split(/ \|/),r=0;if(n.length>t)n.splice(t);else for(;n.length<t;)n.push("");for(;r<n.length;r++)n[r]=n[r].trim().replace(/\\\|/g,"|");return n}function x(e,t,n){if(0===e.length)return"";for(var r=0;r<e.length;){var s=e.charAt(e.length-r-1);if(s!==t||n){if(s===t||!n)break;r++}else r++}return e.substr(0,e.length-r)}function _(e,t){if(-1===e.indexOf(t[1]))return-1;for(var n=0,r=0;r<e.length;r++)if("\\"===e[r])r++;else if(e[r]===t[0])n++;else if(e[r]===t[1]&&--n<0)return r;return-1}function y(e){e&&e.sanitize&&!e.silent&&console.warn("marked(): sanitize and sanitizer parameters are deprecated since version 0.7.0, should not be used and will be removed in the future. Read more here: https://marked.js.org/#/USING_ADVANCED.md#options")}function w(e,t,n){if(void 0===e||null===e)throw new Error("marked(): input parameter is undefined or null");if("string"!=typeof e)throw new Error("marked(): input parameter is of type "+Object.prototype.toString.call(e)+", string expected");if(n||"function"==typeof t){n||(n=t,t=null),y(t=b({},w.defaults,t||{}));var s,i,a=t.highlight,l=0;try{s=r.lex(e,t)}catch(e){return n(e)}i=s.length;var h=function(e){if(e)return t.highlight=a,n(e);var r;try{r=o.parse(s,t)}catch(t){e=t}return t.highlight=a,e?n(e):n(null,r)};if(!a||a.length<3)return h();if(delete t.highlight,!i)return h();for(;l<s.length;l++)!function(e){"code"!==e.type?--i||h():a(e.text,e.lang,function(t,n){return t?h(t):null==n||n===e.text?--i||h():(e.text=n,e.escaped=!0,void(--i||h()))})}(s[l])}else try{return t&&(t=b({},w.defaults,t)),y(t),o.parse(r.lex(e,t),t)}catch(e){if(e.message+="\nPlease report this to https://github.com/markedjs/marked.",(t||w.defaults).silent)return"<p>An error occurred:</p><pre>"+c(e.message+"",!0)+"</pre>";throw e}}m.exec=m,w.options=w.setOptions=function(e){return b(w.defaults,e),w},w.getDefaults=function(){return{baseUrl:null,breaks:!1,gfm:!0,headerIds:!0,headerPrefix:"",highlight:null,langPrefix:"language-",mangle:!0,pedantic:!1,renderer:new a,sanitize:!1,sanitizer:null,silent:!1,smartLists:!1,smartypants:!1,xhtml:!1}},w.defaults=w.getDefaults(),w.Parser=o,w.parser=o.parse,w.Renderer=a,w.TextRenderer=l,w.Lexer=r,w.lexer=r.lex,w.InlineLexer=i,w.inlineLexer=i.output,w.Slugger=h,w.parse=w,e.exports=w}(this||"undefined"!=typeof window&&window)}).call(t,n("DuR2"))},m2x8:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r={name:"arrow-nav-bread",props:{menuData:{type:[Array,Object],default:function(){return[]}}},data:function(){return{requestProject:"openPlatform",titleData:[]}},watch:{menuData:function(e){e&&(this.titleData=e)}},mounted:function(){this.menuData&&(this.titleData=this.menuData)},methods:{changeRoute:function(e){this.$router.push(e)},redirectRoute:function(e){e&&this.changeRoute(e)}}},s={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"right-content-top border-box"},[n("div",{staticClass:"right-top-wrap flex flex-row flex-space-between flex-pack-center"},[n("div",{staticClass:"right-top-wrap_left flex flex-pack-center"},[n("div",{staticClass:"el-breadcrumb",attrs:{"aria-label":"Breadcrumb",role:"navigation"}},[e._l(e.titleData,function(t,r){return[n("span",{key:r,staticClass:"el-breadcrumb__item",on:{click:function(n){e.redirectRoute(t.path)}}},[n("span",{class:["el-breadcrumb__inner",t.path?"is-link":""],attrs:{role:"link"}},[e._v(e._s(t.name))]),e._v(" "),n("i",{staticClass:"el-breadcrumb__separator el-icon-arrow-right"})])]})],2)])])])},staticRenderFns:[]};var i=n("VU/8")(r,s,!1,function(e){n("8Cff")},"data-v-52a5e988",null).exports,a=n("auNG"),l=n("LlAa"),o=n("EFqf"),h=n.n(o),c={components:{arrowNavBread:i},data:function(){return{menuData:[{path:"/noticeList",name:"公告列表"},{path:"",name:"公告详情"}],noticeData:{groupName:"",title:""}}},methods:{getData:function(){var e=this,t={noticeId:e.$route.query.noticeId};Object(a.a)(t).then(function(t){var n=t.data;if("0000"==n.code)return n.result.content=h()(n.result.content),void(e.noticeData=n.result||{});l.a.errorMsg(n)}).catch(function(t){e.$message.error({duration:1e3,message:t.message})})}},mounted:function(){this.getData()}},p={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"notice-detail"},[n("div",{staticClass:"common-body"},[n("arrow-nav-bread",{attrs:{menuData:e.menuData}}),e._v(" "),n("div",{staticClass:"notice-detail-body"},[n("h2",[e._v("【"+e._s(e.noticeData.groupName)+"】"+e._s(e.noticeData.title))]),e._v(" "),n("div",{staticClass:"notice-detail-content"},[n("div",{staticClass:"markdown-content",domProps:{innerHTML:e._s(e.noticeData.content)}})]),e._v(" "),n("p",{staticClass:"notice-oprate font-14 color-0a1633"},[e._v(e._s(e.noticeData.operatorName))]),e._v(" "),n("p",{staticClass:"notice-date font-14 color-0a1633"},[e._v(e._s(e._f("timeStampToLineYmd")(e.noticeData.effectiveTime)))])])],1)])},staticRenderFns:[]};var u=n("VU/8")(c,p,!1,function(e){n("wfT9")},"data-v-680c8ae9",null);t.default=u.exports},wfT9:function(e,t){}});
\ No newline at end of file
webpackJsonp([8],{"8Cff":function(t,e){},"R8S/":function(t,e){},m2x8:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n={name:"arrow-nav-bread",props:{menuData:{type:[Array,Object],default:function(){return[]}}},data:function(){return{requestProject:"openPlatform",titleData:[]}},watch:{menuData:function(t){t&&(this.titleData=t)}},mounted:function(){this.menuData&&(this.titleData=this.menuData)},methods:{changeRoute:function(t){this.$router.push(t)},redirectRoute:function(t){t&&this.changeRoute(t)}}},r={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"right-content-top border-box"},[a("div",{staticClass:"right-top-wrap flex flex-row flex-space-between flex-pack-center"},[a("div",{staticClass:"right-top-wrap_left flex flex-pack-center"},[a("div",{staticClass:"el-breadcrumb",attrs:{"aria-label":"Breadcrumb",role:"navigation"}},[t._l(t.titleData,function(e,n){return[a("span",{key:n,staticClass:"el-breadcrumb__item",on:{click:function(a){t.redirectRoute(e.path)}}},[a("span",{class:["el-breadcrumb__inner",e.path?"is-link":""],attrs:{role:"link"}},[t._v(t._s(e.name))]),t._v(" "),a("i",{staticClass:"el-breadcrumb__separator el-icon-arrow-right"})])]})],2)])])])},staticRenderFns:[]};var i=a("VU/8")(n,r,!1,function(t){a("8Cff")},"data-v-52a5e988",null).exports,o=a("auNG"),s=a("LlAa"),c={components:{arrowNavBread:i},data:function(){return{menuData:[{path:"/noticeList",name:"公告列表"},{path:"",name:"公告详情"}],noticeData:{groupName:"",htmlContent:"",title:""}}},methods:{getData:function(){var t=this,e={noticeId:t.$route.query.noticeId};Object(o.a)(e).then(function(e){var a=e.data;"0000"!=a.code?s.a.errorMsg(a):t.noticeData=a.result||{}}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})}},mounted:function(){this.getData()}},l={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"notice-detail"},[a("div",{staticClass:"common-body"},[a("arrow-nav-bread",{attrs:{menuData:t.menuData}}),t._v(" "),a("div",{staticClass:"notice-detail-body"},[a("h2",[t._v("【"+t._s(t.noticeData.groupName)+"】"+t._s(t.noticeData.title))]),t._v(" "),a("div",{staticClass:"notice-detail-content"},[a("div",{staticClass:"markdown-content",domProps:{innerHTML:t._s(t.noticeData.htmlContent)}})]),t._v(" "),a("p",{staticClass:"notice-oprate font-14 color-0a1633"},[t._v(t._s(t.noticeData.operatorName))]),t._v(" "),a("p",{staticClass:"notice-date font-14 color-0a1633"},[t._v(t._s(t._f("timeStampToLineYmd")(t.noticeData.effectiveTime)))])])],1)])},staticRenderFns:[]};var u=a("VU/8")(c,l,!1,function(t){a("R8S/")},"data-v-44e7cb02",null);e.default=u.exports}});
\ No newline at end of file
webpackJsonp([12],{"/NA0":function(e,t){},0:function(e,t,n){n("j1ja"),e.exports=n("NHnr")},"4qCZ":function(e,t){},"5tgt":function(e,t,n){e.exports=function(e,t){return function(o){n("Opzk")("./"+e+"/"+t+".vue").then(function(e){o(e)})}}},NHnr:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n("fZjL"),a=n.n(o),r=(n("j1ja"),n("hKoQ")),i=n.n(r),u={render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",{attrs:{id:"app"}},[t("transition",{attrs:{name:"fade",mode:"out-in"}},[t("router-view")],1)],1)},staticRenderFns:[]};var s=n("VU/8")({name:"App",data:function(){return{}}},u,!1,function(e){n("/NA0")},null,null).exports,c=n("lRwf"),f=n.n(c),l=n("pRNm"),m=n.n(l),g=n("5tgt"),p=n.n(g);f.a.use(m.a);var d,v=function(e){n.e(1).then(n.bind(null,"ODjX")).then(function(t){e(t)})},h=[{path:"/",name:"/",redirect:"home"},{path:"/login",name:"登录",component:p()("login","index")},{path:"/index",name:"首页",redirect:"home",component:p()("index","index"),children:[{path:"/home",name:"首页",component:p()("index","home")},{path:"/noticeDetail",name:"公告详情",component:p()("index","noticeDetail")},{path:"/noticeList",name:"公告列表",component:p()("index","noticeList")}]},{path:"/document",name:"文档中心",component:p()("document","index")},{path:"/403",name:"无权访问",component:v},{path:"/404",name:"error404",component:v},{path:"/500",name:"error500",component:v},{path:"*",redirect:"/404",hidden:!0}],I=new m.a({routes:h,scrollBehavior:function(){return{y:0}}}),x=n("zL8q"),D=n.n(x),S=n("Rf8U"),w=n.n(S),M=n("mtWM"),k=n.n(M),R=n("bOdI"),b=n.n(R),H=n("mvHQ"),U=n.n(H),j=n("SJI6"),F=n.n(j);f.a.use(F.a);var T=new F.a.Store({state:{userInfo:{},token:null,title:"",show:!1,bgHeight:window.screen.availHeight-440-24+"px",baseInfo:{},frontInfo:{},backInfo:{},resultInfo:{}},mutations:(d={},b()(d,"login",function(e,t){sessionStorage.token=t,e.token=t}),b()(d,"logout",function(e){sessionStorage.removeItem("token"),e.token=null}),b()(d,"title",function(e,t){e.title=t}),b()(d,"show",function(e,t){e.show=t}),b()(d,"saveUser",function(e,t){localStorage.removeItem("userInfo"),localStorage.setItem("userInfo",U()(t)),e.userInfo=JSON.parse(localStorage.getItem("userInfo"))}),b()(d,"clearUser",function(e){e.userInfo={},localStorage.getItem("userInfo")&&localStorage.removeItem("userInfo")}),b()(d,"saveBase",function(e,t){e.baseInfo=t}),b()(d,"saveFront",function(e,t){e.frontInfo=t}),b()(d,"saveBack",function(e,t){e.backInfo=t}),b()(d,"saveResult",function(e,t){e.resultInfo=t}),b()(d,"clearData",function(e){e.baseInfo={},e.frontInfo={},e.backInfo={},e.resultInfo={}}),d),actions:{saveUserInfo:function(e,t){e.commit("saveUser",t)},clearUserInfo:function(e,t){e.commit("clearUser",t)},saveBaseInfo:function(e,t){e.commit("saveBase",t)},saveFrontInfo:function(e,t){e.commit("saveFront",t)},saveBackInfo:function(e,t){e.commit("saveBack",t)},saveResultInfo:function(e,t){e.commit("saveResult",t)},clearApiData:function(e,t){e.commit("clearData")}}}),V=(n("4qCZ"),n("tvR6"),n("uKUT"),n("Xcu2"),{dateFormat:function(e,t){if(e){e=10===e.toString().length?1e3*e:e;var n=new Date(e),o={"M+":n.getMonth()+1,"D+":n.getDate(),W:"日一二三四五六".charAt(n.getDay()),"h+":n.getHours(),"m+":n.getMinutes(),"s+":n.getSeconds(),"q+":Math.floor((n.getMonth()+3)/3),S:n.getMilliseconds()};for(var a in/(Y+)/.test(t)&&(t=t.replace(RegExp.$1,(n.getFullYear()+"").substr(4-RegExp.$1.length))),o)new RegExp("("+a+")").test(t)&&(t=t.replace(RegExp.$1,1===RegExp.$1.length?o[a]:("00"+o[a]).substr((""+o[a]).length)));return t}},formatTimeStamp:function(e){if(e){var t=new Date(e),n=t.getMonth()+1,o=t.getDate()<10?"0"+t.getDate():t.getDate(),a=n<10?"0"+n:n,r=t.getHours()<10?"0"+t.getHours():t.getHours(),i=t.getMinutes()<10?"0"+t.getMinutes():t.getMinutes(),u=t.getSeconds()<10?"0"+t.getSeconds():t.getSeconds();return t.getFullYear()+"-"+a+"-"+o+" "+r+":"+i+":"+u}},timeStampToYmd:function(e){if(e){var t=new Date(e),n=t.getMonth()+1,o=t.getDate()<10?"0"+t.getDate():t.getDate(),a=n<10?"0"+n:n;return t.getFullYear()+"-"+a+"-"+o}},timeStampToLineYmd:function(e){if(e){var t=new Date(e),n=t.getMonth()+1,o=t.getDate()<10?"0"+t.getDate():t.getDate(),a=n<10?"0"+n:n;return t.getFullYear()+"/"+a+"/"+o}},timeStampToHms:function(e){if(e){var t=new Date(e);return(t.getHours()<10?"0"+t.getHours():t.getHours())+":"+(t.getMinutes()<10?"0"+t.getMinutes():t.getMinutes())+":"+(t.getSeconds()<10?"0"+t.getSeconds():t.getSeconds())}},timeStampToMd:function(e){if(e){var t=new Date(e),n=t.getMonth()+1,o=t.getDate()<10?"0"+t.getDate():t.getDate();return(n<10?"0"+n:n)+"-"+o}}});i.a.polyfill(),Vue.config.productionTip=!1,Vue.use(D.a,{size:"large"}),Vue.use(w.a,k.a),Vue.axios.defaults.withCredentials=!0,a()(V).forEach(function(e){Vue.filter(e,V[e])}),new Vue({el:"#app",router:I,store:T,components:{App:s},template:"<App/>"})},Opzk:function(e,t,n){var o={"./document/index.vue":["UYHc",0,4],"./errorPage/403.vue":["6XGN",9],"./errorPage/404.vue":["AejC",10],"./errorPage/500.vue":["FskK",8],"./errorPage/index.vue":["ODjX",1],"./index/home.vue":["BB8f",0,5],"./index/index.vue":["JXTs",0,2],"./index/noticeDetail.vue":["m2x8",0,7],"./index/noticeList.vue":["U6qK",0,3],"./login/index.vue":["T+/8",0,6]};function a(e){var t=o[e];return t?Promise.all(t.slice(1).map(n.e)).then(function(){return n(t[0])}):Promise.reject(new Error("Cannot find module '"+e+"'."))}a.keys=function(){return Object.keys(o)},a.id="Opzk",e.exports=a},SJI6:function(e,t){e.exports=Vuex},Xcu2:function(e,t){},lRwf:function(e,t){e.exports=Vue},pRNm:function(e,t){e.exports=VueRouter},tvR6:function(e,t){},uKUT:function(e,t){}},[0]);
\ No newline at end of file
webpackJsonp([12],{"/NA0":function(e,t){},0:function(e,t,n){n("j1ja"),e.exports=n("NHnr")},"4qCZ":function(e,t){},"5tgt":function(e,t,n){e.exports=function(e,t){return function(o){n("Opzk")("./"+e+"/"+t+".vue").then(function(e){o(e)})}}},NHnr:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n("fZjL"),a=n.n(o),r=(n("j1ja"),n("hKoQ")),i=n.n(r),u={render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",{attrs:{id:"app"}},[t("transition",{attrs:{name:"fade",mode:"out-in"}},[t("router-view")],1)],1)},staticRenderFns:[]};var s=n("VU/8")({name:"App",data:function(){return{}}},u,!1,function(e){n("/NA0")},null,null).exports,c=n("lRwf"),f=n.n(c),l=n("pRNm"),m=n.n(l),g=n("5tgt"),p=n.n(g);f.a.use(m.a);var d,v=function(e){n.e(1).then(n.bind(null,"ODjX")).then(function(t){e(t)})},h=[{path:"/",name:"/",redirect:"home"},{path:"/login",name:"登录",component:p()("login","index")},{path:"/index",name:"首页",redirect:"home",component:p()("index","index"),children:[{path:"/home",name:"首页",component:p()("index","home")},{path:"/noticeDetail",name:"公告详情",component:p()("index","noticeDetail")},{path:"/noticeList",name:"公告列表",component:p()("index","noticeList")}]},{path:"/document",name:"文档中心",component:p()("document","index")},{path:"/403",name:"无权访问",component:v},{path:"/404",name:"error404",component:v},{path:"/500",name:"error500",component:v},{path:"*",redirect:"/404",hidden:!0}],I=new m.a({routes:h,scrollBehavior:function(){return{y:0}}}),x=n("zL8q"),D=n.n(x),S=n("Rf8U"),w=n.n(S),M=n("mtWM"),k=n.n(M),R=n("bOdI"),b=n.n(R),H=n("mvHQ"),U=n.n(H),j=n("SJI6"),F=n.n(j);f.a.use(F.a);var T=new F.a.Store({state:{userInfo:{},token:null,title:"",show:!1,bgHeight:window.screen.availHeight-440-24+"px",baseInfo:{},frontInfo:{},backInfo:{},resultInfo:{}},mutations:(d={},b()(d,"login",function(e,t){sessionStorage.token=t,e.token=t}),b()(d,"logout",function(e){sessionStorage.removeItem("token"),e.token=null}),b()(d,"title",function(e,t){e.title=t}),b()(d,"show",function(e,t){e.show=t}),b()(d,"saveUser",function(e,t){localStorage.removeItem("userInfo"),localStorage.setItem("userInfo",U()(t)),e.userInfo=JSON.parse(localStorage.getItem("userInfo"))}),b()(d,"clearUser",function(e){e.userInfo={},localStorage.getItem("userInfo")&&localStorage.removeItem("userInfo")}),b()(d,"saveBase",function(e,t){e.baseInfo=t}),b()(d,"saveFront",function(e,t){e.frontInfo=t}),b()(d,"saveBack",function(e,t){e.backInfo=t}),b()(d,"saveResult",function(e,t){e.resultInfo=t}),b()(d,"clearData",function(e){e.baseInfo={},e.frontInfo={},e.backInfo={},e.resultInfo={}}),d),actions:{saveUserInfo:function(e,t){e.commit("saveUser",t)},clearUserInfo:function(e,t){e.commit("clearUser",t)},saveBaseInfo:function(e,t){e.commit("saveBase",t)},saveFrontInfo:function(e,t){e.commit("saveFront",t)},saveBackInfo:function(e,t){e.commit("saveBack",t)},saveResultInfo:function(e,t){e.commit("saveResult",t)},clearApiData:function(e,t){e.commit("clearData")}}}),V=(n("4qCZ"),n("tvR6"),n("uKUT"),n("Xcu2"),{dateFormat:function(e,t){if(e){e=10===e.toString().length?1e3*e:e;var n=new Date(e),o={"M+":n.getMonth()+1,"D+":n.getDate(),W:"日一二三四五六".charAt(n.getDay()),"h+":n.getHours(),"m+":n.getMinutes(),"s+":n.getSeconds(),"q+":Math.floor((n.getMonth()+3)/3),S:n.getMilliseconds()};for(var a in/(Y+)/.test(t)&&(t=t.replace(RegExp.$1,(n.getFullYear()+"").substr(4-RegExp.$1.length))),o)new RegExp("("+a+")").test(t)&&(t=t.replace(RegExp.$1,1===RegExp.$1.length?o[a]:("00"+o[a]).substr((""+o[a]).length)));return t}},formatTimeStamp:function(e){if(e){var t=new Date(e),n=t.getMonth()+1,o=t.getDate()<10?"0"+t.getDate():t.getDate(),a=n<10?"0"+n:n,r=t.getHours()<10?"0"+t.getHours():t.getHours(),i=t.getMinutes()<10?"0"+t.getMinutes():t.getMinutes(),u=t.getSeconds()<10?"0"+t.getSeconds():t.getSeconds();return t.getFullYear()+"-"+a+"-"+o+" "+r+":"+i+":"+u}},timeStampToYmd:function(e){if(e){var t=new Date(e),n=t.getMonth()+1,o=t.getDate()<10?"0"+t.getDate():t.getDate(),a=n<10?"0"+n:n;return t.getFullYear()+"-"+a+"-"+o}},timeStampToLineYmd:function(e){if(e){var t=new Date(e),n=t.getMonth()+1,o=t.getDate()<10?"0"+t.getDate():t.getDate(),a=n<10?"0"+n:n;return t.getFullYear()+"/"+a+"/"+o}},timeStampToHms:function(e){if(e){var t=new Date(e);return(t.getHours()<10?"0"+t.getHours():t.getHours())+":"+(t.getMinutes()<10?"0"+t.getMinutes():t.getMinutes())+":"+(t.getSeconds()<10?"0"+t.getSeconds():t.getSeconds())}},timeStampToMd:function(e){if(e){var t=new Date(e),n=t.getMonth()+1,o=t.getDate()<10?"0"+t.getDate():t.getDate();return(n<10?"0"+n:n)+"-"+o}}});i.a.polyfill(),Vue.config.productionTip=!1,Vue.use(D.a,{size:"large"}),Vue.use(w.a,k.a),Vue.axios.defaults.withCredentials=!0,a()(V).forEach(function(e){Vue.filter(e,V[e])}),new Vue({el:"#app",router:I,store:T,components:{App:s},template:"<App/>"})},Opzk:function(e,t,n){var o={"./document/index.vue":["UYHc",0,4],"./errorPage/403.vue":["6XGN",9],"./errorPage/404.vue":["AejC",10],"./errorPage/500.vue":["FskK",7],"./errorPage/index.vue":["ODjX",1],"./index/home.vue":["BB8f",0,5],"./index/index.vue":["JXTs",0,2],"./index/noticeDetail.vue":["m2x8",0,8],"./index/noticeList.vue":["U6qK",0,3],"./login/index.vue":["T+/8",0,6]};function a(e){var t=o[e];return t?Promise.all(t.slice(1).map(n.e)).then(function(){return n(t[0])}):Promise.reject(new Error("Cannot find module '"+e+"'."))}a.keys=function(){return Object.keys(o)},a.id="Opzk",e.exports=a},SJI6:function(e,t){e.exports=Vuex},Xcu2:function(e,t){},lRwf:function(e,t){e.exports=Vue},pRNm:function(e,t){e.exports=VueRouter},tvR6:function(e,t){},uKUT:function(e,t){}},[0]);
\ No newline at end of file
!function(e){var n=window.webpackJsonp;window.webpackJsonp=function(r,a,c){for(var f,i,u,d=0,s=[];d<r.length;d++)i=r[d],t[i]&&s.push(t[i][0]),t[i]=0;for(f in a)Object.prototype.hasOwnProperty.call(a,f)&&(e[f]=a[f]);for(n&&n(r,a,c);s.length;)s.shift()();if(c)for(d=0;d<c.length;d++)u=o(o.s=c[d]);return u};var r={},t={13:0};function o(n){if(r[n])return r[n].exports;var t=r[n]={i:n,l:!1,exports:{}};return e[n].call(t.exports,t,t.exports,o),t.l=!0,t.exports}o.e=function(e){var n=t[e];if(0===n)return new Promise(function(e){e()});if(n)return n[2];var r=new Promise(function(r,o){n=t[e]=[r,o]});n[2]=r;var a=document.getElementsByTagName("head")[0],c=document.createElement("script");c.type="text/javascript",c.charset="utf-8",c.async=!0,c.timeout=12e4,o.nc&&c.setAttribute("nonce",o.nc),c.src=o.p+"static/js/"+e+"."+{0:"e1d089808563a1dca4d0",1:"adba71f29a9630854db5",2:"5ea71994ffb9873345e3",3:"2acdb0bfe14d02f22e32",4:"7c2a7394dc56bb340dee",5:"b3cf76f8c670cd2efb7e",6:"737da25334f9daa2d713",7:"ef03f48583a47962948c",8:"5e787f5eb2f4bd7cfb7b",9:"9caad4c0ba5b8b4813ee",10:"63807a09986add449f8a"}[e]+".js";var f=setTimeout(i,12e4);function i(){c.onerror=c.onload=null,clearTimeout(f);var n=t[e];0!==n&&(n&&n[1](new Error("Loading chunk "+e+" failed.")),t[e]=void 0)}return c.onerror=c.onload=i,a.appendChild(c),r},o.m=e,o.c=r,o.d=function(e,n,r){o.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},o.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(n,"a",n),n},o.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},o.p="./",o.oe=function(e){throw console.error(e),e}}([]);
\ No newline at end of file
!function(e){var n=window.webpackJsonp;window.webpackJsonp=function(r,a,c){for(var f,d,i,u=0,s=[];u<r.length;u++)d=r[u],t[d]&&s.push(t[d][0]),t[d]=0;for(f in a)Object.prototype.hasOwnProperty.call(a,f)&&(e[f]=a[f]);for(n&&n(r,a,c);s.length;)s.shift()();if(c)for(u=0;u<c.length;u++)i=o(o.s=c[u]);return i};var r={},t={13:0};function o(n){if(r[n])return r[n].exports;var t=r[n]={i:n,l:!1,exports:{}};return e[n].call(t.exports,t,t.exports,o),t.l=!0,t.exports}o.e=function(e){var n=t[e];if(0===n)return new Promise(function(e){e()});if(n)return n[2];var r=new Promise(function(r,o){n=t[e]=[r,o]});n[2]=r;var a=document.getElementsByTagName("head")[0],c=document.createElement("script");c.type="text/javascript",c.charset="utf-8",c.async=!0,c.timeout=12e4,o.nc&&c.setAttribute("nonce",o.nc),c.src=o.p+"static/js/"+e+"."+{0:"e1d089808563a1dca4d0",1:"adba71f29a9630854db5",2:"5ea71994ffb9873345e3",3:"2acdb0bfe14d02f22e32",4:"c5bbfde4427f15c80dc6",5:"b3cf76f8c670cd2efb7e",6:"737da25334f9daa2d713",7:"7a9f6ebfddf9cc979084",8:"ef8bd7ef9c9f7f52d202",9:"9caad4c0ba5b8b4813ee",10:"63807a09986add449f8a"}[e]+".js";var f=setTimeout(d,12e4);function d(){c.onerror=c.onload=null,clearTimeout(f);var n=t[e];0!==n&&(n&&n[1](new Error("Loading chunk "+e+" failed.")),t[e]=void 0)}return c.onerror=c.onload=d,a.appendChild(c),r},o.m=e,o.c=r,o.d=function(e,n,r){o.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},o.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(n,"a",n),n},o.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},o.p="./",o.oe=function(e){throw console.error(e),e}}([]);
\ No newline at end of file
......@@ -19,6 +19,7 @@
"html2canvas": "^1.0.0-alpha.12",
"js-md5": "^0.7.3",
"jspdf": "^1.5.3",
"markdown-it": "^10.0.0",
"marked": "^0.7.0",
"qrcodejs2": "0.0.2",
"requset": "0.0.1-security",
......
<!--
* @Descripttion: 当前组件信息
* @version: 1.0.0
* @Author: 无尘
* @Date: 2019-09-16 09:36:32
* @LastEditors: 无尘
* @LastEditTime: 2019-10-25 10:45:03
-->
<!--
<markdown-content :markdownData="formData"></markdown-content>
import markdownContent from '@/components/markdown-content.vue';
-->
<template>
<div class="markdown-content" v-htmlContent="formData.content"></div>
<div class="markdown-content" v-htmlContent="formData.htmlContent"></div>
</template>
<script>
export default {
......@@ -40,6 +48,15 @@ export default {
};
</script>
<style lang="less">
.hljs-left {
text-align: left;
}
.hljs-center {
text-align: center;
}
.hljs-right {
text-align: right;
}
.markdown-content {
h1,
h2,
......
<!--
* @Descripttion: 当前组件信息
* @version: 1.0.0
* @Author: 无尘
* @Date: 2019-09-11 16:35:18
* @LastEditors: 无尘
* @LastEditTime: 2019-10-25 10:44:45
-->
<!--
<open-doc-right ref="docContent" :currentDoc="currentDoc" :currentTab="currentTab" :searchData="searchData"></open-doc-right>
import openDocRight from '@/components/open-doc-right.vue';
-->
......@@ -44,7 +52,9 @@ import markdownContent from '@/components/markdown-content.vue';
import { getArtical, getApi, getErrorCode, getSearchDoc } from '@/api/document';
import errMsg from '@/assets/js/error';
import { processObject } from '@/assets/js/public';
import marked from 'marked';
// import marked from 'marked';
/* import MarkdownIt from 'markdown-it';
let marked = new MarkdownIt(); */
export default {
props: {
currentDoc: {
......@@ -206,7 +216,7 @@ export default {
.then(res => {
let resData = res.data;
if (resData.code == '0000') {
resData.result.content = marked(resData.result.content);
// resData.result.content = marked.render(resData.result.content);
that.formData = resData.result || {};
return;
}
......
<!--
* @Descripttion: 当前组件信息
* @version: 1.0.0
* @Author: 无尘
* @Date: 2019-09-04 10:41:39
* @LastEditors: 无尘
* @LastEditTime: 2019-10-25 10:52:37
-->
<template>
<div class="notice-detail">
<div class="common-body">
......@@ -5,7 +13,7 @@
<div class="notice-detail-body">
<h2>{{ noticeData.groupName }}{{ noticeData.title }}</h2>
<div class="notice-detail-content">
<div class="markdown-content" v-html="noticeData.content"></div>
<div class="markdown-content" v-html="noticeData.htmlContent"></div>
</div>
<p class="notice-oprate font-14 color-0a1633">{{ noticeData.operatorName }}</p>
<p class="notice-date font-14 color-0a1633">{{ noticeData.effectiveTime | timeStampToLineYmd }}</p>
......@@ -17,7 +25,9 @@
import arrowNavBread from '@/components/nav/arrow-nav-bread.vue';
import { getNoticeDetail } from '@/api/notice';
import errMsg from '@/assets/js/error';
import marked from 'marked';
// import marked from 'marked';
/* import MarkdownIt from 'markdown-it';
let marked = new MarkdownIt(); */
export default {
components: {
arrowNavBread
......@@ -36,6 +46,7 @@ export default {
],
noticeData: {
groupName: '',
htmlContent: '',
title: ''
}
};
......@@ -50,7 +61,7 @@ export default {
.then(res => {
let resData = res.data;
if (resData.code == '0000') {
resData.result.content = marked(resData.result.content);
// resData.result.content = marked.render(resData.result.content);
that.noticeData = resData.result || {};
return;
}
......@@ -89,6 +100,15 @@ export default {
font-size: 14px;
color: #0a1633;
line-height: 24px;
/deep/ .hljs-left {
text-align: left;
}
/deep/ .hljs-center {
text-align: center;
}
/deep/ .hljs-right {
text-align: right;
}
}
.notice-oprate {
margin-top: 24px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment