经营性资产情况公开
详情
diff --git a/sunVillage_info/login.html b/sunVillage_info/login.html
new file mode 100644
index 0000000..ad8b1f2
--- /dev/null
+++ b/sunVillage_info/login.html
@@ -0,0 +1,100 @@
+
+
+
+
+
+
用户登录
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 
+
+
+ |
+
+
+
+
+ 
+
+
+ |
+
+
+
+
+ 
+
+
+ |
+ ![]() |
+
+
+
+
+
+
+
+
+
+
+
+
+
支持单位:中农融信(北京)科技股份有限公司
+
+
+
+
diff --git a/sunVillage_info/operatingAssets.html b/sunVillage_info/operatingAssets.html
new file mode 100644
index 0000000..2e82602
--- /dev/null
+++ b/sunVillage_info/operatingAssets.html
@@ -0,0 +1,145 @@
+
+
+
+
+
+
农村资源信息港
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
首页 > 公开 > 经营性资产情况公开
+
+
+
查询年月
+
+
+
+
查询
+
重置
+
+
+
+
+ | 序号 |
+ 资产名称 |
+ 使用状态 |
+ 原值 |
+ 构建时间 |
+ 数量 |
+ 单位 |
+ 承租人 |
+ 合同金额 |
+
+
+ | 序号 |
+ 资产名称 |
+ 使用状态 |
+ 原值 |
+ 构建时间 |
+ 数量 |
+ 单位 |
+ 承租人 |
+ 合同金额 |
+
+
+ | 序号 |
+ 资产名称 |
+ 使用状态 |
+ 原值 |
+ 构建时间 |
+ 数量 |
+ 单位 |
+ 承租人 |
+ 合同金额 |
+
+
+ | 序号 |
+ 资产名称 |
+ 使用状态 |
+ 原值 |
+ 构建时间 |
+ 数量 |
+ 单位 |
+ 承租人 |
+ 合同金额 |
+
+
+ | 序号 |
+ 资产名称 |
+ 使用状态 |
+ 原值 |
+ 构建时间 |
+ 数量 |
+ 单位 |
+ 承租人 |
+ 合同金额 |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/sunVillage_info/static/css/login.css b/sunVillage_info/static/css/login.css
index ce68aa5..d153e4c 100644
--- a/sunVillage_info/static/css/login.css
+++ b/sunVillage_info/static/css/login.css
@@ -1,47 +1,30 @@
-input:-webkit-autofill,
-
-input:-webkit-autofill:hover,
-
-input:-webkit-autofill:focus,
-
-input:-webkit-autofill:active {
- -webkit-transition-delay: 111111s;
-
- -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
-
-}
.registerBody{
- background: url("../images/login_bg.jpg");
width: 100%;
- height: 100%;
background-size: 100% 100%;
- text-align: center;
+ /*border-top: 2px solid var(--color);*/
}
-.loginView_bg{
- background: rgba(18,105,211,0.3);
- text-align: center;
- width: 440px;
- margin: 0 auto;
- padding: 50px;
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%,-50%);
- border-radius: 8px;
- height: 402px;
+
+.header{
+ background: #ffffff;
+ padding: 0 10%;
+ width: 100%;
+}
+
+#page{
+ background: none;
+}
+
+#canvas{
+ display: none;
}
+
.loginView{
background: #FFFFFF;
text-align: center;
width: 420px;
margin: 0 auto;
- padding: 50px;
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%,-50%);
- border-radius: 8px;
- height: 382px;
+ margin-top: 100px;
+ padding-bottom: 50px;
}
.loginView p{
@@ -54,7 +37,7 @@ input:-webkit-autofill:active {
}
.loginView table{
- width: 100%;
+ width: 75%;
margin: 0 auto;
}
@@ -62,52 +45,42 @@ input:-webkit-autofill:active {
text-align: left;
}
+.loginView table tr td:first-child{
+}
+
.loginView table tr td{
padding-top: 20px;
- position: relative;
-}
-.nameIcon{
- width: 23px;
- height: 23px;
- display: block;
- background: url('../images/login_01.png') no-repeat;
- position: absolute;
- bottom: 8px;
}
-.passIcon{
- width: 23px;
- height: 23px;
- display: block;
- background: url('../images/login_02.png') no-repeat;
- position: absolute;
- bottom: 8px;
-}
-.codeIcon{
- width: 23px;
- height: 23px;
- display: block;
- background: url('../images/login_03.png') no-repeat;
- position: absolute;
- bottom: 8px;
+
+.loginView table tr td div{
+ background: #f6f6f6;
+ display: flex;
+ align-items: center;
+ padding: 5px 15px;
+ border-radius: 50px;
}
+
.loginView table tr td input[type="text"],input[type="password"]{
height: 35px;
- border-bottom: 1px solid #cfcfcf;
- padding-left: 30px;
+ border: none;
+ padding-left: 5px;
width: 100%;
+ background: #f6f6f6;
}
.titleTab{
- background: var(--color);
+ background: #ffffff;
}
.titleTab p{
float: left;
display: block;
line-height: 76px;
- width: 50%;
+ width: 100%;
text-align: center;
- color: #7fbdba;
+ color: #000000;
+ font-size: 24px;
+ font-weight: bold;
}
.titleTab p:hover{
@@ -119,10 +92,10 @@ input:-webkit-autofill:active {
}
.remberPsw{
- width: 100%;
+ width: 72%;
margin: 0 auto;
text-align: left;
- margin-top: 50px;
+ margin-top: 20px;
}
.remberPsw input[type="checkbox"]{
@@ -131,14 +104,14 @@ input:-webkit-autofill:active {
}
.loginBtn{
- width: 100%;
+ width: 70%;
padding: 10px 0;
border: none;
- background: #1269d3;
+ background: linear-gradient( 87deg, #187CF4 0%, #2538FE 100%);
color: #ffffff;
display: block;
margin: 0 auto;
- margin-top: 20px;
+ margin-top: 30px;
cursor: pointer;
}
@@ -153,25 +126,31 @@ input:-webkit-autofill:active {
}
.fsYzm{
- height: 35px;
+ height: 45px;
border: 1px solid #cfcfcf;
width: 100%;
}
+#zcdw{
+ position: absolute;
+ bottom: 0;
+ text-align: center;
+ /* left: 50%; */
+ width: 100%;
+ color: #ffffff;
+}
+#graphicImg{
+ height: 45px;
+ border-radius: 50px;
+}
-.topLogo{
- margin: 0 auto;
- padding-top: 2%;
+.logoSearch{
+ height: calc(100vh - 865px);
}
-.topLogo p{
- font-size: 60px;
- font-weight: bold;
- color: #1269d3;
+.logoSearch .logoSearch-div{
+ top: 2vh;
}
-.bottomInformation_login{
- position: absolute;
- bottom: 3%;
- width: 100%;
- color: #010101;
-}
\ No newline at end of file
+#userLogin{
+ padding: 0;
+}
diff --git a/sunVillage_info/static/css/operatingAssets.css b/sunVillage_info/static/css/operatingAssets.css
new file mode 100644
index 0000000..816cfa7
--- /dev/null
+++ b/sunVillage_info/static/css/operatingAssets.css
@@ -0,0 +1,131 @@
+.new_main{
+ width: 100%;
+ margin: 0 auto;
+ height: 65vh;
+ display: flex;
+ background: #ffffff;
+ align-items: center;
+ justify-content: center;
+}
+.new_flex{
+ width: 75%;
+ margin: 0 auto;
+ height: 65vh;
+}
+.new_main table{
+ border: 1px solid #eeeeee;
+ margin-top: 30px;
+}
+.new_main table tr td{
+ border: 1px solid #eeeeee;
+ text-align: center;
+ padding: 10px 0;
+}
+.new_main table tr:nth-child(1) td{
+ background: #F0F6FE;
+}
+.report-title {
+ font-size: 20px;
+ font-weight: bold;
+ text-align: center;
+ line-height: 24px;
+ margin-bottom: 2px;
+ position: relative;
+}
+.main-title {
+ margin-bottom: 5px;
+ padding: 0 10px;
+ height: 33px;
+ line-height: 33px;
+ color: #333;
+ font-size: 13px;
+ display: flex;
+}
+.main-title .company {
+ text-align: left;
+ display: inline-block;
+ width: 30%;
+}
+.main-title .nper {
+ display: inline-block;
+ width: 40%;
+ text-align: center;
+}
+.main-title .amountOf {
+ display: inline-block;
+ width: 30%;
+ text-align: right;
+}
+
+.balance-main {
+ background: #fff;
+ margin: 17px auto 0;
+ padding-bottom: 10px;
+}
+.tab_link{
+ margin: 20px 0;
+}
+.search_main{
+ display: flex;
+ background: #F7F8FA;
+ height: 80px;
+ align-items: center;
+ padding: 0 20px;
+}
+.data_input {
+ float: left;
+ width: 190px;
+ height: 26px;
+ background: #ffffff;
+ border: 1px solid #E5E5E5;
+ border-radius: 4px;
+ text-indent: 10px;
+ margin-left: 15px;
+ font-size: 14px;
+}
+.datas_input::-webkit-input-placeholder {
+ color: #999;
+}
+
+.datas_input:-moz-placeholder {
+ color: #999;
+}
+
+.datas_input:-ms-input-placeholder {
+ color: #999;
+}
+.input_data_icon {
+ position: absolute;
+ width: 18px;
+ right: 10px;
+ top: 4px;
+}
+.centerRight-list1-form input,
+select {
+ background-color: transparent;
+ border: 1px solid #bfbfbf;
+ height: 26px;
+ padding-left: 5px;
+ width: 170px;
+}
+.search_btn{
+ background: linear-gradient( 91deg, #187CF4 0%, #2538FE 100%);
+ border-radius: 2px 2px 2px 2px;
+ width: 80px;
+ height: 32px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ color: #ffffff;
+ line-height: 1;
+}
+.search_rest{
+ background: #ffffff;
+ border-radius: 2px 2px 2px 2px;
+ width: 80px;
+ height: 32px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ line-height: 1;
+}
diff --git a/sunVillage_info/static/images/login_icon_01.png b/sunVillage_info/static/images/login_icon_01.png
new file mode 100644
index 0000000000000000000000000000000000000000..9fc61d6fe9f90b391102e5739caa8aa95f93f29e
GIT binary patch
literal 927
zcmV;Q17Q4#P)
p~yu-Q7(oYeLuPgi;RehiVO-A3XOzX_})CQ
zMWK)j7ePV;wg?j16uD4mAcKJx4Z}o2Gw=2ta1nZE-W@Umakz*3=HBm|^PO|gJNIeq
zKmT?J>|~(q3|N-6PdCj`!!$obenP%O=1tQa&~-gjZcUd(08T7Vh(*rWDaQG%VC*~-
z;x?XBkOy4TJ^*uomGM(10K*oXOu+eAa%H6{ZrfK~$8qEF_&AW@Pr?h_LT_W-0N@zOQhf@
zbUeTlcCR0n_LT@AqP!-=E>cht!B|+J7F4iG1Q5|j7&{8_9nomC4mHyZ5}$m*04Nba
z240{Bj`jBS9fnTH5vs1f27Km6HalAqxW1`GAel@)M?~*5&wEC%I&0;lAfNPJ%(jH4scFHUDviB(YlH#5gXvn>lu}Uw4ULUg5J_vE^G-yaE@ecv
zhipuvKJIZLhP%7F_scM}CM7_x7!1S^zv4K
z-$MR+xUQRqy%c(gv^Pizz-v8}zGB{*!8v`jO1~4O1mccUg({xd8t;suH?*U188UlP
z0y5ygTHF2v{4)0&00960R^6f&00006NklZj|
zO%)|pleuZcrfcA{X`b)nT{_|GrYWYWk5M5hq70~a=}1jHo8*t?YSS>^zyR6pKR2dx7-;=I-tTYxXbIi8Z&
zF77xvfaGoBe77(GE`^g^93uHz%;+Ql_TNFa1Tu${fT-2FkHWB%xjGV^1R&oz{;hyF
zkMqc~`!RM&UZwH`s|LUqkP58>qv5cj7(1}+evDlbDRuZg9`E73GEP;;L@S`z>kVWW
z-r96OHk>GmZo1v>C+f|FR=^BvjtixL<#)hz`TPO^0RR8~@nZ1+000I_L_t&o05iAC
UP}hiy#Q*>R07*qoM6N<$f~F?XssI20
literal 0
HcmV?d00001
diff --git a/sunVillage_info/static/images/login_icon_03.png b/sunVillage_info/static/images/login_icon_03.png
new file mode 100644
index 0000000000000000000000000000000000000000..d550b2b821720cd5eefe3f1477ddd33e3d871980
GIT binary patch
literal 1120
zcmV-m1fTnfP)FMeG|tztG4_GD(wOL@~@SGxPiVo!|Us
z-dM(G{(S@R|
zIt9`efJ7qk0|DYrEOviWAh1BtL&`KSc&n=eZ;HhM&oEBI8$wnfD-T6?baeFRcED%>
zIF9olPEO$L7WCXxYKaw3uwt9>@#S~#Hm4^hE@m?h=9o$aL^sgY
zRRZu!>~D?5<0tXCO9w~`z_hGKIJr*1|1m1y{8-s_H>XmmotaeX=FH5@GW?n*V35&L
zJITyX6)=X87as(Y|5k=ks9~;6v;aKMd&WxaP$;x@O|NMuAiKM}CkY&+`ok2U>sMw=WGnmB
z>gqE;zdF_eK$wTbQO((vm6Ga+1VvtHfIQ3Uhsf9n!5jA3vaCI#ST2_zNncM|0621S
zCOH^ir?F`sK>l=kdiw1ro^PN9AaYWA2j_bu
zk;pGH7vds%pgb=u{9sSdLrbYCoac+h;(3wRlYqp}5HwdWtInGOa9vl7+%DUWRF$P?
zrL*kyKE@Sb)Js^dW9AJl*xMVCS^_|}LAb_f3P4gu<<4@qk5fqYntr8Yi}GY*+xv3)
zU&c!nrtVLvaoBU{EYfRRQvjk(;lV
zv&U1)FwXgFq25XToQ!=>om?XIv-rr>%l-3~07P+RW#tSjS^mzpC;i7yWX*_-rIFce
z(JA_tZCwCT3#4&`+ib^{P)KgOmJYcmuCn?A)QFR9;|sbj0Es4P?hcE
zR-7Ynp7Cy8PP>u45}i({V*pj>1k00Zhrsd?YI)SEHoAVp0Cdha!u$FGte2IK00030
m|E504YybcN21!IgR09ADDZNl^{}2HH0000= 1 && month <= 9) {
+ month = "0" + month;
+ }
+ if (day >= 0 && day <= 9) {
+ day = "0" + day;
+ }
+ if (hours >= 0 && hours <= 9) {
+ hours = "0" + hours;
+ }
+ if (minutes >= 0 && minutes <= 9) {
+ minutes = "0" + minutes;
+ }
+ if (seconds >= 0 && seconds <= 9) {
+ seconds = "0" + seconds;
+ }
+ var currentdate = date.getFullYear() + seperator1 + month + seperator1 + day + " " + hours + seperator2 + minutes + seperator2 + seconds;
+ console.log(currentdate)
+ return currentdate;
+ },
/**
* getWebConfig 网站配置信息
* @param
@@ -461,6 +535,8 @@ define(['jquery', 'dialog'], function ($, dialog) {
$("#webConfigAddress").html(content[0].configValue + '' + content[3].configValue);
serverApi = content[11].configValue;
+ lastTime = parseFloat(content[8].configValue);
+
}
},
/**
@@ -476,6 +552,77 @@ define(['jquery', 'dialog'], function ($, dialog) {
location.reload();
}
},
+ /**
+ * encrypt 加密
+ * @param
+ */
+ encrypt: function (txt) {
+ const publicKey = 'MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAKoR8mX0rGKLqzcWmOzbfj64K8ZIgOdH\n' +
+ 'nzkXSOVOZbFu/TJhZ7rFAN+eaGkl3C4buccQd/EjEsj9ir7ijT7h96MCAwEAAQ=='
+ const encryptor = new JSEncrypt()
+ encryptor.setPublicKey(publicKey) // 设置公钥
+ return encryptor.encrypt(txt) // 对数据进行加密
+ },
+ /**
+ * encrypt 解密
+ * @param
+ */
+ decrypt: function (txt) {
+ const privateKey = 'MIIBVAIBADANBgkqhkiG9w0BAQEFAASCAT4wggE6AgEAAkEAqhHyZfSsYourNxaY\n' +
+ '7Nt+PrgrxkiA50efORdI5U5lsW79MmFnusUA355oaSXcLhu5xxB38SMSyP2KvuKN\n' +
+ 'PuH3owIDAQABAkAfoiLyL+Z4lf4Myxk6xUDgLaWGximj20CUf+5BKKnlrK+Ed8gA\n' +
+ 'kM0HqoTt2UZwA5E2MzS4EI2gjfQhz5X28uqxAiEA3wNFxfrCZlSZHb0gn2zDpWow\n' +
+ 'cSxQAgiCstxGUoOqlW8CIQDDOerGKH5OmCJ4Z21v+F25WaHYPxCFMvwxpcw99Ecv\n' +
+ 'DQIgIdhDTIqD2jfYjPTY8Jj3EDGPbH2HHuffvflECt3Ek60CIQCFRlCkHpi7hthh\n' +
+ 'YhovyloRYsM+IS9h/0BzlEAuO0ktMQIgSPT3aFAgJYwKpqRYKlLDVcflZFCKY7u3\n' +
+ 'UP8iWi1Qw0Y='
+ const encryptor = new JSEncrypt()
+ encryptor.setPrivateKey(privateKey) // 设置私钥
+ return encryptor.decrypt(txt) // 对数据进行解密
+ },
+
+ format: function (time, format) {
+ var t = new Date(time);
+ var tf = function (i) { return (i < 10 ? '0' : '') + i };
+ return format.replace(/yyyy|MM|dd|HH|mm|ss/g, function (a) {
+ switch (a) {
+ case 'yyyy':
+ return tf(t.getFullYear());
+ break;
+ case 'MM':
+ return tf(t.getMonth() + 1);
+ break;
+ case 'mm':
+ return tf(t.getMinutes());
+ break;
+ case 'dd':
+ return tf(t.getDate());
+ break;
+ case 'HH':
+ return tf(t.getHours());
+ break;
+ case 'ss':
+ return tf(t.getSeconds());
+ break;
+ }
+ })
+ },
+
+ /**
+ * 计算出相差天数
+ * @param secondSub
+ */
+ formatTotalDateSub: function (secondSub) {
+ var days = Math.floor(secondSub / (24 * 3600)); // 计算出小时数
+ var leave1 = secondSub % (24*3600) ; // 计算天数后剩余的毫秒数
+ var hours = Math.floor(leave1 / 3600); // 计算相差分钟数
+ var leave2 = leave1 % (3600); // 计算小时数后剩余的毫秒数
+ var minutes = Math.floor(leave2 / 60); // 计算相差秒数
+ var leave3 = leave2 % 60; // 计算分钟数后剩余的毫秒数
+ var seconds = Math.round(leave3);
+ return days + "天" + hours + "时" + minutes + "分" + seconds + '秒';
+ }
+
});
return Tool;
});
diff --git a/sunVillage_info/static/js/lib/jsencrypt/jsencrypt.min.js b/sunVillage_info/static/js/lib/jsencrypt/jsencrypt.min.js
new file mode 100644
index 0000000..44f4c65
--- /dev/null
+++ b/sunVillage_info/static/js/lib/jsencrypt/jsencrypt.min.js
@@ -0,0 +1,2 @@
+/*! For license information please see jsencrypt.min.js.LICENSE.txt */
+!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.JSEncrypt=e():t.JSEncrypt=e()}(window,(function(){return(()=>{"use strict";var t=[,(t,e,i)=>{function r(t){return"0123456789abcdefghijklmnopqrstuvwxyz".charAt(t)}function n(t,e){return t&e}function s(t,e){return t|e}function o(t,e){return t^e}function h(t,e){return t&~e}function a(t){if(0==t)return-1;var e=0;return 0==(65535&t)&&(t>>=16,e+=16),0==(255&t)&&(t>>=8,e+=8),0==(15&t)&&(t>>=4,e+=4),0==(3&t)&&(t>>=2,e+=2),0==(1&t)&&++e,e}function u(t){for(var e=0;0!=t;)t&=t-1,++e;return e}i.d(e,{default:()=>nt});var c,f="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";function l(t){var e,i,r="";for(e=0;e+3<=t.length;e+=3)i=parseInt(t.substring(e,e+3),16),r+=f.charAt(i>>6)+f.charAt(63&i);for(e+1==t.length?(i=parseInt(t.substring(e,e+1),16),r+=f.charAt(i<<2)):e+2==t.length&&(i=parseInt(t.substring(e,e+2),16),r+=f.charAt(i>>2)+f.charAt((3&i)<<4));(3&r.length)>0;)r+="=";return r}function p(t){var e,i="",n=0,s=0;for(e=0;e>2),s=3&o,n=1):1==n?(i+=r(s<<2|o>>4),s=15&o,n=2):2==n?(i+=r(s),i+=r(o>>2),s=3&o,n=3):(i+=r(s<<2|o>>4),i+=r(15&o),n=0))}return 1==n&&(i+=r(s<<2)),i}var g,d={decode:function(t){var e;if(void 0===g){var i="= \f\n\r\t \u2028\u2029";for(g=Object.create(null),e=0;e<64;++e)g["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(e)]=e;for(g["-"]=62,g._=63,e=0;e=4?(r[r.length]=n>>16,r[r.length]=n>>8&255,r[r.length]=255&n,n=0,s=0):n<<=6}}switch(s){case 1:throw new Error("Base64 encoding incomplete: at least 2 bits missing");case 2:r[r.length]=n>>10;break;case 3:r[r.length]=n>>16,r[r.length]=n>>8&255}return r},re:/-----BEGIN [^-]+-----([A-Za-z0-9+\/=\s]+)-----END [^-]+-----|begin-base64[^\n]+\n([A-Za-z0-9+\/=\s]+)====/,unarmor:function(t){var e=d.re.exec(t);if(e)if(e[1])t=e[1];else{if(!e[2])throw new Error("RegExp out of sync");t=e[2]}return d.decode(t)}},v=1e13,m=function(){function t(t){this.buf=[+t||0]}return t.prototype.mulAdd=function(t,e){var i,r,n=this.buf,s=n.length;for(i=0;i0&&(n[i]=e)},t.prototype.sub=function(t){var e,i,r=this.buf,n=r.length;for(e=0;e=0;--r)i+=(v+e[r]).toString().substring(1);return i},t.prototype.valueOf=function(){for(var t=this.buf,e=0,i=t.length-1;i>=0;--i)e=e*v+t[i];return e},t.prototype.simplify=function(){var t=this.buf;return 1==t.length?t[0]:this},t}(),y=/^(\d\d)(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])([01]\d|2[0-3])(?:([0-5]\d)(?:([0-5]\d)(?:[.,](\d{1,3}))?)?)?(Z|[-+](?:[0]\d|1[0-2])([0-5]\d)?)?$/,b=/^(\d\d\d\d)(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])([01]\d|2[0-3])(?:([0-5]\d)(?:([0-5]\d)(?:[.,](\d{1,3}))?)?)?(Z|[-+](?:[0]\d|1[0-2])([0-5]\d)?)?$/;function T(t,e){return t.length>e&&(t=t.substring(0,e)+"…"),t}var S,E=function(){function t(e,i){this.hexDigits="0123456789ABCDEF",e instanceof t?(this.enc=e.enc,this.pos=e.pos):(this.enc=e,this.pos=i)}return t.prototype.get=function(t){if(void 0===t&&(t=this.pos++),t>=this.enc.length)throw new Error("Requesting byte offset "+t+" on a stream of length "+this.enc.length);return"string"==typeof this.enc?this.enc.charCodeAt(t):this.enc[t]},t.prototype.hexByte=function(t){return this.hexDigits.charAt(t>>4&15)+this.hexDigits.charAt(15&t)},t.prototype.hexDump=function(t,e,i){for(var r="",n=t;n176)return!1}return!0},t.prototype.parseStringISO=function(t,e){for(var i="",r=t;r191&&n<224?String.fromCharCode((31&n)<<6|63&this.get(r++)):String.fromCharCode((15&n)<<12|(63&this.get(r++))<<6|63&this.get(r++))}return i},t.prototype.parseStringBMP=function(t,e){for(var i,r,n="",s=t;s127,s=n?255:0,o="";r==s&&++t4){for(o=r,i<<=3;0==(128&(+o^s));)o=+o<<1,--i;o="("+i+" bit)\n"}n&&(r-=256);for(var h=new m(r),a=t+1;a=a;--u)s+=h>>u&1?"1":"0";if(s.length>i)return n+T(s,i)}return n+s},t.prototype.parseOctetString=function(t,e,i){if(this.isASCII(t,e))return T(this.parseStringISO(t,e),i);var r=e-t,n="("+r+" byte)\n";r>(i/=2)&&(e=t+i);for(var s=t;si&&(n+="…"),n},t.prototype.parseOID=function(t,e,i){for(var r="",n=new m,s=0,o=t;oi)return T(r,i);n=new m,s=0}}return s>0&&(r+=".incomplete"),r},t}(),w=function(){function t(t,e,i,r,n){if(!(r instanceof D))throw new Error("Invalid tag value.");this.stream=t,this.header=e,this.length=i,this.tag=r,this.sub=n}return t.prototype.typeName=function(){switch(this.tag.tagClass){case 0:switch(this.tag.tagNumber){case 0:return"EOC";case 1:return"BOOLEAN";case 2:return"INTEGER";case 3:return"BIT_STRING";case 4:return"OCTET_STRING";case 5:return"NULL";case 6:return"OBJECT_IDENTIFIER";case 7:return"ObjectDescriptor";case 8:return"EXTERNAL";case 9:return"REAL";case 10:return"ENUMERATED";case 11:return"EMBEDDED_PDV";case 12:return"UTF8String";case 16:return"SEQUENCE";case 17:return"SET";case 18:return"NumericString";case 19:return"PrintableString";case 20:return"TeletexString";case 21:return"VideotexString";case 22:return"IA5String";case 23:return"UTCTime";case 24:return"GeneralizedTime";case 25:return"GraphicString";case 26:return"VisibleString";case 27:return"GeneralString";case 28:return"UniversalString";case 30:return"BMPString"}return"Universal_"+this.tag.tagNumber.toString();case 1:return"Application_"+this.tag.tagNumber.toString();case 2:return"["+this.tag.tagNumber.toString()+"]";case 3:return"Private_"+this.tag.tagNumber.toString()}},t.prototype.content=function(t){if(void 0===this.tag)return null;void 0===t&&(t=1/0);var e=this.posContent(),i=Math.abs(this.length);if(!this.tag.isUniversal())return null!==this.sub?"("+this.sub.length+" elem)":this.stream.parseOctetString(e,e+i,t);switch(this.tag.tagNumber){case 1:return 0===this.stream.get(e)?"false":"true";case 2:return this.stream.parseInteger(e,e+i);case 3:return this.sub?"("+this.sub.length+" elem)":this.stream.parseBitString(e,e+i,t);case 4:return this.sub?"("+this.sub.length+" elem)":this.stream.parseOctetString(e,e+i,t);case 6:return this.stream.parseOID(e,e+i,t);case 16:case 17:return null!==this.sub?"("+this.sub.length+" elem)":"(no elem)";case 12:return T(this.stream.parseStringUTF(e,e+i),t);case 18:case 19:case 20:case 21:case 22:case 26:return T(this.stream.parseStringISO(e,e+i),t);case 30:return T(this.stream.parseStringBMP(e,e+i),t);case 23:case 24:return this.stream.parseTime(e,e+i,23==this.tag.tagNumber)}return null},t.prototype.toString=function(){return this.typeName()+"@"+this.stream.pos+"[header:"+this.header+",length:"+this.length+",sub:"+(null===this.sub?"null":this.sub.length)+"]"},t.prototype.toPrettyString=function(t){void 0===t&&(t="");var e=t+this.typeName()+" @"+this.stream.pos;if(this.length>=0&&(e+="+"),e+=this.length,this.tag.tagConstructed?e+=" (constructed)":!this.tag.isUniversal()||3!=this.tag.tagNumber&&4!=this.tag.tagNumber||null===this.sub||(e+=" (encapsulates)"),e+="\n",null!==this.sub){t+=" ";for(var i=0,r=this.sub.length;i6)throw new Error("Length over 48 bits not supported at position "+(t.pos-1));if(0===i)return null;e=0;for(var r=0;r>6,this.tagConstructed=0!=(32&e),this.tagNumber=31&e,31==this.tagNumber){var i=new m;do{e=t.get(),i.mulAdd(128,127&e)}while(128&e);this.tagNumber=i.simplify()}}return t.prototype.isUniversal=function(){return 0===this.tagClass},t.prototype.isEOC=function(){return 0===this.tagClass&&0===this.tagNumber},t}(),x=[2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,283,293,307,311,313,317,331,337,347,349,353,359,367,373,379,383,389,397,401,409,419,421,431,433,439,443,449,457,461,463,467,479,487,491,499,503,509,521,523,541,547,557,563,569,571,577,587,593,599,601,607,613,617,619,631,641,643,647,653,659,661,673,677,683,691,701,709,719,727,733,739,743,751,757,761,769,773,787,797,809,811,821,823,827,829,839,853,857,859,863,877,881,883,887,907,911,919,929,937,941,947,953,967,971,977,983,991,997],R=(1<<26)/x[x.length-1],B=function(){function t(t,e,i){null!=t&&("number"==typeof t?this.fromNumber(t,e,i):null==e&&"string"!=typeof t?this.fromString(t,256):this.fromString(t,e))}return t.prototype.toString=function(t){if(this.s<0)return"-"+this.negate().toString(t);var e;if(16==t)e=4;else if(8==t)e=3;else if(2==t)e=1;else if(32==t)e=5;else{if(4!=t)return this.toRadix(t);e=2}var i,n=(1<0)for(a>a)>0&&(s=!0,o=r(i));h>=0;)a>(a+=this.DB-e)):(i=this[h]>>(a-=e)&n,a<=0&&(a+=this.DB,--h)),i>0&&(s=!0),s&&(o+=r(i));return s?o:"0"},t.prototype.negate=function(){var e=N();return t.ZERO.subTo(this,e),e},t.prototype.abs=function(){return this.s<0?this.negate():this},t.prototype.compareTo=function(t){var e=this.s-t.s;if(0!=e)return e;var i=this.t;if(0!=(e=i-t.t))return this.s<0?-e:e;for(;--i>=0;)if(0!=(e=this[i]-t[i]))return e;return 0},t.prototype.bitLength=function(){return this.t<=0?0:this.DB*(this.t-1)+F(this[this.t-1]^this.s&this.DM)},t.prototype.mod=function(e){var i=N();return this.abs().divRemTo(e,null,i),this.s<0&&i.compareTo(t.ZERO)>0&&e.subTo(i,i),i},t.prototype.modPowInt=function(t,e){var i;return i=t<256||e.isEven()?new A(e):new V(e),this.exp(t,i)},t.prototype.clone=function(){var t=N();return this.copyTo(t),t},t.prototype.intValue=function(){if(this.s<0){if(1==this.t)return this[0]-this.DV;if(0==this.t)return-1}else{if(1==this.t)return this[0];if(0==this.t)return 0}return(this[1]&(1<<32-this.DB)-1)<>24},t.prototype.shortValue=function(){return 0==this.t?this.s:this[0]<<16>>16},t.prototype.signum=function(){return this.s<0?-1:this.t<=0||1==this.t&&this[0]<=0?0:1},t.prototype.toByteArray=function(){var t=this.t,e=[];e[0]=this.s;var i,r=this.DB-t*this.DB%8,n=0;if(t-- >0)for(r>r)!=(this.s&this.DM)>>r&&(e[n++]=i|this.s<=0;)r<8?(i=(this[t]&(1<>(r+=this.DB-8)):(i=this[t]>>(r-=8)&255,r<=0&&(r+=this.DB,--t)),0!=(128&i)&&(i|=-256),0==n&&(128&this.s)!=(128&i)&&++n,(n>0||i!=this.s)&&(e[n++]=i);return e},t.prototype.equals=function(t){return 0==this.compareTo(t)},t.prototype.min=function(t){return this.compareTo(t)<0?this:t},t.prototype.max=function(t){return this.compareTo(t)>0?this:t},t.prototype.and=function(t){var e=N();return this.bitwiseTo(t,n,e),e},t.prototype.or=function(t){var e=N();return this.bitwiseTo(t,s,e),e},t.prototype.xor=function(t){var e=N();return this.bitwiseTo(t,o,e),e},t.prototype.andNot=function(t){var e=N();return this.bitwiseTo(t,h,e),e},t.prototype.not=function(){for(var t=N(),e=0;e=this.t?0!=this.s:0!=(this[e]&1<1){var c=N();for(r.sqrTo(o[1],c);h<=u;)o[h]=N(),r.mulTo(c,o[h-2],o[h]),h+=2}var f,l,p=t.t-1,g=!0,d=N();for(n=F(t[p])-1;p>=0;){for(n>=a?f=t[p]>>n-a&u:(f=(t[p]&(1<0&&(f|=t[p-1]>>this.DB+n-a)),h=i;0==(1&f);)f>>=1,--h;if((n-=h)<0&&(n+=this.DB,--p),g)o[f].copyTo(s),g=!1;else{for(;h>1;)r.sqrTo(s,d),r.sqrTo(d,s),h-=2;h>0?r.sqrTo(s,d):(l=s,s=d,d=l),r.mulTo(d,o[f],s)}for(;p>=0&&0==(t[p]&1<=0?(r.subTo(n,r),i&&s.subTo(h,s),o.subTo(a,o)):(n.subTo(r,n),i&&h.subTo(s,h),a.subTo(o,a))}return 0!=n.compareTo(t.ONE)?t.ZERO:a.compareTo(e)>=0?a.subtract(e):a.signum()<0?(a.addTo(e,a),a.signum()<0?a.add(e):a):a},t.prototype.pow=function(t){return this.exp(t,new O)},t.prototype.gcd=function(t){var e=this.s<0?this.negate():this.clone(),i=t.s<0?t.negate():t.clone();if(e.compareTo(i)<0){var r=e;e=i,i=r}var n=e.getLowestSetBit(),s=i.getLowestSetBit();if(s<0)return e;for(n0&&(e.rShiftTo(s,e),i.rShiftTo(s,i));e.signum()>0;)(n=e.getLowestSetBit())>0&&e.rShiftTo(n,e),(n=i.getLowestSetBit())>0&&i.rShiftTo(n,i),e.compareTo(i)>=0?(e.subTo(i,e),e.rShiftTo(1,e)):(i.subTo(e,i),i.rShiftTo(1,i));return s>0&&i.lShiftTo(s,i),i},t.prototype.isProbablePrime=function(t){var e,i=this.abs();if(1==i.t&&i[0]<=x[x.length-1]){for(e=0;e=0;--e)t[e]=this[e];t.t=this.t,t.s=this.s},t.prototype.fromInt=function(t){this.t=1,this.s=t<0?-1:0,t>0?this[0]=t:t<-1?this[0]=t+this.DV:this.t=0},t.prototype.fromString=function(e,i){var r;if(16==i)r=4;else if(8==i)r=3;else if(256==i)r=8;else if(2==i)r=1;else if(32==i)r=5;else{if(4!=i)return void this.fromRadix(e,i);r=2}this.t=0,this.s=0;for(var n=e.length,s=!1,o=0;--n>=0;){var h=8==r?255&+e[n]:H(e,n);h<0?"-"==e.charAt(n)&&(s=!0):(s=!1,0==o?this[this.t++]=h:o+r>this.DB?(this[this.t-1]|=(h&(1<>this.DB-o):this[this.t-1]|=h<=this.DB&&(o-=this.DB))}8==r&&0!=(128&+e[0])&&(this.s=-1,o>0&&(this[this.t-1]|=(1<0&&this[this.t-1]==t;)--this.t},t.prototype.dlShiftTo=function(t,e){var i;for(i=this.t-1;i>=0;--i)e[i+t]=this[i];for(i=t-1;i>=0;--i)e[i]=0;e.t=this.t+t,e.s=this.s},t.prototype.drShiftTo=function(t,e){for(var i=t;i=0;--h)e[h+s+1]=this[h]>>r|o,o=(this[h]&n)<=0;--h)e[h]=0;e[s]=o,e.t=this.t+s+1,e.s=this.s,e.clamp()},t.prototype.rShiftTo=function(t,e){e.s=this.s;var i=Math.floor(t/this.DB);if(i>=this.t)e.t=0;else{var r=t%this.DB,n=this.DB-r,s=(1<>r;for(var o=i+1;o>r;r>0&&(e[this.t-i-1]|=(this.s&s)<>=this.DB;if(t.t>=this.DB;r+=this.s}else{for(r+=this.s;i>=this.DB;r-=t.s}e.s=r<0?-1:0,r<-1?e[i++]=this.DV+r:r>0&&(e[i++]=r),e.t=i,e.clamp()},t.prototype.multiplyTo=function(e,i){var r=this.abs(),n=e.abs(),s=r.t;for(i.t=s+n.t;--s>=0;)i[s]=0;for(s=0;s=0;)t[i]=0;for(i=0;i=e.DV&&(t[i+e.t]-=e.DV,t[i+e.t+1]=1)}t.t>0&&(t[t.t-1]+=e.am(i,e[i],t,2*i,0,1)),t.s=0,t.clamp()},t.prototype.divRemTo=function(e,i,r){var n=e.abs();if(!(n.t<=0)){var s=this.abs();if(s.t0?(n.lShiftTo(u,o),s.lShiftTo(u,r)):(n.copyTo(o),s.copyTo(r));var c=o.t,f=o[c-1];if(0!=f){var l=f*(1<1?o[c-2]>>this.F2:0),p=this.FV/l,g=(1<=0&&(r[r.t++]=1,r.subTo(y,r)),t.ONE.dlShiftTo(c,y),y.subTo(o,o);o.t=0;){var b=r[--v]==f?this.DM:Math.floor(r[v]*p+(r[v-1]+d)*g);if((r[v]+=o.am(0,b,r,m,0,c))0&&r.rShiftTo(u,r),h<0&&t.ZERO.subTo(r,r)}}},t.prototype.invDigit=function(){if(this.t<1)return 0;var t=this[0];if(0==(1&t))return 0;var e=3&t;return(e=(e=(e=(e=e*(2-(15&t)*e)&15)*(2-(255&t)*e)&255)*(2-((65535&t)*e&65535))&65535)*(2-t*e%this.DV)%this.DV)>0?this.DV-e:-e},t.prototype.isEven=function(){return 0==(this.t>0?1&this[0]:this.s)},t.prototype.exp=function(e,i){if(e>4294967295||e<1)return t.ONE;var r=N(),n=N(),s=i.convert(this),o=F(e)-1;for(s.copyTo(r);--o>=0;)if(i.sqrTo(r,n),(e&1<0)i.mulTo(n,s,r);else{var h=r;r=n,n=h}return i.revert(r)},t.prototype.chunkSize=function(t){return Math.floor(Math.LN2*this.DB/Math.log(t))},t.prototype.toRadix=function(t){if(null==t&&(t=10),0==this.signum()||t<2||t>36)return"0";var e=this.chunkSize(t),i=Math.pow(t,e),r=C(i),n=N(),s=N(),o="";for(this.divRemTo(r,n,s);n.signum()>0;)o=(i+s.intValue()).toString(t).substr(1)+o,n.divRemTo(r,n,s);return s.intValue().toString(t)+o},t.prototype.fromRadix=function(e,i){this.fromInt(0),null==i&&(i=10);for(var r=this.chunkSize(i),n=Math.pow(i,r),s=!1,o=0,h=0,a=0;a=r&&(this.dMultiply(n),this.dAddOffset(h,0),o=0,h=0))}o>0&&(this.dMultiply(Math.pow(i,o)),this.dAddOffset(h,0)),s&&t.ZERO.subTo(this,this)},t.prototype.fromNumber=function(e,i,r){if("number"==typeof i)if(e<2)this.fromInt(1);else for(this.fromNumber(e,r),this.testBit(e-1)||this.bitwiseTo(t.ONE.shiftLeft(e-1),s,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(i);)this.dAddOffset(2,0),this.bitLength()>e&&this.subTo(t.ONE.shiftLeft(e-1),this);else{var n=[],o=7&e;n.length=1+(e>>3),i.nextBytes(n),o>0?n[0]&=(1<>=this.DB;if(t.t>=this.DB;r+=this.s}else{for(r+=this.s;i>=this.DB;r+=t.s}e.s=r<0?-1:0,r>0?e[i++]=r:r<-1&&(e[i++]=this.DV+r),e.t=i,e.clamp()},t.prototype.dMultiply=function(t){this[this.t]=this.am(0,t-1,this,0,0,this.t),++this.t,this.clamp()},t.prototype.dAddOffset=function(t,e){if(0!=t){for(;this.t<=e;)this[this.t++]=0;for(this[e]+=t;this[e]>=this.DV;)this[e]-=this.DV,++e>=this.t&&(this[this.t++]=0),++this[e]}},t.prototype.multiplyLowerTo=function(t,e,i){var r=Math.min(this.t+t.t,e);for(i.s=0,i.t=r;r>0;)i[--r]=0;for(var n=i.t-this.t;r=0;)i[r]=0;for(r=Math.max(e-this.t,0);r0)if(0==e)i=this[0]%t;else for(var r=this.t-1;r>=0;--r)i=(e*i+this[r])%t;return i},t.prototype.millerRabin=function(e){var i=this.subtract(t.ONE),r=i.getLowestSetBit();if(r<=0)return!1;var n=i.shiftRight(r);(e=e+1>>1)>x.length&&(e=x.length);for(var s=N(),o=0;o0&&(i.rShiftTo(o,i),r.rShiftTo(o,r));var h=function(){(s=i.getLowestSetBit())>0&&i.rShiftTo(s,i),(s=r.getLowestSetBit())>0&&r.rShiftTo(s,r),i.compareTo(r)>=0?(i.subTo(r,i),i.rShiftTo(1,i)):(r.subTo(i,r),r.rShiftTo(1,r)),i.signum()>0?setTimeout(h,0):(o>0&&r.lShiftTo(o,r),setTimeout((function(){e(r)}),0))};setTimeout(h,10)}},t.prototype.fromNumberAsync=function(e,i,r,n){if("number"==typeof i)if(e<2)this.fromInt(1);else{this.fromNumber(e,r),this.testBit(e-1)||this.bitwiseTo(t.ONE.shiftLeft(e-1),s,this),this.isEven()&&this.dAddOffset(1,0);var o=this,h=function(){o.dAddOffset(2,0),o.bitLength()>e&&o.subTo(t.ONE.shiftLeft(e-1),o),o.isProbablePrime(i)?setTimeout((function(){n()}),0):setTimeout(h,0)};setTimeout(h,0)}else{var a=[],u=7&e;a.length=1+(e>>3),i.nextBytes(a),u>0?a[0]&=(1<=0?t.mod(this.m):t},t.prototype.revert=function(t){return t},t.prototype.reduce=function(t){t.divRemTo(this.m,null,t)},t.prototype.mulTo=function(t,e,i){t.multiplyTo(e,i),this.reduce(i)},t.prototype.sqrTo=function(t,e){t.squareTo(e),this.reduce(e)},t}(),V=function(){function t(t){this.m=t,this.mp=t.invDigit(),this.mpl=32767&this.mp,this.mph=this.mp>>15,this.um=(1<0&&this.m.subTo(e,e),e},t.prototype.revert=function(t){var e=N();return t.copyTo(e),this.reduce(e),e},t.prototype.reduce=function(t){for(;t.t<=this.mt2;)t[t.t++]=0;for(var e=0;e>15)*this.mpl&this.um)<<15)&t.DM;for(t[i=e+this.m.t]+=this.m.am(0,r,t,e,0,this.m.t);t[i]>=t.DV;)t[i]-=t.DV,t[++i]++}t.clamp(),t.drShiftTo(this.m.t,t),t.compareTo(this.m)>=0&&t.subTo(this.m,t)},t.prototype.mulTo=function(t,e,i){t.multiplyTo(e,i),this.reduce(i)},t.prototype.sqrTo=function(t,e){t.squareTo(e),this.reduce(e)},t}(),I=function(){function t(t){this.m=t,this.r2=N(),this.q3=N(),B.ONE.dlShiftTo(2*t.t,this.r2),this.mu=this.r2.divide(t)}return t.prototype.convert=function(t){if(t.s<0||t.t>2*this.m.t)return t.mod(this.m);if(t.compareTo(this.m)<0)return t;var e=N();return t.copyTo(e),this.reduce(e),e},t.prototype.revert=function(t){return t},t.prototype.reduce=function(t){for(t.drShiftTo(this.m.t-1,this.r2),t.t>this.m.t+1&&(t.t=this.m.t+1,t.clamp()),this.mu.multiplyUpperTo(this.r2,this.m.t+1,this.q3),this.m.multiplyLowerTo(this.q3,this.m.t+1,this.r2);t.compareTo(this.r2)<0;)t.dAddOffset(1,this.m.t+1);for(t.subTo(this.r2,t);t.compareTo(this.m)>=0;)t.subTo(this.m,t)},t.prototype.mulTo=function(t,e,i){t.multiplyTo(e,i),this.reduce(i)},t.prototype.sqrTo=function(t,e){t.squareTo(e),this.reduce(e)},t}();function N(){return new B(null)}function P(t,e){return new B(t,e)}var M="undefined"!=typeof navigator;M&&"Microsoft Internet Explorer"==navigator.appName?(B.prototype.am=function(t,e,i,r,n,s){for(var o=32767&e,h=e>>15;--s>=0;){var a=32767&this[t],u=this[t++]>>15,c=h*a+u*o;n=((a=o*a+((32767&c)<<15)+i[r]+(1073741823&n))>>>30)+(c>>>15)+h*u+(n>>>30),i[r++]=1073741823&a}return n},S=30):M&&"Netscape"!=navigator.appName?(B.prototype.am=function(t,e,i,r,n,s){for(;--s>=0;){var o=e*this[t++]+i[r]+n;n=Math.floor(o/67108864),i[r++]=67108863&o}return n},S=26):(B.prototype.am=function(t,e,i,r,n,s){for(var o=16383&e,h=e>>14;--s>=0;){var a=16383&this[t],u=this[t++]>>14,c=h*a+u*o;n=((a=o*a+((16383&c)<<14)+i[r]+n)>>28)+(c>>14)+h*u,i[r++]=268435455&a}return n},S=28),B.prototype.DB=S,B.prototype.DM=(1<>>16)&&(t=e,i+=16),0!=(e=t>>8)&&(t=e,i+=8),0!=(e=t>>4)&&(t=e,i+=4),0!=(e=t>>2)&&(t=e,i+=2),0!=(e=t>>1)&&(t=e,i+=1),i}B.ZERO=C(0),B.ONE=C(1);var U,K,k=function(){function t(){this.i=0,this.j=0,this.S=[]}return t.prototype.init=function(t){var e,i,r;for(e=0;e<256;++e)this.S[e]=e;for(i=0,e=0;e<256;++e)i=i+this.S[e]+t[e%t.length]&255,r=this.S[e],this.S[e]=this.S[i],this.S[i]=r;this.i=0,this.j=0},t.prototype.next=function(){var t;return this.i=this.i+1&255,this.j=this.j+this.S[this.i]&255,t=this.S[this.i],this.S[this.i]=this.S[this.j],this.S[this.j]=t,this.S[t+this.S[this.i]&255]},t}(),_=null;if(null==_){_=[],K=0;var z=void 0;if(window.crypto&&window.crypto.getRandomValues){var Z=new Uint32Array(256);for(window.crypto.getRandomValues(Z),z=0;z=256||K>=256)window.removeEventListener?window.removeEventListener("mousemove",$,!1):window.detachEvent&&window.detachEvent("onmousemove",$);else try{var e=t.x+t.y;_[K++]=255&e,G+=1}catch(t){}};window.addEventListener?window.addEventListener("mousemove",$,!1):window.attachEvent&&window.attachEvent("onmousemove",$)}function Y(){if(null==U){for(U=new k;K<256;){var t=Math.floor(65536*Math.random());_[K++]=255&t}for(U.init(_),K=0;K<_.length;++K)_[K]=0;K=0}return U.next()}var J=function(){function t(){}return t.prototype.nextBytes=function(t){for(var e=0;e0&&e.length>0?(this.n=P(t,16),this.e=parseInt(e,16)):console.error("Invalid RSA public key")},t.prototype.encrypt=function(t){var e=this.n.bitLength()+7>>3,i=function(t,e){if(e=0&&e>0;){var n=t.charCodeAt(r--);n<128?i[--e]=n:n>127&&n<2048?(i[--e]=63&n|128,i[--e]=n>>6|192):(i[--e]=63&n|128,i[--e]=n>>6&63|128,i[--e]=n>>12|224)}i[--e]=0;for(var s=new J,o=[];e>2;){for(o[0]=0;0==o[0];)s.nextBytes(o);i[--e]=o[0]}return i[--e]=2,i[--e]=0,new B(i)}(t,e);if(null==i)return null;var r=this.doPublic(i);if(null==r)return null;for(var n=r.toString(16),s=n.length,o=0;o<2*e-s;o++)n="0"+n;return n},t.prototype.setPrivate=function(t,e,i){null!=t&&null!=e&&t.length>0&&e.length>0?(this.n=P(t,16),this.e=parseInt(e,16),this.d=P(i,16)):console.error("Invalid RSA private key")},t.prototype.setPrivateEx=function(t,e,i,r,n,s,o,h){null!=t&&null!=e&&t.length>0&&e.length>0?(this.n=P(t,16),this.e=parseInt(e,16),this.d=P(i,16),this.p=P(r,16),this.q=P(n,16),this.dmp1=P(s,16),this.dmq1=P(o,16),this.coeff=P(h,16)):console.error("Invalid RSA private key")},t.prototype.generate=function(t,e){var i=new J,r=t>>1;this.e=parseInt(e,16);for(var n=new B(e,16);;){for(;this.p=new B(t-r,1,i),0!=this.p.subtract(B.ONE).gcd(n).compareTo(B.ONE)||!this.p.isProbablePrime(10););for(;this.q=new B(r,1,i),0!=this.q.subtract(B.ONE).gcd(n).compareTo(B.ONE)||!this.q.isProbablePrime(10););if(this.p.compareTo(this.q)<=0){var s=this.p;this.p=this.q,this.q=s}var o=this.p.subtract(B.ONE),h=this.q.subtract(B.ONE),a=o.multiply(h);if(0==a.gcd(n).compareTo(B.ONE)){this.n=this.p.multiply(this.q),this.d=n.modInverse(a),this.dmp1=this.d.mod(o),this.dmq1=this.d.mod(h),this.coeff=this.q.modInverse(this.p);break}}},t.prototype.decrypt=function(t){var e=P(t,16),i=this.doPrivate(e);return null==i?null:function(t,e){for(var i=t.toByteArray(),r=0;r=i.length)return null;for(var n="";++r191&&s<224?(n+=String.fromCharCode((31&s)<<6|63&i[r+1]),++r):(n+=String.fromCharCode((15&s)<<12|(63&i[r+1])<<6|63&i[r+2]),r+=2)}return n}(i,this.n.bitLength()+7>>3)},t.prototype.generateAsync=function(t,e,i){var r=new J,n=t>>1;this.e=parseInt(e,16);var s=new B(e,16),o=this,h=function(){var e=function(){if(o.p.compareTo(o.q)<=0){var t=o.p;o.p=o.q,o.q=t}var e=o.p.subtract(B.ONE),r=o.q.subtract(B.ONE),n=e.multiply(r);0==n.gcd(s).compareTo(B.ONE)?(o.n=o.p.multiply(o.q),o.d=s.modInverse(n),o.dmp1=o.d.mod(e),o.dmq1=o.d.mod(r),o.coeff=o.q.modInverse(o.p),setTimeout((function(){i()}),0)):setTimeout(h,0)},a=function(){o.q=N(),o.q.fromNumberAsync(n,1,r,(function(){o.q.subtract(B.ONE).gcda(s,(function(t){0==t.compareTo(B.ONE)&&o.q.isProbablePrime(10)?setTimeout(e,0):setTimeout(a,0)}))}))},u=function(){o.p=N(),o.p.fromNumberAsync(t-n,1,r,(function(){o.p.subtract(B.ONE).gcda(s,(function(t){0==t.compareTo(B.ONE)&&o.p.isProbablePrime(10)?setTimeout(a,0):setTimeout(u,0)}))}))};setTimeout(u,0)};setTimeout(h,0)},t.prototype.sign=function(t,e,i){var r=function(t,e){if(e15)throw"ASN.1 length too long to represent by 8x: n = "+t.toString(16);return(128+i).toString(16)+e},this.getEncodedHex=function(){return(null==this.hTLV||this.isModified)&&(this.hV=this.getFreshValueHex(),this.hL=this.getLengthHexFromValue(),this.hTLV=this.hT+this.hL+this.hV,this.isModified=!1),this.hTLV},this.getValueHex=function(){return this.getEncodedHex(),this.hV},this.getFreshValueHex=function(){return""}},tt.asn1.DERAbstractString=function(t){tt.asn1.DERAbstractString.superclass.constructor.call(this),this.getString=function(){return this.s},this.setString=function(t){this.hTLV=null,this.isModified=!0,this.s=t,this.hV=stohex(this.s)},this.setStringHex=function(t){this.hTLV=null,this.isModified=!0,this.s=null,this.hV=t},this.getFreshValueHex=function(){return this.hV},void 0!==t&&("string"==typeof t?this.setString(t):void 0!==t.str?this.setString(t.str):void 0!==t.hex&&this.setStringHex(t.hex))},W.lang.extend(tt.asn1.DERAbstractString,tt.asn1.ASN1Object),tt.asn1.DERAbstractTime=function(t){tt.asn1.DERAbstractTime.superclass.constructor.call(this),this.localDateToUTC=function(t){return utc=t.getTime()+6e4*t.getTimezoneOffset(),new Date(utc)},this.formatDate=function(t,e,i){var r=this.zeroPadding,n=this.localDateToUTC(t),s=String(n.getFullYear());"utc"==e&&(s=s.substr(2,2));var o=s+r(String(n.getMonth()+1),2)+r(String(n.getDate()),2)+r(String(n.getHours()),2)+r(String(n.getMinutes()),2)+r(String(n.getSeconds()),2);if(!0===i){var h=n.getMilliseconds();if(0!=h){var a=r(String(h),3);o=o+"."+(a=a.replace(/[0]+$/,""))}}return o+"Z"},this.zeroPadding=function(t,e){return t.length>=e?t:new Array(e-t.length+1).join("0")+t},this.getString=function(){return this.s},this.setString=function(t){this.hTLV=null,this.isModified=!0,this.s=t,this.hV=stohex(t)},this.setByDateValue=function(t,e,i,r,n,s){var o=new Date(Date.UTC(t,e-1,i,r,n,s,0));this.setByDate(o)},this.getFreshValueHex=function(){return this.hV}},W.lang.extend(tt.asn1.DERAbstractTime,tt.asn1.ASN1Object),tt.asn1.DERAbstractStructured=function(t){tt.asn1.DERAbstractString.superclass.constructor.call(this),this.setByASN1ObjectArray=function(t){this.hTLV=null,this.isModified=!0,this.asn1Array=t},this.appendASN1Object=function(t){this.hTLV=null,this.isModified=!0,this.asn1Array.push(t)},this.asn1Array=new Array,void 0!==t&&void 0!==t.array&&(this.asn1Array=t.array)},W.lang.extend(tt.asn1.DERAbstractStructured,tt.asn1.ASN1Object),tt.asn1.DERBoolean=function(){tt.asn1.DERBoolean.superclass.constructor.call(this),this.hT="01",this.hTLV="0101ff"},W.lang.extend(tt.asn1.DERBoolean,tt.asn1.ASN1Object),tt.asn1.DERInteger=function(t){tt.asn1.DERInteger.superclass.constructor.call(this),this.hT="02",this.setByBigInteger=function(t){this.hTLV=null,this.isModified=!0,this.hV=tt.asn1.ASN1Util.bigIntToMinTwosComplementsHex(t)},this.setByInteger=function(t){var e=new B(String(t),10);this.setByBigInteger(e)},this.setValueHex=function(t){this.hV=t},this.getFreshValueHex=function(){return this.hV},void 0!==t&&(void 0!==t.bigint?this.setByBigInteger(t.bigint):void 0!==t.int?this.setByInteger(t.int):"number"==typeof t?this.setByInteger(t):void 0!==t.hex&&this.setValueHex(t.hex))},W.lang.extend(tt.asn1.DERInteger,tt.asn1.ASN1Object),tt.asn1.DERBitString=function(t){if(void 0!==t&&void 0!==t.obj){var e=tt.asn1.ASN1Util.newObject(t.obj);t.hex="00"+e.getEncodedHex()}tt.asn1.DERBitString.superclass.constructor.call(this),this.hT="03",this.setHexValueIncludingUnusedBits=function(t){this.hTLV=null,this.isModified=!0,this.hV=t},this.setUnusedBitsAndHexValue=function(t,e){if(t<0||7=2?(n[n.length]=s,s=0,o=0):s<<=4}}if(o)throw new Error("Hex encoding incomplete: 4 bits missing");return n}(t):d.unarmor(t),n=w.decode(r);if(3===n.sub.length&&(n=n.sub[2].sub[0]),9===n.sub.length){e=n.sub[1].getHexStringValue(),this.n=P(e,16),i=n.sub[2].getHexStringValue(),this.e=parseInt(i,16);var s=n.sub[3].getHexStringValue();this.d=P(s,16);var o=n.sub[4].getHexStringValue();this.p=P(o,16);var h=n.sub[5].getHexStringValue();this.q=P(h,16);var a=n.sub[6].getHexStringValue();this.dmp1=P(a,16);var u=n.sub[7].getHexStringValue();this.dmq1=P(u,16);var f=n.sub[8].getHexStringValue();this.coeff=P(f,16)}else{if(2!==n.sub.length)return!1;var l=n.sub[1].sub[0];e=l.sub[0].getHexStringValue(),this.n=P(e,16),i=l.sub[1].getHexStringValue(),this.e=parseInt(i,16)}return!0}catch(t){return!1}},e.prototype.getPrivateBaseKey=function(){var t={array:[new tt.asn1.DERInteger({int:0}),new tt.asn1.DERInteger({bigint:this.n}),new tt.asn1.DERInteger({int:this.e}),new tt.asn1.DERInteger({bigint:this.d}),new tt.asn1.DERInteger({bigint:this.p}),new tt.asn1.DERInteger({bigint:this.q}),new tt.asn1.DERInteger({bigint:this.dmp1}),new tt.asn1.DERInteger({bigint:this.dmq1}),new tt.asn1.DERInteger({bigint:this.coeff})]};return new tt.asn1.DERSequence(t).getEncodedHex()},e.prototype.getPrivateBaseKeyB64=function(){return l(this.getPrivateBaseKey())},e.prototype.getPublicBaseKey=function(){var t=new tt.asn1.DERSequence({array:[new tt.asn1.DERObjectIdentifier({oid:"1.2.840.113549.1.1.1"}),new tt.asn1.DERNull]}),e=new tt.asn1.DERSequence({array:[new tt.asn1.DERInteger({bigint:this.n}),new tt.asn1.DERInteger({int:this.e})]}),i=new tt.asn1.DERBitString({hex:"00"+e.getEncodedHex()});return new tt.asn1.DERSequence({array:[t,i]}).getEncodedHex()},e.prototype.getPublicBaseKeyB64=function(){return l(this.getPublicBaseKey())},e.wordwrap=function(t,e){if(!t)return t;var i="(.{1,"+(e=e||64)+"})( +|$\n?)|(.{1,"+e+"})";return t.match(RegExp(i,"g")).join("\n")},e.prototype.getPrivateKey=function(){var t="-----BEGIN RSA PRIVATE KEY-----\n";return(t+=e.wordwrap(this.getPrivateBaseKeyB64())+"\n")+"-----END RSA PRIVATE KEY-----"},e.prototype.getPublicKey=function(){var t="-----BEGIN PUBLIC KEY-----\n";return(t+=e.wordwrap(this.getPublicBaseKeyB64())+"\n")+"-----END PUBLIC KEY-----"},e.hasPublicKeyProperty=function(t){return(t=t||{}).hasOwnProperty("n")&&t.hasOwnProperty("e")},e.hasPrivateKeyProperty=function(t){return(t=t||{}).hasOwnProperty("n")&&t.hasOwnProperty("e")&&t.hasOwnProperty("d")&&t.hasOwnProperty("p")&&t.hasOwnProperty("q")&&t.hasOwnProperty("dmp1")&&t.hasOwnProperty("dmq1")&&t.hasOwnProperty("coeff")},e.prototype.parsePropertiesFrom=function(t){this.n=t.n,this.e=t.e,t.hasOwnProperty("d")&&(this.d=t.d,this.p=t.p,this.q=t.q,this.dmp1=t.dmp1,this.dmq1=t.dmq1,this.coeff=t.coeff)},e}(X);const nt=function(){function t(t){void 0===t&&(t={}),t=t||{},this.default_key_size=t.default_key_size?parseInt(t.default_key_size,10):1024,this.default_public_exponent=t.default_public_exponent||"010001",this.log=t.log||!1,this.key=null}return t.prototype.setKey=function(t){this.log&&this.key&&console.warn("A key was already set, overriding existing."),this.key=new rt(t)},t.prototype.setPrivateKey=function(t){this.setKey(t)},t.prototype.setPublicKey=function(t){this.setKey(t)},t.prototype.decrypt=function(t){try{return this.getKey().decrypt(p(t))}catch(t){return!1}},t.prototype.encrypt=function(t){try{return l(this.getKey().encrypt(t))}catch(t){return!1}},t.prototype.sign=function(t,e,i){try{return l(this.getKey().sign(t,e,i))}catch(t){return!1}},t.prototype.verify=function(t,e,i){try{return this.getKey().verify(t,p(e),i)}catch(t){return!1}},t.prototype.getKey=function(t){if(!this.key){if(this.key=new rt,t&&"[object Function]"==={}.toString.call(t))return void this.key.generateAsync(this.default_key_size,this.default_public_exponent,t);this.key.generate(this.default_key_size,this.default_public_exponent)}return this.key},t.prototype.getPrivateKey=function(){return this.getKey().getPrivateKey()},t.prototype.getPrivateKeyB64=function(){return this.getKey().getPrivateBaseKeyB64()},t.prototype.getPublicKey=function(){return this.getKey().getPublicKey()},t.prototype.getPublicKeyB64=function(){return this.getKey().getPublicBaseKeyB64()},t.version="3.2.1",t}()}],e={d:(t,i)=>{for(var r in i)e.o(i,r)&&!e.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:i[r]})},o:(t,e)=>Object.prototype.hasOwnProperty.call(t,e)},i={};return t[1](0,i,e),i.default})()}));
\ No newline at end of file
diff --git a/sunVillage_info/static/js/project/login.js b/sunVillage_info/static/js/project/login.js
new file mode 100644
index 0000000..3a78d50
--- /dev/null
+++ b/sunVillage_info/static/js/project/login.js
@@ -0,0 +1,406 @@
+
+/**
+ * Created by admin on 2021/4/5.
+ *
+ */
+define(['jquery', "Tools","user"], function ($, Tools) {
+ //数据存储
+ var module = {
+ uuid: '', //验证码uuid
+ computeTime:60,
+ timer:null,
+ loginType:'login'
+ };
+ //自定义公共方法
+ var tools = new Tools();
+
+ // 可调参数
+ var BACKGROUND_COLOR = "#4A97F4"; // 背景颜色
+ var POINT_NUM = 100; // 星星数目
+ var POINT_COLOR = "rgba(255,255,255,0.7)"; // 点的颜色
+ var LINE_LENGTH = 10000; // 点之间连线长度(的平方)
+
+ // 创建背景画布
+ var cvs = document.createElement("canvas");
+ cvs.width = window.innerWidth;
+ cvs.height = window.innerHeight;
+ cvs.style.cssText = "\
+ position:fixed;\
+ top:0px;\
+ left:0px;\
+ z-index:-1;\
+ opacity:1.0;\
+ ";
+ document.body.appendChild(cvs);
+
+ var ctx = cvs.getContext("2d");
+
+ var startTime = new Date().getTime();
+
+ //默认进入页面加载方法
+ module.init = function (page) {
+ //点击登录
+ $('#login-submit').on('click', module.login)
+ //点击图形验证码
+ $('#graphicImg').on('click', module.verificationCode)
+ //点击图形验证码
+ $('#mobileGraphicImg').on('click', module.verificationCode1)
+ //点击发送验证码
+ $('#getSmsCode').on('click', module.getSmsCode)
+ //图形验证码加载
+ module.verificationCode()
+ //背景高度
+ module.register()
+ //网站配置信息(网站名称 底部联系方式 公安备案号 网站备案号)
+ tools.getWebConfig();
+ document.onkeydown = function (event) {
+ var e = event || window.event;
+ if (e && e.keyCode == 13) { //回车键的键值为13
+ $("#login-submit").click(); //调用登录按钮的登录事件
+ }
+ };
+ initPoints(POINT_NUM);
+ drawFrame();
+ };
+
+ //随机数函数
+ function randomInt(min, max) {
+ return Math.floor((max - min + 1) * Math.random() + min);
+ }
+
+ function randomFloat(min, max) {
+ return (max - min) * Math.random() + min;
+ }
+
+ //构造点类
+ function Point() {
+ this.x = randomFloat(0, cvs.width);
+ this.y = randomFloat(0, cvs.height);
+
+ var speed = randomFloat(0.3, 1.4);
+ var angle = randomFloat(0, 2 * Math.PI);
+
+ this.dx = Math.sin(angle) * speed;
+ this.dy = Math.cos(angle) * speed;
+
+ this.r = 1.2;
+
+ this.color = POINT_COLOR;
+ }
+
+ Point.prototype.move = function () {
+ this.x += this.dx;
+ if (this.x < 0) {
+ this.x = 0;
+ this.dx = -this.dx;
+ } else if (this.x > cvs.width) {
+ this.x = cvs.width;
+ this.dx = -this.dx;
+ }
+ this.y += this.dy;
+ if (this.y < 0) {
+ this.y = 0;
+ this.dy = -this.dy;
+ } else if (this.y > cvs.height) {
+ this.y = cvs.height;
+ this.dy = -this.dy;
+ }
+ }
+
+ Point.prototype.draw = function () {
+ ctx.fillStyle = this.color;
+ ctx.beginPath();
+ ctx.arc(this.x, this.y, this.r, 0, Math.PI * 2);
+ ctx.closePath();
+ ctx.fill();
+ }
+
+ var points = [];
+
+ function initPoints(num) {
+ for (var i = 0; i < num; ++i) {
+ points.push(new Point());
+ }
+ }
+
+ var p0 = new Point(); //鼠标
+ p0.dx = p0.dy = 0;
+ var degree = 2.5;
+ document.onmousemove = function (ev) {
+ p0.x = ev.clientX;
+ p0.y = ev.clientY;
+ }
+ document.onmousedown = function (ev) {
+ degree = 5.0;
+ p0.x = ev.clientX;
+ p0.y = ev.clientY;
+ }
+ document.onmouseup = function (ev) {
+ degree = 2.5;
+ p0.x = ev.clientX;
+ p0.y = ev.clientY;
+ }
+ window.onmouseout = function () {
+ p0.x = null;
+ p0.y = null;
+ }
+
+ function drawLine(p1, p2, deg) {
+ var dx = p1.x - p2.x;
+ var dy = p1.y - p2.y;
+ var dis2 = dx * dx + dy * dy;
+ if (dis2 < 2 * LINE_LENGTH) {
+ if (dis2 > LINE_LENGTH) {
+ if (p1 === p0) {
+ p2.x += dx * 0.03;
+ p2.y += dy * 0.03;
+ } else return;
+ }
+ var t = (1.05 - dis2 / LINE_LENGTH) * 0.2 * deg;
+ ctx.strokeStyle = "rgba(255,255,255," + t + ")";
+ ctx.beginPath();
+ ctx.lineWidth = 1.5;
+ ctx.moveTo(p1.x, p1.y);
+ ctx.lineTo(p2.x, p2.y);
+ ctx.closePath();
+ ctx.stroke();
+ }
+ return;
+ }
+
+ //绘制每一帧
+ function drawFrame() {
+ cvs.width = window.innerWidth;
+ cvs.height = window.innerHeight;
+ ctx.fillStyle = BACKGROUND_COLOR;
+ ctx.fillRect(0, 0, cvs.width, cvs.height);
+
+ var arr = (p0.x == null ? points : [p0].concat(points));
+ for (var i = 0; i < arr.length; ++i) {
+ for (var j = i + 1; j < arr.length; ++j) {
+ drawLine(arr[i], arr[j], 1.0);
+ }
+ arr[i].draw();
+ arr[i].move();
+ }
+
+ window.requestAnimationFrame(drawFrame);
+ }
+
+ module.getSmsCode = function () {
+ var mobile = $('#mobile').val();
+
+ tools.doPost(getSmsCode, {mobile:mobile,code:$('#mobileCode').val(),uuid:module.uuid}, module.getSmsCodeAjax, true)
+ }
+
+ module.getSmsCodeAjax = function (data) {
+ module.uuid = data.uuid;
+ module.computeTime = 60;
+ module.timer = setInterval(() => {
+ module.computeTime--;
+ document.getElementById('getSmsCode').value = module.computeTime;
+ if (module.computeTime <= 0) {
+ clearInterval(module.timer);
+ document.getElementById('getSmsCode').value = '发送验证码';
+ }
+ }, 1000);
+ }
+
+ //底部友情链接
+ module.bottomFriendsLinks = function (data) {
+ if (data.code == 200) {
+ var content = data.data;
+ console.log(content)
+ module.data.friendsLinksList = content;
+ var friendsLinksData = template('friendsLinksData', module.data);
+ $("#friendsLinksContent").html(friendsLinksData);
+ }
+ }
+ /*-----------------------------自定义方法-------------------------------------*/
+ //登录方式切换
+ loginTab = function(type){
+ document.getElementById('loginTab').style.display = 'none'
+ document.getElementById('remberPsw').style.display = 'none'
+ document.getElementById('phoneTab').style.display = 'none'
+ document.getElementById(type+'Tab').style.display = 'block'
+ module.loginType = type;
+
+ if (type == 'phone'){
+ //图形验证码加载
+ module.verificationCode1()
+ }
+
+ if (type == 'login'){
+ //图形验证码加载
+ module.verificationCode()
+ document.getElementById('remberPsw').style.display = 'block'
+ }
+
+ $('#loginBtn').attr('class','')
+ $('#phoneBtn').attr('class','')
+ $('#'+type+'Btn').attr('class','active')
+ }
+ //背景高度
+ module.register = function(){
+ document.getElementById('registerBody').style.height = (document.body.offsetHeight - 112) +'px';
+ }
+ //图形验证码
+ module.verificationCode = function () {
+ tools.doGet(captchaImage_get, {}, module.verificationAjax, true)
+ }
+ module.verificationAjax = function (data) {
+ if (data.code == 200) {
+ $('#graphicImg').attr('src', 'data:image/gif;base64,' + data.img)
+ module.uuid = data.uuid;
+ }
+ }
+
+ //图形验证码
+ module.verificationCode1 = function () {
+ tools.doGet(captchaImage_get, {}, module.verificationAjax1, true)
+ }
+ module.verificationAjax1 = function (data) {
+ if (data.code == 200) {
+ $('#mobileGraphicImg').attr('src', 'data:image/gif;base64,' + data.img)
+ module.uuid = data.uuid;
+ }
+ }
+ //用户登录
+ module.login = function () {
+ if (module.check()) {
+ var data = {};
+
+ var usernameVal = tools.encrypt($('#username').val());
+ var passwordVal = tools.encrypt($('#password').val());
+ var codeVal = $('#code').val();
+
+ var mobile = $('#mobile').val();
+ var mobileCode = $('#mobileCode').val();
+ var smsCode = $('#smsCode').val();
+
+ data['uuid'] = module.uuid;
+
+ if(module.loginType == 'login'){
+ data['username'] = usernameVal;
+ data['password'] = passwordVal;
+ data['code'] = codeVal;
+ tools.doPost(login_post, data, module.loginData, true)
+ }
+
+ if(module.loginType == 'phone'){
+ data['mobile'] = mobile;
+ data['smsCode'] = smsCode;
+ data['code'] = mobileCode;
+ tools.doPost(login_sms_post, data, module.loginData, true)
+ }
+ }
+ };
+ //手动验证表单
+ module.check = function () {
+ var usernameVal = $('#username').val();
+ var passwordVal = $('#password').val();
+ var codeVal = $('#code').val();
+
+ var mobile = $('#mobile').val();
+ var mobileCode = $('#mobileCode').val();
+ var smsCode = $('#smsCode').val();
+
+ var type = module.loginType;
+
+ if (type == 'login'){
+ /* 手机号 */
+ if (usernameVal == '') {
+ $('#username')[0].focus()
+ tools.initTips('请输入用户名', 'right', $('#username')[0], 2000)
+ return false;
+ }
+ /* 密码 */
+ if (passwordVal == '') {
+ $('#password')[0].focus()
+ tools.initTips('请输入密码', 'right', $('#password')[0], 2000)
+ return false;
+ } else if (parseInt(passwordVal.length) < 6 || parseInt(passwordVal.length) > 18) {
+ $('#password')[0].focus()
+ tools.initTips('请输入正确格式密码', 'right', $('#password')[0], 2000)
+ return false;
+ }
+ /*图形验证码*/
+ if (module.uuid == '' || codeVal == '') {
+ $('#code')[0].focus()
+ tools.initTips('请输入图形验证码', 'right', $('#code')[0], 2000)
+ return false;
+ }
+ }
+ if (type == 'phone'){
+ /* 手机号 */
+ if (mobile == '') {
+ $('#mobile')[0].focus()
+ tools.initTips('请输入手机号码', 'right', $('#mobile')[0], 2000)
+ return false;
+ }
+ /*图形验证码*/
+ if (module.uuid == '' || mobileCode == '') {
+ $('#mobileCode')[0].focus()
+ tools.initTips('请输入图形验证码', 'right', $('#mobileCode')[0], 2000)
+ return false;
+ }
+ /* 密码 */
+ if (smsCode == '') {
+ $('#smsCode')[0].focus()
+ tools.initTips('请输入验证码', 'right', $('#smsCode')[0], 2000)
+ return false;
+ }
+ }
+
+
+ return true;
+ }
+ //登录校验
+ module.loginData = function (data) {
+ console.log(data)
+ if (data.code == 500) {
+
+ if (module.loginType == 'login'){
+ module.verificationCode()
+ }
+ if (module.loginType == 'phone'){
+ module.verificationCode1()
+ }
+
+ } else {
+ tools.setCookie('Admin-Token', data.token, 24 * 60 * 60)
+ //用户资料
+ tools.doGet(userData, {}, module.userData);
+ //tools.skip('/')
+ }
+ }
+ //个人中心用户信息
+ module.userData = function(data){
+ if (data.code == 200) {
+ var content = data.user;
+ console.log(content)
+ tools.setCookie('userId', content.userId, 24 * 60 * 60);
+ tools.doGet(userMember + '/' + content.userId, {}, module.userMember);//memberType 1个人 2单位
+ }
+ }
+
+ //个人中心用户资料
+ module.userMember = function(data){
+ if (data.code == 200) {
+ var content = data.data;
+ tools.setCookie('userName', content.realname, 24 * 60 * 60);
+ tools.setCookie('memberId', content.id, 24 * 60 * 60);
+ tools.setCookie('idCardNum',content.idCardNum,24 * 60 * 60)
+ tools.setCookie('phone',content.phone,24 * 60 * 60)
+ tools.setCookie('address',content.address,24 * 60 * 60)
+ tools.setCookie('bankAddress',content.bankAddress,24 * 60 * 60)
+ tools.setCookie('bankCardName',content.bankCardName,24 * 60 * 60)
+ tools.setCookie('bankCardNum',content.bankCardNum,24 * 60 * 60)
+ tools.setCookie('accountType',content.accountType,24 * 60 * 60)
+ tools.setCookie('payeePaymentLines',content.payeePaymentLines,24 * 60 * 60)
+ tools.setCookie('bankType',content.bankType,24 * 60 * 60)
+ tools.skip('/sunVillage_info/index.html')
+ }
+ }
+ return module;
+});
diff --git a/sunVillage_info/static/js/project/operatingAssets.js b/sunVillage_info/static/js/project/operatingAssets.js
new file mode 100644
index 0000000..e264a98
--- /dev/null
+++ b/sunVillage_info/static/js/project/operatingAssets.js
@@ -0,0 +1,76 @@
+/**
+ * Created by Administrator on 2021/4/5.
+ */
+define(['jquery', "template", "Tools", 'swiper', 'dateTime'], function ($, template, Tools, swiper) {
+ //数据存储
+ var module = {
+ data: {
+ //服务器地址
+ serverApi:'',
+ //焦点图数据
+ focusList: [],
+ communicateList: [],
+ newImgList:[]
+ },
+ };
+ var tools = new Tools();
+
+ module.init = function (page) {
+ tools.doGet(webList, { configKey: 'web.open' }, module.webList , true);
+
+ $("#signStartTimeStr").datetime({
+ type: "date",
+ value: [new Date().getFullYear(),new Date().getMonth()+1,new Date().getDate()],
+ success: function (res) {
+ //console.log(res)
+ }
+ })
+ };
+
+ module.newsList = function (data) {
+ if (data.code == 200) {
+ var content = data.rows;
+ module.data.newList = content;
+ var newListData = template('newListData', module.data);
+ $("#newListContent").html(newListData);
+
+ var newImgList = [];
+ content.map(rr=>{
+ if (rr.infoImg!=null&&rr.infoImg!=""){
+ newImgList.push(rr.infoImg);
+ }
+ })
+ module.data.newImgList = newImgList;
+ var newListDataImg = template('newListDataImg', module.data);
+ $("#bannerFocusNextContent").html(newListDataImg);
+ }
+ }
+
+ module.webList = function (data) {
+ if (data.code == 200) {
+ var content = data.rows;
+
+ content.map(rr=>{
+ if (rr.configKey == 'web.open.technique'){
+ $("#zcdw").html(rr.configValue);
+ }
+ if (rr.configKey == "web.open.phone"){
+ $("#phone").html(rr.configValue);
+ }
+ if (rr.configKey == "web.open.qrcode"){
+ $('#ewm').attr('src', rr.configValue);
+ }
+ if (rr.configKey == "web.open.title"){
+ $("#tt").html(rr.configValue);
+ }
+ })
+
+ }
+ }
+
+ searchChange = function () {
+ tools.doGet(newsList, {pageNum:1,pageSize:8,infoName:$("#searchInput").val()}, module.newsList , true);
+ }
+
+ return module;
+});