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

15 lines
93 KiB

3 months ago
(self["webpackChunkagile_portal_front"]=self["webpackChunkagile_portal_front"]||[]).push([[964],{34331:(t,e,i)=>{"use strict";i.r(e),i.d(e,{default:()=>F});var r=function(){var t=this,e=t._self._c;return e("div",{staticClass:"login-container"},[e("div",{staticClass:"login-top"},[e("div",{staticClass:"logo"},[e("router-link",{attrs:{to:"/"}},[e("img",{attrs:{src:i(55800),alt:"久事logo"}}),e("span",{staticClass:"title"},[t._v("久事大数据开放平台")])])],1)]),e("div",{staticClass:"left-pic"},[e("div",{staticClass:"login-button"},[e("router-link",{attrs:{to:"/"}},[t._v("返回首页")])],1),e("div",{staticClass:"login-form"},[e("h3",{staticClass:"user-login-title"},[t._v("用户登录")]),e("el-form",{ref:"loginForm",attrs:{rules:t.rules,"label-position":"top",model:t.loginForm,"label-width":"80px"}},[e("el-form-item",{attrs:{label:"用户名",prop:"username"}},[e("el-input",{model:{value:t.loginForm.username,callback:function(e){t.$set(t.loginForm,"username",e)},expression:"loginForm.username"}})],1),e("el-form-item",{attrs:{label:"密码",prop:"password"}},[e("el-input",{attrs:{type:"password"},on:{blur:t.passwordsClick},model:{value:t.passwords,callback:function(e){t.passwords=e},expression:"passwords"}})],1),e("el-form-item",{staticStyle:{"margin-top":"35px"},attrs:{label:"",prop:"agreeChecked"}},[e("el-checkbox-group",{model:{value:t.loginForm.agreeChecked,callback:function(e){t.$set(t.loginForm,"agreeChecked",e)},expression:"loginForm.agreeChecked"}},[e("el-checkbox",{attrs:{name:"agreeChecked",label:"1"}},[t._v("我已阅读并同意准守 "),e("a",[t._v("《用户协议》")])])],1)],1),e("Verify",{ref:"verify",attrs:{"captcha-type":"clickWord","img-size":{width:"400px",height:"200px"}},on:{success:t.handleLogin}}),e("div",{staticClass:"btn-login"},[e("el-button",{attrs:{type:"primary"},on:{click:t.useVerify}},[t._v("登录")])],1),e("div",{staticClass:"forget-password"},[e("router-link",{attrs:{to:"/findpwd"}},[t._v("忘记密码")])],1)],1)],1)]),e("div",{staticClass:"right-bg"}),e("el-dialog",{staticClass:"authon-dialog",attrs:{title:"身份验证",visible:t.open,width:"400px","append-to-body":"","close-on-click-modal":!1,"close-on-press-escape":!1},on:{"update:visible":function(e){t.open=e}}},[e("div",{staticClass:"tips"},[t._v(" 为了你的账号安全,请进行身份验证")]),e("div",{staticClass:"tel"},[t._v(t._s(t.resPhonenumber))]),e("el-form",{ref:"form",staticClass:"msg-form",attrs:{model:t.loginForm,rules:t.authonRules,"label-width":"0"}},[e("el-form-item",{attrs:{label:"",prop:"code"}},[e("el-input",{attrs:{placeholder:"请输入验证码"},model:{value:t.loginForm.code,callback:function(e){t.$set(t.loginForm,"code",e)},expression:"loginForm.code"}}),e("el-button",{directives:[{name:"show",rawName:"v-show",value:60===t.countDown,expression:"countDown === 60"}],staticClass:"btn-get-code",attrs:{size:"small",type:"primary",plain:""},on:{click:t.getSmgCode}},[t._v("获取验证码")]),e("el-button",{directives:[{name:"show",rawName:"v-show",value:60!==t.countDown,expression:"countDown !== 60"}],staticClass:"btn-get-code",attrs:{size:"small",disabled:""}},[t._v("重新获取("+t._s(t.countDown)+")")])],1)],1),e("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[e("el-button",{on:{click:t.cancel}},[t._v("取 消")]),e("el-button",{attrs:{type:"primary",disabled:""==t.loginForm.code},on:{click:t.handleAuthon}},[t._v("确 定")])],1)],1)],1)},n=[],o=(i(32564),i(83710),i(12223)),s=(i(91058),function(){var t=this,e=t._self._c;return e("div",{directives:[{name:"show",rawName:"v-show",value:t.showBox,expression:"showBox"}],class:"pop"==t.mode?"mask":""},[e("div",{class:"pop"==t.mode?"verifybox":"",style:{"max-width":parseInt(t.imgSize.width)+30+"px"}},["pop"==t.mode?e("div",{staticClass:"verifybox-top"},[t._v(" 请完成安全验证 "),e("span",{staticClass:"verifybox-close",on:{click:t.closeBox}},[e("i",{staticClass:"iconfont icon-close"})])]):t._e(),e("div",{staticClass:"verifybox-bottom",style:{padding:"pop"==t.mode?"15px":"0"}},[t.componentType?e(t.componentType,{ref:"instance
/** @preserve
* Counter block mode compatible with Dr Brian Gladman fileenc.c
* derived from CryptoJS.mode.CTR
* Jan Hruby jhruby.web@gmail.com
*/
return t.mode.CTRGladman=function(){var e=t.lib.BlockCipherMode.extend();function i(t){if(255===(t>>24&255)){var e=t>>16&255,i=t>>8&255,r=255&t;255===e?(e=0,255===i?(i=0,255===r?r=0:++r):++i):++e,t=0,t+=e<<16,t+=i<<8,t+=r}else t+=1<<24;return t}function r(t){return 0===(t[0]=i(t[0]))&&(t[1]=i(t[1])),t}var n=e.Encryptor=e.extend({processBlock:function(t,e){var i=this._cipher,n=i.blockSize,o=this._iv,s=this._counter;o&&(s=this._counter=o.slice(0),this._iv=void 0),r(s);var a=s.slice(0);i.encryptBlock(a,0);for(var c=0;c<n;c++)t[e+c]^=a[c]}});return e.Decryptor=n,e}(),t.mode.CTRGladman}))},20688:function(t,e,i){var r,n,o,s=i(54614)["default"];i(47042),function(a,c,h){"object"===s(e)?t.exports=e=c(i(97424),i(72811)):(n=[i(97424),i(72811)],r=c,o="function"===typeof r?r.apply(e,n):r,void 0===o||(t.exports=o))}(0,(function(t){return t.mode.CTR=function(){var e=t.lib.BlockCipherMode.extend(),i=e.Encryptor=e.extend({processBlock:function(t,e){var i=this._cipher,r=i.blockSize,n=this._iv,o=this._counter;n&&(o=this._counter=n.slice(0),this._iv=void 0);var s=o.slice(0);i.encryptBlock(s,0),o[r-1]=o[r-1]+1|0;for(var a=0;a<r;a++)t[e+a]^=s[a]}});return e.Decryptor=i,e}(),t.mode.CTR}))},66760:function(t,e,i){var r,n,o,s=i(54614)["default"];(function(a,c,h){"object"===s(e)?t.exports=e=c(i(97424),i(72811)):(n=[i(97424),i(72811)],r=c,o="function"===typeof r?r.apply(e,n):r,void 0===o||(t.exports=o))})(0,(function(t){return t.mode.ECB=function(){var e=t.lib.BlockCipherMode.extend();return e.Encryptor=e.extend({processBlock:function(t,e){this._cipher.encryptBlock(t,e)}}),e.Decryptor=e.extend({processBlock:function(t,e){this._cipher.decryptBlock(t,e)}}),e}(),t.mode.ECB}))},8775:function(t,e,i){var r,n,o,s=i(54614)["default"];i(47042),function(a,c,h){"object"===s(e)?t.exports=e=c(i(97424),i(72811)):(n=[i(97424),i(72811)],r=c,o="function"===typeof r?r.apply(e,n):r,void 0===o||(t.exports=o))}(0,(function(t){return t.mode.OFB=function(){var e=t.lib.BlockCipherMode.extend(),i=e.Encryptor=e.extend({processBlock:function(t,e){var i=this._cipher,r=i.blockSize,n=this._iv,o=this._keystream;n&&(o=this._keystream=n.slice(0),this._iv=void 0),i.encryptBlock(o,0);for(var s=0;s<r;s++)t[e+s]^=o[s]}});return e.Decryptor=i,e}(),t.mode.OFB}))},40439:function(t,e,i){var r,n,o,s=i(54614)["default"];(function(a,c,h){"object"===s(e)?t.exports=e=c(i(97424),i(72811)):(n=[i(97424),i(72811)],r=c,o="function"===typeof r?r.apply(e,n):r,void 0===o||(t.exports=o))})(0,(function(t){return t.pad.AnsiX923={pad:function(t,e){var i=t.sigBytes,r=4*e,n=r-i%r,o=i+n-1;t.clamp(),t.words[o>>>2]|=n<<24-o%4*8,t.sigBytes+=n},unpad:function(t){var e=255&t.words[t.sigBytes-1>>>2];t.sigBytes-=e}},t.pad.Ansix923}))},49565:function(t,e,i){var r,n,o,s=i(54614)["default"];i(92222),function(a,c,h){"object"===s(e)?t.exports=e=c(i(97424),i(72811)):(n=[i(97424),i(72811)],r=c,o="function"===typeof r?r.apply(e,n):r,void 0===o||(t.exports=o))}(0,(function(t){return t.pad.Iso10126={pad:function(e,i){var r=4*i,n=r-e.sigBytes%r;e.concat(t.lib.WordArray.random(n-1)).concat(t.lib.WordArray.create([n<<24],1))},unpad:function(t){var e=255&t.words[t.sigBytes-1>>>2];t.sigBytes-=e}},t.pad.Iso10126}))},18388:function(t,e,i){var r,n,o,s=i(54614)["default"];i(92222),function(a,c,h){"object"===s(e)?t.exports=e=c(i(97424),i(72811)):(n=[i(97424),i(72811)],r=c,o="function"===typeof r?r.apply(e,n):r,void 0===o||(t.exports=o))}(0,(function(t){return t.pad.Iso97971={pad:function(e,i){e.concat(t.lib.WordArray.create([2147483648],1)),t.pad.ZeroPadding.pad(e,i)},unpad:function(e){t.pad.ZeroPadding.unpad(e),e.sigBytes--}},t.pad.Iso97971}))},36095:function(t,e,i){var r,n,o,s=i(54614)["default"];(function(a,c,h){"object"===s(e)?t.exports=e=c(i(97424),i(72811)):(n=[i(97424),i(72811)],r=c,o="function"===typeof r?r.apply(e,n):r,void 0===o||(t.exports=o))})(0,(function(t){return t.pad.NoPadding={pad:function(){},unpad:function(){}},t.pad.NoPadding}))},71181:function(t,e,i){var r,n,o,s=i(54614)["default"];(function(a,c,h){"object"===s(e)?t.exports=e=c(i(97424),i(72811)):(n=[i(97424),i(72811)],r=c,o="function"===typeof r?r.apply(e,n):r,
/** @preserve
(c) 2012 by Cédric Mesnil. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
return function(e){var i=t,r=i.lib,n=r.WordArray,o=r.Hasher,s=i.algo,a=n.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),c=n.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),h=n.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),f=n.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),l=n.create([0,1518500249,1859775393,2400959708,2840853838]),u=n.create([1352829926,1548603684,1836072691,2053994217,0]),p=s.RIPEMD160=o.extend({_doReset:function(){this._hash=n.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(t,e){for(var i=0;i<16;i++){var r=e+i,n=t[r];t[r]=16711935&(n<<8|n>>>24)|4278255360&(n<<24|n>>>8)}var o,s,p,b,w,k,x,B,S,C,z,A=this._hash.words,H=l.words,P=u.words,D=a.words,I=c.words,R=h.words,E=f.words;k=o=A[0],x=s=A[1],B=p=A[2],S=b=A[3],C=w=A[4];for(i=0;i<80;i+=1)z=o+t[e+D[i]]|0,z+=i<16?d(s,p,b)+H[0]:i<32?v(s,p,b)+H[1]:i<48?g(s,p,b)+H[2]:i<64?y(s,p,b)+H[3]:m(s,p,b)+H[4],z|=0,z=_(z,R[i]),z=z+w|0,o=w,w=b,b=_(p,10),p=s,s=z,z=k+t[e+I[i]]|0,z+=i<16?m(x,B,S)+P[0]:i<32?y(x,B,S)+P[1]:i<48?g(x,B,S)+P[2]:i<64?v(x,B,S)+P[3]:d(x,B,S)+P[4],z|=0,z=_(z,E[i]),z=z+C|0,k=C,C=S,S=_(B,10),B=x,x=z;z=A[1]+p+S|0,A[1]=A[2]+b+C|0,A[2]=A[3]+w+k|0,A[3]=A[4]+o+x|0,A[4]=A[0]+s+B|0,A[0]=z},_doFinalize:function(){var t=this._data,e=t.words,i=8*this._nDataBytes,r=8*t.sigBytes;e[r>>>5]|=128<<24-r%32,e[14+(r+64>>>9<<4)]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),t.sigBytes=4*(e.length+1),this._process();for(var n=this._hash,o=n.words,s=0;s<5;s++){var a=o[s];o[s]=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8)}return n},clone:function(){var t=o.clone.call(this);return t._hash=this._hash.clone(),t}});function d(t,e,i){return t^e^i}function v(t,e,i){return t&e|~t&i}function g(t,e,i){return(t|~e)^i}function y(t,e,i){return t&i|e&~i}function m(t,e,i){return t^(e|~i)}function _(t,e){return t<<e|t>>>32-e}i.RIPEMD160=o._createHelper(p),i.HmacRIPEMD160=o._createHmacHelper(p)}(Math),t.RIPEMD160}))},44768:function(t,e,i){var r,n,o,s=i(54614)["default"];(function(a,c){"object"===s(e)?t.exports=e=c(i(97424)):(n=[i(97424)],r=c,o="function"===typeof r?r.apply(e,n):r,void 0===o||(t.exports=o))})(0,(function(t){return function(){var e=t,i=e.lib,r=i.WordArray,n=i.Hasher,o=e.algo,s=[],a=o.SHA1=n.extend({_doReset:function(){this._hash=new r.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(t,e){for(var i=this._hash.words,r=i[0],n=i[1],o=i[2],a=i[3],c=i[4],h=0;h<80;h++){if(h<16)s[h]=0|t[e+h];else{var f=s[h-3]^s[h-8]^s[h-14]^s[h-16];s[h]=f<<1|f>>>31}var l=(r<<5|r>>>27)+c+s[h];l+=h<20?1518500249+(n&o|~n&a):h<40?1859775393+(n^o^a):h<60?(n&o|n&a|o&a)-1894007588:(n^o^a)-899497514,c=a,a=o,o=n<<30|n>>>2,n=r,r=l}i[0]=i[0]+r|0,i[1]=i[1]+n|0,i[2]=i[2]+o|0,i[3]=i[3]+a|0,i[4]=i[4]+c|0},_doFinalize:function(){var t=this._data,e=t.words,i=8*this._nDataBytes,r=8*t.sigBytes;return e[r>>>5]|=128<<24-r%32,e[14+(r+64>>>9<<4)]=Math.floor(i/4294967296),e[15+(r+64>>>9<<4)]=i,t.sigBytes=4*e.length,this._process(),this._hash},clone:function(){var t=n.clone.call(this);return t._hash=this._hash.clone(),t}});e.SHA1=n._createHelper(a),e.HmacSHA1=n._createHmacHelper(a)}(),t.SHA1}))},43382:function(t,e,i){var r,n,o,s=i(54614)["default"];(function(a,c,h){"object"===s(e)?t.exports=e=c(i(97424),i(99002)):(n=[i(97424),i(99002)],r=c,o="function"===typeof r?r.apply(e,n):r,void 0===o||(t.exports=o))})(0,(function(t){return function(){var e=t,i=e.lib,r=i.WordArray,n=e.algo,o=n.SHA256,s=n.SHA224=o.extend({_doReset:funct