/*! * build: Hopaheal * copyright: Mead * time: 2022-8-18 15:39:42 */(function(e){function t(t){for(var r,o,u=t[0],s=t[1],c=t[2],l=0,f=[];l1&&"boolean"!==typeof t)throw new a('"allowMissing" argument must be a boolean');var n=E(e),r=n.length>0?n[0]:"",i=O("%"+r+"%",t),u=i.name,c=i.value,l=!1,f=i.alias;f&&(r=f[0],x(n,w([0,1],f)));for(var d=1,h=!0;d=n.length){var b=s(c,p);h=!!b,c=h&&"get"in b&&!("originalValue"in b.get)?b.get:c[p]}else h=y(c,p),c=c[p];h&&!l&&(m[u]=c)}}return c}},"05bc":function(e,t,n){"use strict";n.r(t);var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("router-view",{key:e.key})},o=[],i=n("2909"),a=n("5530"),u=(n("d81d"),n("b0c0"),n("a15b"),n("fb6a"),n("2ca0"),n("99af"),n("2f62")),s=n("f121"),c={name:"VabRouterView",data:function(){return{key:null,keepAliveMaxNum:s["keepAliveMaxNum"],dept:this.findParent(this).length,parentNames:null}},computed:Object(a["a"])({},Object(u["c"])({cachedRoutes:"routes/cachedRoutes"})),watch:{$route:{handler:function(e){var t=e.matched.map((function(e){return e.name})),n=t.slice(0,this.dept).join(",");this.parentNames||(this.parentNames=n);var r=t.slice(0,this.dept+1).join(",");1!==this.dept&&n!==this.parentNames||(this.key=this.dept===t.length-1?e.fullPath:r)},immediate:!0}},methods:{findParent:function(e){return"VabAppMain"===e.$options.name?["VabAppMain"]:"VabRouterView"===e.$options.name||e.$options.name.startsWith("El")?this.findParent(e.$parent):[].concat(Object(i["a"])(this.findParent(e.$parent)),[e.$options.name])}}},l=c,f=n("2877"),d=Object(f["a"])(l,r,o,!1,null,null,null);t["default"]=d.exports},"0781":function(e,t,n){"use strict";n.r(t);var r=n("5530"),o=(n("e9c4"),n("61f7")),i=n("f121"),a={layout:i["layout"],themeName:i["themeName"],columnStyle:i["columnStyle"],fixedHeader:i["fixedHeader"],showProgressBar:i["showProgressBar"],showTabs:i["showTabs"],tabsBarStyle:i["tabsBarStyle"],showTabsBarIcon:i["showTabsBarIcon"],showRefresh:i["showRefresh"],showSearch:i["showSearch"],showTheme:i["showTheme"],showNotice:i["showNotice"],showFullScreen:i["showFullScreen"],showThemeSetting:i["showThemeSetting"]},u=function(e){var t=localStorage.getItem(e);return!!Object(o["isJson"])(t)&&JSON.parse(t)},s=u("collapse"),c=s.collapse,l=function(){return{logo:i["logo"],title:i["title"],device:"desktop",collapse:c||!1,theme:u("theme")||Object(r["a"])({},a),extra:{first:"",transferRouteName:""}}},f={logo:function(e){return e.logo},title:function(e){return e.title},device:function(e){return e.device},collapse:function(e){return e.collapse},theme:function(e){return e.theme},extra:function(e){return e.extra}},d={openSideBar:function(e){e.collapse=!1},foldSideBar:function(e){e.collapse=!0},toggleDevice:function(e,t){e.device=t},toggleCollapse:function(e){e.collapse=!e.collapse,localStorage.setItem("collapse",'{"collapse":'.concat(e.collapse,"}"))},saveTheme:function(e){localStorage.setItem("theme",JSON.stringify(e.theme))},resetTheme:function(e){e.theme=Object(r["a"])({},a),localStorage.removeItem("theme"),document.getElementsByTagName("body")[0].className="vab-theme-".concat(e.theme.themeName)}},h={openSideBar:function(e){var t=e.commit;t("openSideBar")},foldSideBar:function(e){var t=e.commit;t("foldSideBar")},toggleDevice:function(e,t){var n=e.commit;n("toggleDevice",t)},toggleCollapse:function(e){var t=e.commit;t("toggleCollapse")},saveTheme:function(e){var t=e.commit;t("saveTheme")},resetTheme:function(e){var t=e.commit;t("resetTheme")}};t["default"]={state:l,getters:f,mutations:d,actions:h}},"0855":function(e,t,n){"use strict";n("f046")},"0a06":function(e,t,n){"use strict";var r=n("c532"),o=n("30b5"),i=n("f6b4"),a=n("5270"),u=n("4a7b"),s=n("848b"),c=s.validators;function l(e){this.defaults=e,this.interceptors={request:new i,response:new i}}l.prototype.request=function(e){"string"===typeof e?(e=arguments[1]||{},e.url=arguments[0]):e=e||{},e=u(this.defaults,e),e.method?e.method=e.method.toLowerCase():this.defaults.method?e.method=this.defaults.method.toLowerCase():e.method="get";var t=e.transitional;void 0!==t&&s.assertOptions(t,{silentJSONParsing:c.transitional(c.boolean,"1.0.0"),forcedJSONParsing:c.transitional(c.boolean,"1.0.0"),clarifyTimeoutError:c.transitional(c.boolean,"1.0.0")},!1);var n=[],r=!0;this.interceptors.request.forEach((function(t){"function"===typeof t.runWhen&&!1===t.runWhen(e)||(r=r&&t.synchronous,n.unshift(t.fulfilled,t.rejected))}));var o,i=[];if(this.interceptors.response.forEach((function(e){i.push(e.fulfilled,e.rejected)})),!r){var l=[a,void 0];Array.prototype.unshift.apply(l,n),l=l.concat(i),o=Promise.resolve(e);while(l.length)o=o.then(l.shift(),l.shift());return o}var f=e;while(n.length){var d=n.shift(),h=n.shift();try{f=d(f)}catch(p){h(p);break}}try{o=a(f)}catch(p){return Promise.reject(p)}while(i.length)o=o.then(i.shift(),i.shift());return o},l.prototype.getUri=function(e){return e=u(this.defaults,e),o(e.url,e.params,e.paramsSerializer).replace(/^\?/,"")},r.forEach(["delete","get","head","options"],(function(e){l.prototype[e]=function(t,n){return this.request(u(n||{},{method:e,url:t,data:(n||{}).data}))}})),r.forEach(["post","put","patch"],(function(e){l.prototype[e]=function(t,n,r){return this.request(u(r||{},{method:e,url:t,data:n}))}})),e.exports=l},"0a48":function(e,t,n){"use strict";n.r(t),n.d(t,"checkNeed",(function(){return s}));var r=n("2909"),o=(n("99af"),n("caad"),n("2532"),n("a026")),i=n("4360"),a=n("f121"),u=n("61f7"),s=function(){var e=Object(u["isArray"])(a["errorLog"])?Object(r["a"])(a["errorLog"]):[a["errorLog"]].concat();return e.includes("production")};s()&&(o["default"].config.errorHandler=function(e){console.error("vue-admin-beautiful错误拦截:",e);var t=window.location.href;o["default"].nextTick((function(){i["default"].dispatch("errorLog/addErrorLog",{err:e,url:t}).then((function(){}))}))})},"0c07":function(e,t,n){"use strict";n.r(t);var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("el-breadcrumb",{staticClass:"vab-breadcrumb",attrs:{separator:">"}},e._l(e.levelList,(function(t,r){return n("el-breadcrumb-item",{key:r},[n("a",{on:{click:function(n){return n.preventDefault(),e.handleLink(t.redirect)}}},[t.meta&&t.meta.icon?n("vab-icon",{attrs:{icon:t.meta.icon}}):e._e(),e._v(" "+e._s(t.meta.title)+" ")],1)])})),1)},o=[],i=(n("4de4"),n("d3b7"),{name:"VabBreadcrumb",data:function(){return{levelList:[]}},watch:{$route:{handler:function(){this.levelList=this.getBreadcrumb()},immediate:!0}},methods:{getBreadcrumb:function(){return this.$route.matched.filter((function(e){return e.meta&&e.meta.title}))},handleLink:function(e){this.$router.push(e)}}}),a=i,u=(n("5a1b"),n("2877")),s=Object(u["a"])(a,r,o,!1,null,"7080fc8d",null);t["default"]=s.exports},"0df6":function(e,t,n){"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}},"0e13":function(e,t,n){},"0e15":function(e,t,n){var r=n("597f");e.exports=function(e,t,n){return void 0===n?r(e,t,!1):r(e,n,!1!==t)}},"0f7c":function(e,t,n){"use strict";var r=n("688e");e.exports=Function.prototype.bind||r},"0f9a":function(e,t,n){"use strict";n.r(t);var r,o=n("1da1"),i=(n("96cf"),n("e9c4"),n("b0c0"),n("a026")),a=n("c24f"),u=n("cc33"),s=n("a18c"),c=n("61f7"),l=n("f121");function f(e){window.localStorage.setItem("term_id",e)}var d=function(){return{token:Object(u["getToken"])(),username:"游客",avatar:"https://i.gtimg.cn/club/item/face/img/2/15922_100.gif",language:"zh_CN",role_id:0,type_id:0,user_id:0,type:0,is_test:"",term_id:"",weeks:""}},h={token:function(e){return e.token},username:function(e){return e.username},avatar:function(e){return e.avatar},role_id:function(e){return e.role_id},user_id:function(e){return e.user_id},type_id:function(e){return e.type_id},type:function(e){return e.type},is_test:function(e){return e.is_test},term_id:function(e){return e.term_id},weeks:function(e){return e.weeks}},p={setToken:function(e,t){e.token=t,Object(u["setToken"])(t)},setUsername:function(e,t){e.username=t},setAvatar:function(e,t){e.avatar=t},setTerm_id:function(e,t){e.term_id=t,f(t)},setWeeks:function(e,t){e.weeks=t},setRole_id:function(e,t){e.role_id=t},setType:function(e,t){e.type=t},setUser_id:function(e,t){e.user_id=t},setType_id:function(e,t){e.type_id=t},setIs_test:function(e,t){e.is_test=t}},m={setVirtualRoles:function(e){var t=e.commit,n=e.dispatch;n("acl/setFull",!0,{root:!0}),t("setAvatar","https://platform.site.ximengnaikang.com/storage/resource/J2brW6q1lV660YPpdGkavYC0hl4FBAIK.png"),t("setUsername","admin(未开启登录拦截)")},login:function(e,t){return Object(o["a"])(regeneratorRuntime.mark((function n(){var o,u,s,c,f,d,h;return regeneratorRuntime.wrap((function(n){while(1)switch(n.prev=n.next){case 0:return o=e.commit,n.next=3,Object(a["login"])(t);case 3:if(u=n.sent,s=u.data,r=s.permissions,localStorage.setItem("permissions",JSON.stringify(r)),c=s[l["tokenName"]],!c){n.next=15;break}o("setToken",c),f=(new Date).getHours(),d=f<8?"早上好":f<=11?"上午好":f<=13?"中午好":f<18?"下午好":"晚上好",i["default"].prototype.$baseNotify("欢迎登录".concat(l["title"]),"".concat(d,"!")),n.next=18;break;case 15:throw h="登录接口异常,未正确返回".concat(l["tokenName"],"..."),i["default"].prototype.$baseMessage(h,"error"),h;case 18:case"end":return n.stop()}}),n)})))()},socialLogin:function(e,t){return Object(o["a"])(regeneratorRuntime.mark((function n(){var r,o,u,s,c,f,d;return regeneratorRuntime.wrap((function(n){while(1)switch(n.prev=n.next){case 0:return r=e.commit,n.next=3,Object(a["socialLogin"])(t);case 3:if(o=n.sent,u=o.data,s=u[l["tokenName"]],!s){n.next=13;break}r("setToken",s),c=(new Date).getHours(),f=c<8?"早上好":c<=11?"上午好":c<=13?"中午好":c<18?"下午好":"晚上好",i["default"].prototype.$baseNotify("欢迎登录".concat(l["title"]),"".concat(f,"!")),n.next=16;break;case 13:throw d="login核心接口异常,请检查返回JSON格式是否正确,是否正确返回".concat(l["tokenName"],"..."),i["default"].prototype.$baseMessage(d,"error"),d;case 16:case"end":return n.stop()}}),n)})))()},getUserInfo:function(e){return Object(o["a"])(regeneratorRuntime.mark((function t(){var n,r,o,u,s,l,f,d,h,p,m,g,v,b,y,w,x,_,C,S;return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return n=e.commit,r=e.dispatch,t.next=3,Object(a["getUserInfo"])();case 3:if(o=t.sent,u=o.data,s=u.ability,l=u.type_id,f=u.role_id,d=u.id,h=u.type_model,p=u.is_test,m=JSON.parse(localStorage.getItem("permissions")),g=u.name,v=u.headimg,b=localStorage.getItem("term_id"),y=localStorage.getItem("term_weeks"),w=localStorage.getItem("roomList"),b&&y){t.next=21;break}return t.next=15,Object(a["termList"])();case 15:x=t.sent,console.log(x.data[0],"----------------------------------"),localStorage.setItem("term_name",x.data[0].name),localStorage.setItem("term_id",x.data[0].id),localStorage.setItem("term_weeks",x.data[0].weeks),b=x.data[0].id;case 21:if(w){t.next=27;break}return t.next=24,Object(a["getRoomList"])({status:1});case 24:_=t.sent,C=_.data,localStorage.setItem("roomList",JSON.stringify(C));case 27:if(!(g&&!Object(c["isString"])(g)||v&&!Object(c["isString"])(v)||m&&!Object(c["isArray"])(m)||s&&!Object(c["isArray"])(s))){t.next=33;break}throw S="getUserInfo核心接口异常,请检查返回JSON格式是否正确",i["default"].prototype.$baseMessage(S,"error"),S;case 33:g&&n("setUsername",g),v&&n("setAvatar",v),m&&r("acl/setRole",m,{root:!0}),s&&r("acl/setAbility",s,{root:!0}),(l||0==l)&&r("setType_id",l),h&&r("setType",h),f&&r("setRole_id",f),b&&r("setTerm_id",b),y&&r("setWeeks",y),d&&r("setUser_id",d),p&&r("setIs_test",p);case 44:case"end":return t.stop()}}),t)})))()},logout:function(e){return Object(o["a"])(regeneratorRuntime.mark((function t(){var n;return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return n=e.dispatch,t.next=3,Object(a["logout"])();case 3:return t.next=5,n("resetAll");case 5:case"end":return t.stop()}}),t)})))()},resetAll:function(e){return Object(o["a"])(regeneratorRuntime.mark((function t(){var n,r;return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return n=e.commit,r=e.dispatch,n("setUsername","游客"),n("setAvatar","https://i.gtimg.cn/club/item/face/img/2/15922_100.gif"),n("routes/setRoutes",[],{root:!0}),t.next=6,r("setToken","");case 6:return t.next=8,r("acl/setFull",!1,{root:!0});case 8:return t.next=10,r("acl/setRole",[],{root:!0});case 10:return t.next=12,r("acl/setAbility",[],{root:!0});case 12:return t.next=14,r("tabs/delAllVisitedRoutes",null,{root:!0});case 14:return t.next=16,Object(s["resetRouter"])();case 16:Object(u["removeToken"])();case 17:case"end":return t.stop()}}),t)})))()},setToken:function(e,t){var n=e.commit;n("setToken",t)},setAvatar:function(e,t){var n=e.commit;n("setAvatar",t)},setRole_id:function(e,t){var n=e.commit;n("setRole_id",t)},setTerm_id:function(e,t){var n=e.commit;n("setTerm_id",t)},setWeeks:function(e,t){var n=e.commit;n("setWeeks",t)},setUser_id:function(e,t){var n=e.commit;n("setUser_id",t)},setType_id:function(e,t){var n=e.commit;n("setType_id",t)},setType:function(e,t){var n=e.commit;n("setType",t)},setUsername:function(e,t){var n=e.commit;n("setUsername",t)},setIs_test:function(e,t){var n=e.commit;n("setIs_test",t)}};t["default"]={state:d,getters:h,mutations:p,actions:m}},1:function(e,t){},1098:function(e,t,n){"use strict";t.__esModule=!0;var r=n("17ed"),o=s(r),i=n("f893"),a=s(i),u="function"===typeof a.default&&"symbol"===typeof o.default?function(e){return typeof e}:function(e){return e&&"function"===typeof a.default&&e.constructor===a.default&&e!==a.default.prototype?"symbol":typeof e};function s(e){return e&&e.__esModule?e:{default:e}}t.default="function"===typeof a.default&&"symbol"===u(o.default)?function(e){return"undefined"===typeof e?"undefined":u(e)}:function(e){return e&&"function"===typeof a.default&&e.constructor===a.default&&e!==a.default.prototype?"symbol":"undefined"===typeof e?"undefined":u(e)}},1404:function(e,t,n){"use strict";n("0e13")},"146c":function(e,t,n){},1696:function(e,t,n){"use strict";e.exports=function(){if("function"!==typeof Symbol||"function"!==typeof Object.getOwnPropertySymbols)return!1;if("symbol"===typeof Symbol.iterator)return!0;var e={},t=Symbol("test"),n=Object(t);if("string"===typeof t)return!1;if("[object Symbol]"!==Object.prototype.toString.call(t))return!1;if("[object Symbol]"!==Object.prototype.toString.call(n))return!1;var r=42;for(t in e[t]=r,e)return!1;if("function"===typeof Object.keys&&0!==Object.keys(e).length)return!1;if("function"===typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(e).length)return!1;var o=Object.getOwnPropertySymbols(e);if(1!==o.length||o[0]!==t)return!1;if(!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if("function"===typeof Object.getOwnPropertyDescriptor){var i=Object.getOwnPropertyDescriptor(e,t);if(i.value!==r||!0!==i.enumerable)return!1}return!0}},"17ed":function(e,t,n){e.exports={default:n("511f"),__esModule:!0}},1859:function(e,t,n){"use strict";n.r(t);var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("el-menu-item",{attrs:{index:e.itemOrMenu.fullPath},on:{click:e.handleLink}},[e.itemOrMenu.meta&&e.itemOrMenu.meta.icon?n("vab-icon",{attrs:{icon:e.itemOrMenu.meta.icon,"is-custom-svg":e.itemOrMenu.meta.isCustomSvg,title:e.itemOrMenu.meta.title}}):e._e(),n("span",{attrs:{title:e.itemOrMenu.meta.title}},[e._v(e._s(e.itemOrMenu.meta.title))]),e.itemOrMenu.meta&&e.itemOrMenu.meta.badge?n("el-tag",{attrs:{effect:"dark",type:"danger"}},[e._v(" "+e._s(e.itemOrMenu.meta.badge)+" ")]):e._e(),e.itemOrMenu.meta&&e.itemOrMenu.meta.dot?n("span",{staticClass:"vab-dot vab-dot-error"},[n("span")]):e._e()],1)},o=[],i=n("5530"),a=n("f121"),u=n("61f7"),s=n("2f62"),c={name:"VabMenuItem",props:{itemOrMenu:{type:Object,default:function(){return null}}},computed:Object(i["a"])({},Object(s["c"])({device:"settings/device"})),methods:Object(i["a"])(Object(i["a"])({},Object(s["b"])({foldSideBar:"settings/foldSideBar"})),{},{handleLink:function(){var e=this.itemOrMenu.path,t=this.itemOrMenu.meta.target;"_blank"===t?Object(u["isExternal"])(e)?window.open(e):this.$route.fullPath!==e&&("hash"===a["routerMode"]?window.open("/#"+e):window.open(e)):Object(u["isExternal"])(e)?window.location.href=e:this.$route.fullPath!==e&&("mobile"===this.device&&this.foldSideBar(),this.$router.push(this.itemOrMenu.fullPath))}})},l=c,f=(n("a777"),n("2877")),d=Object(f["a"])(l,r,o,!1,null,"c4531b8c",null);t["default"]=d.exports},1925:function(e,t,n){"use strict";n.r(t),n.d(t,"getList",(function(){return o}));var r=n("b775");function o(){return Object(r["default"])({url:"/search/getList",method:"get"})}},"197e":function(e,t,n){e.exports={baseURL:"http://lab.site.xmnk.cn/pap/admin",base_url:"http://api.lab.site.xmnk.cn",contentType:"application/json;charset=UTF-8",requestTimeout:3e4,successCode:[200,0,"200","0"],statusName:"code",messageName:"message"}},"1c35":function(e,t,n){"use strict";(function(e){ /*! * The buffer module from node.js, for the browser. * * @author Feross Aboukhadijeh * @license MIT */ var r=n("1fb5"),o=n("9152"),i=n("e3db");function a(){try{var e=new Uint8Array(1);return e.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},42===e.foo()&&"function"===typeof e.subarray&&0===e.subarray(1,1).byteLength}catch(t){return!1}}function u(){return c.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function s(e,t){if(u()=u())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+u().toString(16)+" bytes");return 0|e}function y(e){return+e!=e&&(e=0),c.alloc(+e)}function w(e,t){if(c.isBuffer(e))return e.length;if("undefined"!==typeof ArrayBuffer&&"function"===typeof ArrayBuffer.isView&&(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))return e.byteLength;"string"!==typeof e&&(e=""+e);var n=e.length;if(0===n)return 0;for(var r=!1;;)switch(t){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":case void 0:return Q(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return Z(e).length;default:if(r)return Q(e).length;t=(""+t).toLowerCase(),r=!0}}function x(e,t,n){var r=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if(n>>>=0,t>>>=0,n<=t)return"";e||(e="utf8");while(1)switch(e){case"hex":return I(this,t,n);case"utf8":case"utf-8":return D(this,t,n);case"ascii":return j(this,t,n);case"latin1":case"binary":return L(this,t,n);case"base64":return N(this,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return M(this,t,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}function _(e,t,n){var r=e[t];e[t]=e[n],e[n]=r}function C(e,t,n,r,o){if(0===e.length)return-1;if("string"===typeof n?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,isNaN(n)&&(n=o?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(o)return-1;n=e.length-1}else if(n<0){if(!o)return-1;n=0}if("string"===typeof t&&(t=c.from(t,r)),c.isBuffer(t))return 0===t.length?-1:S(e,t,n,r,o);if("number"===typeof t)return t&=255,c.TYPED_ARRAY_SUPPORT&&"function"===typeof Uint8Array.prototype.indexOf?o?Uint8Array.prototype.indexOf.call(e,t,n):Uint8Array.prototype.lastIndexOf.call(e,t,n):S(e,[t],n,r,o);throw new TypeError("val must be string, number or Buffer")}function S(e,t,n,r,o){var i,a=1,u=e.length,s=t.length;if(void 0!==r&&(r=String(r).toLowerCase(),"ucs2"===r||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(e.length<2||t.length<2)return-1;a=2,u/=2,s/=2,n/=2}function c(e,t){return 1===a?e[t]:e.readUInt16BE(t*a)}if(o){var l=-1;for(i=n;iu&&(n=u-s),i=n;i>=0;i--){for(var f=!0,d=0;do&&(r=o)):r=o;var i=t.length;if(i%2!==0)throw new TypeError("Invalid hex string");r>i/2&&(r=i/2);for(var a=0;a239?4:c>223?3:c>191?2:1;if(o+f<=n)switch(f){case 1:c<128&&(l=c);break;case 2:i=e[o+1],128===(192&i)&&(s=(31&c)<<6|63&i,s>127&&(l=s));break;case 3:i=e[o+1],a=e[o+2],128===(192&i)&&128===(192&a)&&(s=(15&c)<<12|(63&i)<<6|63&a,s>2047&&(s<55296||s>57343)&&(l=s));break;case 4:i=e[o+1],a=e[o+2],u=e[o+3],128===(192&i)&&128===(192&a)&&128===(192&u)&&(s=(15&c)<<18|(63&i)<<12|(63&a)<<6|63&u,s>65535&&s<1114112&&(l=s))}null===l?(l=65533,f=1):l>65535&&(l-=65536,r.push(l>>>10&1023|55296),l=56320|1023&l),r.push(l),o+=f}return P(r)}t.Buffer=c,t.SlowBuffer=y,t.INSPECT_MAX_BYTES=50,c.TYPED_ARRAY_SUPPORT=void 0!==e.TYPED_ARRAY_SUPPORT?e.TYPED_ARRAY_SUPPORT:a(),t.kMaxLength=u(),c.poolSize=8192,c._augment=function(e){return e.__proto__=c.prototype,e},c.from=function(e,t,n){return l(null,e,t,n)},c.TYPED_ARRAY_SUPPORT&&(c.prototype.__proto__=Uint8Array.prototype,c.__proto__=Uint8Array,"undefined"!==typeof Symbol&&Symbol.species&&c[Symbol.species]===c&&Object.defineProperty(c,Symbol.species,{value:null,configurable:!0})),c.alloc=function(e,t,n){return d(null,e,t,n)},c.allocUnsafe=function(e){return h(null,e)},c.allocUnsafeSlow=function(e){return h(null,e)},c.isBuffer=function(e){return!(null==e||!e._isBuffer)},c.compare=function(e,t){if(!c.isBuffer(e)||!c.isBuffer(t))throw new TypeError("Arguments must be Buffers");if(e===t)return 0;for(var n=e.length,r=t.length,o=0,i=Math.min(n,r);o0&&(e=this.toString("hex",0,n).match(/.{2}/g).join(" "),this.length>n&&(e+=" ... ")),""},c.prototype.compare=function(e,t,n,r,o){if(!c.isBuffer(e))throw new TypeError("Argument must be a Buffer");if(void 0===t&&(t=0),void 0===n&&(n=e?e.length:0),void 0===r&&(r=0),void 0===o&&(o=this.length),t<0||n>e.length||r<0||o>this.length)throw new RangeError("out of range index");if(r>=o&&t>=n)return 0;if(r>=o)return-1;if(t>=n)return 1;if(t>>>=0,n>>>=0,r>>>=0,o>>>=0,this===e)return 0;for(var i=o-r,a=n-t,u=Math.min(i,a),s=this.slice(r,o),l=e.slice(t,n),f=0;fo)&&(n=o),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");r||(r="utf8");for(var i=!1;;)switch(r){case"hex":return k(this,e,t,n);case"utf8":case"utf-8":return E(this,e,t,n);case"ascii":return O(this,e,t,n);case"latin1":case"binary":return T(this,e,t,n);case"base64":return A(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return R(this,e,t,n);default:if(i)throw new TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),i=!0}},c.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var B=4096;function P(e){var t=e.length;if(t<=B)return String.fromCharCode.apply(String,e);var n="",r=0;while(rr)&&(n=r);for(var o="",i=t;in)throw new RangeError("Trying to access beyond buffer length")}function V(e,t,n,r,o,i){if(!c.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>o||te.length)throw new RangeError("Index out of range")}function U(e,t,n,r){t<0&&(t=65535+t+1);for(var o=0,i=Math.min(e.length-n,2);o>>8*(r?o:1-o)}function q(e,t,n,r){t<0&&(t=4294967295+t+1);for(var o=0,i=Math.min(e.length-n,4);o>>8*(r?o:3-o)&255}function z(e,t,n,r,o,i){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function $(e,t,n,r,i){return i||z(e,t,n,4,34028234663852886e22,-34028234663852886e22),o.write(e,t,n,r,23,4),n+4}function H(e,t,n,r,i){return i||z(e,t,n,8,17976931348623157e292,-17976931348623157e292),o.write(e,t,n,r,52,8),n+8}c.prototype.slice=function(e,t){var n,r=this.length;if(e=~~e,t=void 0===t?r:~~t,e<0?(e+=r,e<0&&(e=0)):e>r&&(e=r),t<0?(t+=r,t<0&&(t=0)):t>r&&(t=r),t0&&(o*=256))r+=this[e+--t]*o;return r},c.prototype.readUInt8=function(e,t){return t||F(e,1,this.length),this[e]},c.prototype.readUInt16LE=function(e,t){return t||F(e,2,this.length),this[e]|this[e+1]<<8},c.prototype.readUInt16BE=function(e,t){return t||F(e,2,this.length),this[e]<<8|this[e+1]},c.prototype.readUInt32LE=function(e,t){return t||F(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},c.prototype.readUInt32BE=function(e,t){return t||F(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},c.prototype.readIntLE=function(e,t,n){e|=0,t|=0,n||F(e,t,this.length);var r=this[e],o=1,i=0;while(++i=o&&(r-=Math.pow(2,8*t)),r},c.prototype.readIntBE=function(e,t,n){e|=0,t|=0,n||F(e,t,this.length);var r=t,o=1,i=this[e+--r];while(r>0&&(o*=256))i+=this[e+--r]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*t)),i},c.prototype.readInt8=function(e,t){return t||F(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},c.prototype.readInt16LE=function(e,t){t||F(e,2,this.length);var n=this[e]|this[e+1]<<8;return 32768&n?4294901760|n:n},c.prototype.readInt16BE=function(e,t){t||F(e,2,this.length);var n=this[e+1]|this[e]<<8;return 32768&n?4294901760|n:n},c.prototype.readInt32LE=function(e,t){return t||F(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},c.prototype.readInt32BE=function(e,t){return t||F(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},c.prototype.readFloatLE=function(e,t){return t||F(e,4,this.length),o.read(this,e,!0,23,4)},c.prototype.readFloatBE=function(e,t){return t||F(e,4,this.length),o.read(this,e,!1,23,4)},c.prototype.readDoubleLE=function(e,t){return t||F(e,8,this.length),o.read(this,e,!0,52,8)},c.prototype.readDoubleBE=function(e,t){return t||F(e,8,this.length),o.read(this,e,!1,52,8)},c.prototype.writeUIntLE=function(e,t,n,r){if(e=+e,t|=0,n|=0,!r){var o=Math.pow(2,8*n)-1;V(this,e,t,n,o,0)}var i=1,a=0;this[t]=255&e;while(++a=0&&(a*=256))this[t+i]=e/a&255;return t+n},c.prototype.writeUInt8=function(e,t,n){return e=+e,t|=0,n||V(this,e,t,1,255,0),c.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[t]=255&e,t+1},c.prototype.writeUInt16LE=function(e,t,n){return e=+e,t|=0,n||V(this,e,t,2,65535,0),c.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):U(this,e,t,!0),t+2},c.prototype.writeUInt16BE=function(e,t,n){return e=+e,t|=0,n||V(this,e,t,2,65535,0),c.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):U(this,e,t,!1),t+2},c.prototype.writeUInt32LE=function(e,t,n){return e=+e,t|=0,n||V(this,e,t,4,4294967295,0),c.TYPED_ARRAY_SUPPORT?(this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e):q(this,e,t,!0),t+4},c.prototype.writeUInt32BE=function(e,t,n){return e=+e,t|=0,n||V(this,e,t,4,4294967295,0),c.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):q(this,e,t,!1),t+4},c.prototype.writeIntLE=function(e,t,n,r){if(e=+e,t|=0,!r){var o=Math.pow(2,8*n-1);V(this,e,t,n,o-1,-o)}var i=0,a=1,u=0;this[t]=255&e;while(++i>0)-u&255;return t+n},c.prototype.writeIntBE=function(e,t,n,r){if(e=+e,t|=0,!r){var o=Math.pow(2,8*n-1);V(this,e,t,n,o-1,-o)}var i=n-1,a=1,u=0;this[t+i]=255&e;while(--i>=0&&(a*=256))e<0&&0===u&&0!==this[t+i+1]&&(u=1),this[t+i]=(e/a>>0)-u&255;return t+n},c.prototype.writeInt8=function(e,t,n){return e=+e,t|=0,n||V(this,e,t,1,127,-128),c.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[t]=255&e,t+1},c.prototype.writeInt16LE=function(e,t,n){return e=+e,t|=0,n||V(this,e,t,2,32767,-32768),c.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):U(this,e,t,!0),t+2},c.prototype.writeInt16BE=function(e,t,n){return e=+e,t|=0,n||V(this,e,t,2,32767,-32768),c.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):U(this,e,t,!1),t+2},c.prototype.writeInt32LE=function(e,t,n){return e=+e,t|=0,n||V(this,e,t,4,2147483647,-2147483648),c.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24):q(this,e,t,!0),t+4},c.prototype.writeInt32BE=function(e,t,n){return e=+e,t|=0,n||V(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),c.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):q(this,e,t,!1),t+4},c.prototype.writeFloatLE=function(e,t,n){return $(this,e,t,!0,n)},c.prototype.writeFloatBE=function(e,t,n){return $(this,e,t,!1,n)},c.prototype.writeDoubleLE=function(e,t,n){return H(this,e,t,!0,n)},c.prototype.writeDoubleBE=function(e,t,n){return H(this,e,t,!1,n)},c.prototype.copy=function(e,t,n,r){if(n||(n=0),r||0===r||(r=this.length),t>=e.length&&(t=e.length),t||(t=0),r>0&&r=this.length)throw new RangeError("sourceStart out of bounds");if(r<0)throw new RangeError("sourceEnd out of bounds");r>this.length&&(r=this.length),e.length-t=0;--o)e[o+t]=this[o+n];else if(i<1e3||!c.TYPED_ARRAY_SUPPORT)for(o=0;o>>=0,n=void 0===n?this.length:n>>>0,e||(e=0),"number"===typeof e)for(i=t;i55295&&n<57344){if(!o){if(n>56319){(t-=3)>-1&&i.push(239,191,189);continue}if(a+1===r){(t-=3)>-1&&i.push(239,191,189);continue}o=n;continue}if(n<56320){(t-=3)>-1&&i.push(239,191,189),o=n;continue}n=65536+(o-55296<<10|n-56320)}else o&&(t-=3)>-1&&i.push(239,191,189);if(o=null,n<128){if((t-=1)<0)break;i.push(n)}else if(n<2048){if((t-=2)<0)break;i.push(n>>6|192,63&n|128)}else if(n<65536){if((t-=3)<0)break;i.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;i.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return i}function X(e){for(var t=[],n=0;n>8,o=n%256,i.push(o),i.push(r)}return i}function Z(e){return r.toByteArray(K(e))}function ee(e,t,n,r){for(var o=0;o=t.length||o>=e.length)break;t[o+n]=e[o]}return o}function te(e){return e!==e}}).call(this,n("c8ba"))},"1d2b":function(e,t,n){"use strict";e.exports=function(e,t){return function(){for(var n=new Array(arguments.length),r=0;r0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");-1===n&&(n=t);var r=n===t?0:4-n%4;return[n,r]}function l(e){var t=c(e),n=t[0],r=t[1];return 3*(n+r)/4-r}function f(e,t,n){return 3*(t+n)/4-n}function d(e){var t,n,r=c(e),a=r[0],u=r[1],s=new i(f(e,a,u)),l=0,d=u>0?a-4:a;for(n=0;n>16&255,s[l++]=t>>8&255,s[l++]=255&t;return 2===u&&(t=o[e.charCodeAt(n)]<<2|o[e.charCodeAt(n+1)]>>4,s[l++]=255&t),1===u&&(t=o[e.charCodeAt(n)]<<10|o[e.charCodeAt(n+1)]<<4|o[e.charCodeAt(n+2)]>>2,s[l++]=t>>8&255,s[l++]=255&t),s}function h(e){return r[e>>18&63]+r[e>>12&63]+r[e>>6&63]+r[63&e]}function p(e,t,n){for(var r,o=[],i=t;is?s:u+a));return 1===o?(t=e[n-1],i.push(r[t>>2]+r[t<<4&63]+"==")):2===o&&(t=(e[n-2]<<8)+e[n-1],i.push(r[t>>10]+r[t>>4&63]+r[t<<2&63]+"=")),i.join("")}o["-".charCodeAt(0)]=62,o["_".charCodeAt(0)]=63},2033:function(e,t,n){"use strict";n.r(t),n.d(t,"getRouterList",(function(){return o}));var r=n("b775");function o(e){return Object(r["default"])({url:"/base/menu-user",method:"get",params:e})}},"21a1":function(e,t,n){(function(t){(function(t,n){e.exports=n()})(0,(function(){"use strict";"undefined"!==typeof window?window:"undefined"!==typeof t||"undefined"!==typeof self&&self;function e(e,t){return t={exports:{}},e(t,t.exports),t.exports}var n=e((function(e,t){(function(t,n){e.exports=n()})(0,(function(){function e(e){var t=e&&"object"===typeof e;return t&&"[object RegExp]"!==Object.prototype.toString.call(e)&&"[object Date]"!==Object.prototype.toString.call(e)}function t(e){return Array.isArray(e)?[]:{}}function n(n,r){var o=r&&!0===r.clone;return o&&e(n)?i(t(n),n,r):n}function r(t,r,o){var a=t.slice();return r.forEach((function(r,u){"undefined"===typeof a[u]?a[u]=n(r,o):e(r)?a[u]=i(t[u],r,o):-1===t.indexOf(r)&&a.push(n(r,o))})),a}function o(t,r,o){var a={};return e(t)&&Object.keys(t).forEach((function(e){a[e]=n(t[e],o)})),Object.keys(r).forEach((function(u){e(r[u])&&t[u]?a[u]=i(t[u],r[u],o):a[u]=n(r[u],o)})),a}function i(e,t,i){var a=Array.isArray(t),u=i||{arrayMerge:r},s=u.arrayMerge||r;return a?Array.isArray(e)?s(e,t,i):n(t,i):o(e,t,i)}return i.all=function(e,t){if(!Array.isArray(e)||e.length<2)throw new Error("first argument should be an array with at least two elements");return e.reduce((function(e,n){return i(e,n,t)}))},i}))}));function r(e){return e=e||Object.create(null),{on:function(t,n){(e[t]||(e[t]=[])).push(n)},off:function(t,n){e[t]&&e[t].splice(e[t].indexOf(n)>>>0,1)},emit:function(t,n){(e[t]||[]).map((function(e){e(n)})),(e["*"]||[]).map((function(e){e(t,n)}))}}}var o=e((function(e,t){var n={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}};t.default=n,e.exports=t.default})),i=function(e){return Object.keys(e).map((function(t){var n=e[t].toString().replace(/"/g,""");return t+'="'+n+'"'})).join(" ")},a=o.svg,u=o.xlink,s={};s[a.name]=a.uri,s[u.name]=u.uri;var c,l=function(e,t){void 0===e&&(e="");var r=n(s,t||{}),o=i(r);return""+e+""},f=o.svg,d=o.xlink,h={attrs:(c={style:["position: absolute","width: 0","height: 0"].join("; "),"aria-hidden":"true"},c[f.name]=f.uri,c[d.name]=d.uri,c)},p=function(e){this.config=n(h,e||{}),this.symbols=[]};p.prototype.add=function(e){var t=this,n=t.symbols,r=this.find(e.id);return r?(n[n.indexOf(r)]=e,!1):(n.push(e),!0)},p.prototype.remove=function(e){var t=this,n=t.symbols,r=this.find(e);return!!r&&(n.splice(n.indexOf(r),1),r.destroy(),!0)},p.prototype.find=function(e){return this.symbols.filter((function(t){return t.id===e}))[0]||null},p.prototype.has=function(e){return null!==this.find(e)},p.prototype.stringify=function(){var e=this.config,t=e.attrs,n=this.symbols.map((function(e){return e.stringify()})).join("");return l(n,t)},p.prototype.toString=function(){return this.stringify()},p.prototype.destroy=function(){this.symbols.forEach((function(e){return e.destroy()}))};var m=function(e){var t=e.id,n=e.viewBox,r=e.content;this.id=t,this.viewBox=n,this.content=r};m.prototype.stringify=function(){return this.content},m.prototype.toString=function(){return this.stringify()},m.prototype.destroy=function(){var e=this;["id","viewBox","content"].forEach((function(t){return delete e[t]}))};var g=function(e){var t=!!document.importNode,n=(new DOMParser).parseFromString(e,"image/svg+xml").documentElement;return t?document.importNode(n,!0):n},v=function(e){function t(){e.apply(this,arguments)}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},t.createFromExistingNode=function(e){return new t({id:e.getAttribute("id"),viewBox:e.getAttribute("viewBox"),content:e.outerHTML})},t.prototype.destroy=function(){this.isMounted&&this.unmount(),e.prototype.destroy.call(this)},t.prototype.mount=function(e){if(this.isMounted)return this.node;var t="string"===typeof e?document.querySelector(e):e,n=this.render();return this.node=n,t.appendChild(n),n},t.prototype.render=function(){var e=this.stringify();return g(l(e)).childNodes[0]},t.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(t.prototype,n),t}(m),b={autoConfigure:!0,mountTo:"body",syncUrlsWithBaseTag:!1,listenLocationChangeEvent:!0,locationChangeEvent:"locationChange",locationChangeAngularEmitter:!1,usagesToUpdate:"use[*|href]",moveGradientsOutsideSymbol:!1},y=function(e){return Array.prototype.slice.call(e,0)},w={isChrome:function(){return/chrome/i.test(navigator.userAgent)},isFirefox:function(){return/firefox/i.test(navigator.userAgent)},isIE:function(){return/msie/i.test(navigator.userAgent)||/trident/i.test(navigator.userAgent)},isEdge:function(){return/edge/i.test(navigator.userAgent)}},x=function(e,t){var n=document.createEvent("CustomEvent");n.initCustomEvent(e,!1,!1,t),window.dispatchEvent(n)},_=function(e){var t=[];return y(e.querySelectorAll("style")).forEach((function(e){e.textContent+="",t.push(e)})),t},C=function(e){return(e||window.location.href).split("#")[0]},S=function(e){angular.module("ng").run(["$rootScope",function(t){t.$on("$locationChangeSuccess",(function(t,n,r){x(e,{oldUrl:r,newUrl:n})}))}])},k="linearGradient, radialGradient, pattern, mask, clipPath",E=function(e,t){return void 0===t&&(t=k),y(e.querySelectorAll("symbol")).forEach((function(e){y(e.querySelectorAll(t)).forEach((function(t){e.parentNode.insertBefore(t,e)}))})),e};function O(e,t){var n=y(e).reduce((function(e,n){if(!n.attributes)return e;var r=y(n.attributes),o=t?r.filter(t):r;return e.concat(o)}),[]);return n}var T=o.xlink.uri,A="xlink:href",R=/[{}|\\\^\[\]`"<>]/g;function N(e){return e.replace(R,(function(e){return"%"+e[0].charCodeAt(0).toString(16).toUpperCase()}))}function D(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function B(e,t,n){return y(e).forEach((function(e){var r=e.getAttribute(A);if(r&&0===r.indexOf(t)){var o=r.replace(t,n);e.setAttributeNS(T,A,o)}})),e}var P,j=["clipPath","colorProfile","src","cursor","fill","filter","marker","markerStart","markerMid","markerEnd","mask","stroke","style"],L=j.map((function(e){return"["+e+"]"})).join(","),I=function(e,t,n,r){var o=N(n),i=N(r),a=e.querySelectorAll(L),u=O(a,(function(e){var t=e.localName,n=e.value;return-1!==j.indexOf(t)&&-1!==n.indexOf("url("+o)}));u.forEach((function(e){return e.value=e.value.replace(new RegExp(D(o),"g"),i)})),B(t,o,i)},M={MOUNT:"mount",SYMBOL_MOUNT:"symbol_mount"},F=function(e){function t(t){var o=this;void 0===t&&(t={}),e.call(this,n(b,t));var i=r();this._emitter=i,this.node=null;var a=this,u=a.config;if(u.autoConfigure&&this._autoConfigure(t),u.syncUrlsWithBaseTag){var s=document.getElementsByTagName("base")[0].getAttribute("href");i.on(M.MOUNT,(function(){return o.updateUrls("#",s)}))}var c=this._handleLocationChange.bind(this);this._handleLocationChange=c,u.listenLocationChangeEvent&&window.addEventListener(u.locationChangeEvent,c),u.locationChangeAngularEmitter&&S(u.locationChangeEvent),i.on(M.MOUNT,(function(e){u.moveGradientsOutsideSymbol&&E(e)})),i.on(M.SYMBOL_MOUNT,(function(e){u.moveGradientsOutsideSymbol&&E(e.parentNode),(w.isIE()||w.isEdge())&&_(e)}))}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var o={isMounted:{}};return o.isMounted.get=function(){return!!this.node},t.prototype._autoConfigure=function(e){var t=this,n=t.config;"undefined"===typeof e.syncUrlsWithBaseTag&&(n.syncUrlsWithBaseTag="undefined"!==typeof document.getElementsByTagName("base")[0]),"undefined"===typeof e.locationChangeAngularEmitter&&(n.locationChangeAngularEmitter="undefined"!==typeof window.angular),"undefined"===typeof e.moveGradientsOutsideSymbol&&(n.moveGradientsOutsideSymbol=w.isFirefox())},t.prototype._handleLocationChange=function(e){var t=e.detail,n=t.oldUrl,r=t.newUrl;this.updateUrls(n,r)},t.prototype.add=function(t){var n=this,r=e.prototype.add.call(this,t);return this.isMounted&&r&&(t.mount(n.node),this._emitter.emit(M.SYMBOL_MOUNT,t.node)),r},t.prototype.attach=function(e){var t=this,n=this;if(n.isMounted)return n.node;var r="string"===typeof e?document.querySelector(e):e;return n.node=r,this.symbols.forEach((function(e){e.mount(n.node),t._emitter.emit(M.SYMBOL_MOUNT,e.node)})),y(r.querySelectorAll("symbol")).forEach((function(e){var t=v.createFromExistingNode(e);t.node=e,n.add(t)})),this._emitter.emit(M.MOUNT,r),r},t.prototype.destroy=function(){var e=this,t=e.config,n=e.symbols,r=e._emitter;n.forEach((function(e){return e.destroy()})),r.off("*"),window.removeEventListener(t.locationChangeEvent,this._handleLocationChange),this.isMounted&&this.unmount()},t.prototype.mount=function(e,t){void 0===e&&(e=this.config.mountTo),void 0===t&&(t=!1);var n=this;if(n.isMounted)return n.node;var r="string"===typeof e?document.querySelector(e):e,o=n.render();return this.node=o,t&&r.childNodes[0]?r.insertBefore(o,r.childNodes[0]):r.appendChild(o),this._emitter.emit(M.MOUNT,o),o},t.prototype.render=function(){return g(this.stringify())},t.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},t.prototype.updateUrls=function(e,t){if(!this.isMounted)return!1;var n=document.querySelectorAll(this.config.usagesToUpdate);return I(this.node,n,C(e)+"#",C(t)+"#"),!0},Object.defineProperties(t.prototype,o),t}(p),V=e((function(e){ /*! * domready (c) Dustin Diaz 2014 - License MIT */ !function(t,n){e.exports=n()}(0,(function(){var e,t=[],n=document,r=n.documentElement.doScroll,o="DOMContentLoaded",i=(r?/^loaded|^c/:/^loaded|^i|^c/).test(n.readyState);return i||n.addEventListener(o,e=function(){n.removeEventListener(o,e),i=1;while(e=t.shift())e()}),function(e){i?setTimeout(e,0):t.push(e)}}))})),U="__SVG_SPRITE_NODE__",q="__SVG_SPRITE__",z=!!window[q];z?P=window[q]:(P=new F({attrs:{id:U,"aria-hidden":"true"}}),window[q]=P);var $=function(){var e=document.getElementById(U);e?P.attach(e):P.mount(document.body,!0)};document.body?$():V($);var H=P;return H}))}).call(this,n("c8ba"))},2384:function(e,t,n){"use strict";n.r(t);var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("el-col",{attrs:{lg:e.span,md:24,sm:24,xl:e.span,xs:24}},[n("div",{staticClass:"left-panel"},[e._t("default")],2)])},o=[],i=(n("a9e3"),{name:"VabQueryFormLeftPanel",props:{span:{type:Number,default:14}}}),a=i,u=n("2877"),s=Object(u["a"])(a,r,o,!1,null,null,null);t["default"]=s.exports},2400:function(e,t,n){"use strict";n.r(t),n.d(t,"getNewList",(function(){return o})),n.d(t,"good",(function(){return i})),n.d(t,"getStuList",(function(){return a})),n.d(t,"getTeaList",(function(){return u})),n.d(t,"getList",(function(){return s})),n.d(t,"getUser",(function(){return c})),n.d(t,"getHome",(function(){return l})),n.d(t,"doTeaEdit",(function(){return f})),n.d(t,"doEdit",(function(){return d})),n.d(t,"studentChange",(function(){return h})),n.d(t,"teacherChange",(function(){return p})),n.d(t,"userEdit",(function(){return m})),n.d(t,"logOut",(function(){return g})),n.d(t,"getSetting",(function(){return v}));var r=n("b775");function o(e){return Object(r["default"])({url:"/home",method:"get",params:e})}function i(e){return Object(r["default"])({url:"/inform/information-good",method:"post",params:e})}function a(e){return Object(r["default"])({url:"/mentor/student",method:"get",params:e})}function u(e){return Object(r["default"])({url:"/mentor/teacher",method:"get",params:e})}function s(e){return Object(r["default"])({url:"/mentor/subscribe-student",method:"get",params:e})}function c(e){return Object(r["default"])({url:"/auth/me",method:"get",params:e})}function l(e){return Object(r["default"])({url:"/home",method:"get",params:e})}function f(e){return Object(r["default"])({url:"/mentor/teacher/"+e.type_id,method:"put",data:e})}function d(e){return Object(r["default"])({url:"/mentor/student/"+e.type_id,method:"put",data:e})}function h(e){return Object(r["default"])({url:"/mentor/perfect-student-info",method:"put",data:e})}function p(e){return Object(r["default"])({url:"/mentor/perfect-teacher-info",method:"put",data:e})}function m(e){return Object(r["default"])({url:"/base/auth/me"+e.type_id,method:"put",data:e})}function g(e){return Object(r["default"])({url:"/base/auth/logout",method:"get",params:e})}function v(e){return Object(r["default"])({url:"/base/setting-key",method:"get",params:e})}},2444:function(e,t,n){"use strict";(function(t){var r=n("c532"),o=n("c8af"),i=n("387f"),a={"Content-Type":"application/x-www-form-urlencoded"};function u(e,t){!r.isUndefined(e)&&r.isUndefined(e["Content-Type"])&&(e["Content-Type"]=t)}function s(){var e;return("undefined"!==typeof XMLHttpRequest||"undefined"!==typeof t&&"[object process]"===Object.prototype.toString.call(t))&&(e=n("b50d")),e}function c(e,t,n){if(r.isString(e))try{return(t||JSON.parse)(e),r.trim(e)}catch(o){if("SyntaxError"!==o.name)throw o}return(n||JSON.stringify)(e)}var l={transitional:{silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},adapter:s(),transformRequest:[function(e,t){return o(t,"Accept"),o(t,"Content-Type"),r.isFormData(e)||r.isArrayBuffer(e)||r.isBuffer(e)||r.isStream(e)||r.isFile(e)||r.isBlob(e)?e:r.isArrayBufferView(e)?e.buffer:r.isURLSearchParams(e)?(u(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString()):r.isObject(e)||t&&"application/json"===t["Content-Type"]?(u(t,"application/json"),c(e)):e}],transformResponse:[function(e){var t=this.transitional,n=t&&t.silentJSONParsing,o=t&&t.forcedJSONParsing,a=!n&&"json"===this.responseType;if(a||o&&r.isString(e)&&e.length)try{return JSON.parse(e)}catch(u){if(a){if("SyntaxError"===u.name)throw i(u,this,"E_JSON_PARSE");throw u}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};r.forEach(["delete","get","head"],(function(e){l.headers[e]={}})),r.forEach(["post","put","patch"],(function(e){l.headers[e]=r.merge(a)})),e.exports=l}).call(this,n("4362"))},2714:function(e,t,n){var r="function"===typeof Map&&Map.prototype,o=Object.getOwnPropertyDescriptor&&r?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,i=r&&o&&"function"===typeof o.get?o.get:null,a=r&&Map.prototype.forEach,u="function"===typeof Set&&Set.prototype,s=Object.getOwnPropertyDescriptor&&u?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,c=u&&s&&"function"===typeof s.get?s.get:null,l=u&&Set.prototype.forEach,f="function"===typeof WeakMap&&WeakMap.prototype,d=f?WeakMap.prototype.has:null,h="function"===typeof WeakSet&&WeakSet.prototype,p=h?WeakSet.prototype.has:null,m="function"===typeof WeakRef&&WeakRef.prototype,g=m?WeakRef.prototype.deref:null,v=Boolean.prototype.valueOf,b=Object.prototype.toString,y=Function.prototype.toString,w=String.prototype.match,x=String.prototype.slice,_=String.prototype.replace,C=String.prototype.toUpperCase,S=String.prototype.toLowerCase,k=RegExp.prototype.test,E=Array.prototype.concat,O=Array.prototype.join,T=Array.prototype.slice,A=Math.floor,R="function"===typeof BigInt?BigInt.prototype.valueOf:null,N=Object.getOwnPropertySymbols,D="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?Symbol.prototype.toString:null,B="function"===typeof Symbol&&"object"===typeof Symbol.iterator,P="function"===typeof Symbol&&Symbol.toStringTag&&(typeof Symbol.toStringTag===B||"symbol")?Symbol.toStringTag:null,j=Object.prototype.propertyIsEnumerable,L=("function"===typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function I(e,t){if(e===1/0||e===-1/0||e!==e||e&&e>-1e3&&e<1e3||k.call(/e/,t))return t;var n=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"===typeof e){var r=e<0?-A(-e):A(e);if(r!==e){var o=String(r),i=x.call(t,o.length+1);return _.call(o,n,"$&_")+"."+_.call(_.call(i,/([0-9]{3})/g,"$&_"),/_$/,"")}}return _.call(t,n,"$&_")}var M=n(1).custom,F=M&&G(M)?M:null;function V(e,t,n){var r="double"===(n.quoteStyle||t)?'"':"'";return r+e+r}function U(e){return _.call(String(e),/"/g,""")}function q(e){return"[object Array]"===Z(e)&&(!P||!("object"===typeof e&&P in e))}function z(e){return"[object Date]"===Z(e)&&(!P||!("object"===typeof e&&P in e))}function $(e){return"[object RegExp]"===Z(e)&&(!P||!("object"===typeof e&&P in e))}function H(e){return"[object Error]"===Z(e)&&(!P||!("object"===typeof e&&P in e))}function W(e){return"[object String]"===Z(e)&&(!P||!("object"===typeof e&&P in e))}function K(e){return"[object Number]"===Z(e)&&(!P||!("object"===typeof e&&P in e))}function Y(e){return"[object Boolean]"===Z(e)&&(!P||!("object"===typeof e&&P in e))}function G(e){if(B)return e&&"object"===typeof e&&e instanceof Symbol;if("symbol"===typeof e)return!0;if(!e||"object"!==typeof e||!D)return!1;try{return D.call(e),!0}catch(t){}return!1}function Q(e){if(!e||"object"!==typeof e||!R)return!1;try{return R.call(e),!0}catch(t){}return!1}e.exports=function e(t,n,r,o){var u=n||{};if(J(u,"quoteStyle")&&"single"!==u.quoteStyle&&"double"!==u.quoteStyle)throw new TypeError('option "quoteStyle" must be "single" or "double"');if(J(u,"maxStringLength")&&("number"===typeof u.maxStringLength?u.maxStringLength<0&&u.maxStringLength!==1/0:null!==u.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var s=!J(u,"customInspect")||u.customInspect;if("boolean"!==typeof s&&"symbol"!==s)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(J(u,"indent")&&null!==u.indent&&"\t"!==u.indent&&!(parseInt(u.indent,10)===u.indent&&u.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(J(u,"numericSeparator")&&"boolean"!==typeof u.numericSeparator)throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var f=u.numericSeparator;if("undefined"===typeof t)return"undefined";if(null===t)return"null";if("boolean"===typeof t)return t?"true":"false";if("string"===typeof t)return se(t,u);if("number"===typeof t){if(0===t)return 1/0/t>0?"0":"-0";var d=String(t);return f?I(t,d):d}if("bigint"===typeof t){var h=String(t)+"n";return f?I(t,h):h}var p="undefined"===typeof u.depth?5:u.depth;if("undefined"===typeof r&&(r=0),r>=p&&p>0&&"object"===typeof t)return q(t)?"[Array]":"[Object]";var m=pe(u,r);if("undefined"===typeof o)o=[];else if(te(o,t)>=0)return"[Circular]";function g(t,n,i){if(n&&(o=T.call(o),o.push(n)),i){var a={depth:u.depth};return J(u,"quoteStyle")&&(a.quoteStyle=u.quoteStyle),e(t,a,r+1,o)}return e(t,u,r+1,o)}if("function"===typeof t){var b=ee(t),y=ge(t,g);return"[Function"+(b?": "+b:" (anonymous)")+"]"+(y.length>0?" { "+O.call(y,", ")+" }":"")}if(G(t)){var w=B?_.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):D.call(t);return"object"!==typeof t||B?w:le(w)}if(ue(t)){for(var C="<"+S.call(String(t.nodeName)),k=t.attributes||[],A=0;A",C}if(q(t)){if(0===t.length)return"[]";var N=ge(t,g);return m&&!he(N)?"["+me(N,m)+"]":"[ "+O.call(N,", ")+" ]"}if(H(t)){var M=ge(t,g);return"cause"in t&&!j.call(t,"cause")?"{ ["+String(t)+"] "+O.call(E.call("[cause]: "+g(t.cause),M),", ")+" }":0===M.length?"["+String(t)+"]":"{ ["+String(t)+"] "+O.call(M,", ")+" }"}if("object"===typeof t&&s){if(F&&"function"===typeof t[F])return t[F]();if("symbol"!==s&&"function"===typeof t.inspect)return t.inspect()}if(ne(t)){var X=[];return a.call(t,(function(e,n){X.push(g(n,t,!0)+" => "+g(e,t))})),de("Map",i.call(t),X,m)}if(ie(t)){var ce=[];return l.call(t,(function(e){ce.push(g(e,t))})),de("Set",c.call(t),ce,m)}if(re(t))return fe("WeakMap");if(ae(t))return fe("WeakSet");if(oe(t))return fe("WeakRef");if(K(t))return le(g(Number(t)));if(Q(t))return le(g(R.call(t)));if(Y(t))return le(v.call(t));if(W(t))return le(g(String(t)));if(!z(t)&&!$(t)){var ve=ge(t,g),be=L?L(t)===Object.prototype:t instanceof Object||t.constructor===Object,ye=t instanceof Object?"":"null prototype",we=!be&&P&&Object(t)===t&&P in t?x.call(Z(t),8,-1):ye?"Object":"",xe=be||"function"!==typeof t.constructor?"":t.constructor.name?t.constructor.name+" ":"",_e=xe+(we||ye?"["+O.call(E.call([],we||[],ye||[]),": ")+"] ":"");return 0===ve.length?_e+"{}":m?_e+"{"+me(ve,m)+"}":_e+"{ "+O.call(ve,", ")+" }"}return String(t)};var X=Object.prototype.hasOwnProperty||function(e){return e in this};function J(e,t){return X.call(e,t)}function Z(e){return b.call(e)}function ee(e){if(e.name)return e.name;var t=w.call(y.call(e),/^function\s*([\w$]+)/);return t?t[1]:null}function te(e,t){if(e.indexOf)return e.indexOf(t);for(var n=0,r=e.length;nt.maxStringLength){var n=e.length-t.maxStringLength,r="... "+n+" more character"+(n>1?"s":"");return se(x.call(e,0,t.maxStringLength),t)+r}var o=_.call(_.call(e,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,ce);return V(o,"single",t)}function ce(e){var t=e.charCodeAt(0),n={8:"b",9:"t",10:"n",12:"f",13:"r"}[t];return n?"\\"+n:"\\x"+(t<16?"0":"")+C.call(t.toString(16))}function le(e){return"Object("+e+")"}function fe(e){return e+" { ? }"}function de(e,t,n,r){var o=r?me(n,r):O.call(n,", ");return e+" ("+t+") {"+o+"}"}function he(e){for(var t=0;t=0)return!1;return!0}function pe(e,t){var n;if("\t"===e.indent)n="\t";else{if(!("number"===typeof e.indent&&e.indent>0))return null;n=O.call(Array(e.indent+1)," ")}return{base:n,prev:O.call(Array(t+1),n)}}function me(e,t){if(0===e.length)return"";var n="\n"+t.prev+t.base;return n+O.call(e,","+n)+"\n"+t.prev}function ge(e,t){var n=q(e),r=[];if(n){r.length=e.length;for(var o=0;oe.length)&&(t=e.length);for(var n=0,r=new Array(t);n0?n("div",[n("el-badge",{attrs:{value:e.errorLogs.length},nativeOn:{click:function(t){e.dialogTableVisible=!0}}},[n("vab-icon",{attrs:{icon:"bug-line"}})],1),n("el-dialog",{attrs:{"append-to-body":"",title:"admin-pro(vue-admin-beautiful pro 版本) 异常捕获(温馨提示:错误必须解决)",visible:e.dialogTableVisible,width:"70%"},on:{"update:visible":function(t){e.dialogTableVisible=t}},scopedSlots:e._u([{key:"footer",fn:function(){return[n("el-button",{on:{click:function(t){e.dialogTableVisible=!1}}},[e._v("取 消")]),n("el-button",{attrs:{type:"danger"},on:{click:e.clearAll}},[e._v("暂不显示")])]},proxy:!0}],null,!1,523777005)},[n("el-table",{attrs:{border:"",data:e.errorLogs}},[n("el-table-column",{attrs:{label:"报错路由"},scopedSlots:e._u([{key:"default",fn:function(t){var r=t.row;return[n("a",{attrs:{href:r.url,target:"_blank"}},[n("el-tag",{attrs:{type:"success"}},[e._v(e._s(r.url))])],1)]}}],null,!1,2176999649)}),n("el-table-column",{attrs:{label:"错误信息"},scopedSlots:e._u([{key:"default",fn:function(t){var r=t.row;return[n("el-tag",{attrs:{type:"danger"}},[e._v(e._s(r.err.message))])]}}],null,!1,2907049969)}),n("el-table-column",{attrs:{label:"错误详情",width:"120"},scopedSlots:e._u([{key:"default",fn:function(t){var r=t.row;return[n("el-popover",{attrs:{placement:"top-start",trigger:"hover"},scopedSlots:e._u([{key:"reference",fn:function(){return[n("el-button",[e._v("查看")])]},proxy:!0}],null,!0)},[e._v(" "+e._s(r.err.stack)+" ")])]}}],null,!1,2595311188)}),n("el-table-column",{attrs:{label:"操作",width:"380"},scopedSlots:e._u([{key:"default",fn:function(t){var r=t.row;return e._l(e.searchList,(function(t,o){return n("a",{key:o,attrs:{href:t.url+r.err.message,target:"_blank"}},[n("el-button",{attrs:{type:"primary"}},[e._v(" "+e._s(t.title)+" ")])],1)}))}}],null,!1,3520737484)})],1)],1)],1):e._e()},o=[],i=n("5530"),a=n("f121"),u=n("2f62"),s={name:"VabErrorLog",data:function(){return{dialogTableVisible:!1,title:a["title"],abbreviation:a["abbreviation"],searchList:[{title:"百度搜索",url:"https://www.baidu.com/baidu?wd="},{title:"谷歌搜索",url:"https://www.google.com/search?q="},{title:"Magi搜索",url:"https://magi.com/search?q="}]}},computed:Object(i["a"])({},Object(u["c"])({errorLogs:"errorLog/errorLogs"})),methods:Object(i["a"])(Object(i["a"])({},Object(u["b"])({clearErrorLog:"errorLog/clearErrorLog"})),{},{clearAll:function(){this.dialogTableVisible=!1,this.clearErrorLog()}})},c=s,l=(n("eddd"),n("2877")),f=Object(l["a"])(c,r,o,!1,null,"108b702a",null);t["default"]=f.exports},"2adc":function(e,t,n){!function(){0}(),function(t,n){e.exports=n()}("undefined"!==typeof self&&self,(function(){return function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s="fb15")}({"06af":function(e,t,n){},"1cdc":function(e,t,n){"use strict";n("06af")},"29a1":function(e,t,n){e.exports=n.p+"img/remixicon.symbol.f09b1c74.svg"},8875:function(e,t,n){var r,o,i;(function(n,a){o=[],r=a,i="function"===typeof r?r.apply(t,o):r,void 0===i||(e.exports=i)})("undefined"!==typeof self&&self,(function(){function e(){var t=Object.getOwnPropertyDescriptor(document,"currentScript");if(!t&&"currentScript"in document&&document.currentScript)return document.currentScript;if(t&&t.get!==e&&document.currentScript)return document.currentScript;try{throw new Error}catch(h){var n,r,o,i=/.*at [^(]*\((.*):(.+):(.+)\)$/gi,a=/@([^@]*):(\d+):(\d+)\s*$/gi,u=i.exec(h.stack)||a.exec(h.stack),s=u&&u[1]||!1,c=u&&u[2]||!1,l=document.location.href.replace(document.location.hash,""),f=document.getElementsByTagName("script");s===l&&(n=document.documentElement.outerHTML,r=new RegExp("(?:[^\\n]+?\\n){0,"+(c-2)+"}[^<]*