部分BUG修正
Showing
152 changed files
with
5 additions
and
18 deletions
1 | NODE_ENV = 'development' | 1 | NODE_ENV = 'development' |
2 | VUE_APP_TITLE = 'development' | 2 | VUE_APP_TITLE = 'development' |
3 | VUE_APP_BASE_URL= 'http://192.168.0.109:9101' | ||
4 | VUE_APP_BASE_URL= 'https://ow.go.qudone.com' | 3 | VUE_APP_BASE_URL= 'https://ow.go.qudone.com' |
5 | VUE_APP_BASE_URL= 'http://localhost:9101' | ||
6 | VUE_APP_RSA_PUBLIC_KEY = 'B5FE03847F02046C47292AF0FF2DE88977241483DD40C123046EB39CBE4C48167B120096CFF12CD16559322884A3C56FA92B07B89AB51FC8C91A75127622151DDD730DFF1F993D5A290CEAC0BBA7FC88285D8994ACBAFF50101EDE9A0925AD5DFFAFE96D53C370E9C5B37DF2F871F81C4D7CA6B7EC37FF459C07975AD9A74A95' | ||
7 | VUE_APP_RSA_KEY_INDEX = '10001' | ||
8 | VUE_APP_VHIS_INDEX= 'http://154.213.4.36/index.html' | ||
9 | 4 | ||
10 | 5 | ||
11 | VUE_APP_CONTENT_ENCRYPT_KEY = 'MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDA1SNj4qiOEmvTkZfp+Gt0UOLTCdxuEqRE+k0fROhgZdN2GmtDg6jcZV/CXKdwQGGdwOYdxEngRQb2K/SXd5Rnu4MkuAoHopDNrBRVqoJNQi6VOv6fvAEzeYivtS9aMM7IvdZuN1QlASCz2vxfUKJ3BaijMQqQE9m0pVm+0BDEfwIDAQAB' | 6 | VUE_APP_CONTENT_ENCRYPT_KEY = 'MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDA1SNj4qiOEmvTkZfp+Gt0UOLTCdxuEqRE+k0fROhgZdN2GmtDg6jcZV/CXKdwQGGdwOYdxEngRQb2K/SXd5Rnu4MkuAoHopDNrBRVqoJNQi6VOv6fvAEzeYivtS9aMM7IvdZuN1QlASCz2vxfUKJ3BaijMQqQE9m0pVm+0BDEfwIDAQAB' | ... | ... |
... | @@ -2,10 +2,6 @@ | ... | @@ -2,10 +2,6 @@ |
2 | NODE_ENV = 'production' | 2 | NODE_ENV = 'production' |
3 | VUE_APP_TITLE = 'dist' | 3 | VUE_APP_TITLE = 'dist' |
4 | VUE_APP_BASE_URL= 'https://ow.go.qudone.com' | 4 | VUE_APP_BASE_URL= 'https://ow.go.qudone.com' |
5 | VUE_APP_RSA_PUBLIC_KEY = 'B5FE03847F02046C47292AF0FF2DE88977241483DD40C123046EB39CBE4C48167B120096CFF12CD16559322884A3C56FA92B07B89AB51FC8C91A75127622151DDD730DFF1F993D5A290CEAC0BBA7FC88285D8994ACBAFF50101EDE9A0925AD5DFFAFE96D53C370E9C5B37DF2F871F81C4D7CA6B7EC37FF459C07975AD9A74A95' | ||
6 | VUE_APP_RSA_KEY_INDEX = '10001' | ||
7 | VUE_APP_VHIS_INDEX= 'https://icpois.pingan.com/vhis/insurIndex' | ||
8 | |||
9 | 5 | ||
10 | VUE_APP_CONTENT_ENCRYPT_KEY = 'MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDA1SNj4qiOEmvTkZfp+Gt0UOLTCdxuEqRE+k0fROhgZdN2GmtDg6jcZV/CXKdwQGGdwOYdxEngRQb2K/SXd5Rnu4MkuAoHopDNrBRVqoJNQi6VOv6fvAEzeYivtS9aMM7IvdZuN1QlASCz2vxfUKJ3BaijMQqQE9m0pVm+0BDEfwIDAQAB' | 6 | VUE_APP_CONTENT_ENCRYPT_KEY = 'MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDA1SNj4qiOEmvTkZfp+Gt0UOLTCdxuEqRE+k0fROhgZdN2GmtDg6jcZV/CXKdwQGGdwOYdxEngRQb2K/SXd5Rnu4MkuAoHopDNrBRVqoJNQi6VOv6fvAEzeYivtS9aMM7IvdZuN1QlASCz2vxfUKJ3BaijMQqQE9m0pVm+0BDEfwIDAQAB' |
11 | VUE_APP_CONTENT_ENCRYPT_SWITCH = true | 7 | VUE_APP_CONTENT_ENCRYPT_SWITCH = true | ... | ... |
1 | NODE_ENV = 'production' | 1 | NODE_ENV = 'production' |
2 | VUE_APP_TITLE = 'sandbox' | 2 | VUE_APP_TITLE = 'sandbox' |
3 | VUE_APP_BASE_URL= '' | 3 | VUE_APP_BASE_URL= '' |
4 | VUE_APP_RSA_PUBLIC_KEY = 'B5FE03847F02046C47292AF0FF2DE88977241483DD40C123046EB39CBE4C48167B120096CFF12CD16559322884A3C56FA92B07B89AB51FC8C91A75127622151DDD730DFF1F993D5A290CEAC0BBA7FC88285D8994ACBAFF50101EDE9A0925AD5DFFAFE96D53C370E9C5B37DF2F871F81C4D7CA6B7EC37FF459C07975AD9A74A95' | ||
5 | VUE_APP_RSA_KEY_INDEX = '10001' | ||
6 | VUE_APP_VHIS_INDEX= 'https://icpois-stg1.pingan.com/vhis/insurIndex' | ||
7 | 4 | ||
8 | VUE_APP_CONTENT_ENCRYPT_KEY = 'MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDA1SNj4qiOEmvTkZfp+Gt0UOLTCdxuEqRE+k0fROhgZdN2GmtDg6jcZV/CXKdwQGGdwOYdxEngRQb2K/SXd5Rnu4MkuAoHopDNrBRVqoJNQi6VOv6fvAEzeYivtS9aMM7IvdZuN1QlASCz2vxfUKJ3BaijMQqQE9m0pVm+0BDEfwIDAQAB' | 5 | VUE_APP_CONTENT_ENCRYPT_KEY = 'MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDA1SNj4qiOEmvTkZfp+Gt0UOLTCdxuEqRE+k0fROhgZdN2GmtDg6jcZV/CXKdwQGGdwOYdxEngRQb2K/SXd5Rnu4MkuAoHopDNrBRVqoJNQi6VOv6fvAEzeYivtS9aMM7IvdZuN1QlASCz2vxfUKJ3BaijMQqQE9m0pVm+0BDEfwIDAQAB' |
9 | VUE_APP_CONTENT_ENCRYPT_SWITCH = true | 6 | VUE_APP_CONTENT_ENCRYPT_SWITCH = true | ... | ... |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
sandbox/assets/css/chunk-354a453c.css
0 → 100644
This diff is collapsed.
Click to expand it.
sandbox/assets/css/chunk-98921142.css
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
sandbox/static/js/app.1578122968399.js
0 → 100644
This diff could not be displayed because it is too large.
1 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-001ccffc"],{"720d":function(c,n,t){"use strict";var e=t("8c8f"),s=t.n(e);s.a},"8c8f":function(c,n,t){},d621:function(c,n,t){"use strict";t.r(n);var e=function(){var c=this,n=c.$createElement,t=c._self._c||n;return t("div",{staticClass:"content"})},s=[],u={},a=u,i=(t("720d"),t("6691")),f=Object(i["a"])(a,e,s,!1,null,"6c05c49c",null);n["default"]=f.exports}}]); | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-01b1da53"],{"12d6":function(n,t,e){"use strict";e.r(t);var a=function(){var n=this,t=n.$createElement,e=n._self._c||t;return e("div",{staticClass:"content"})},c=[],s={},u=s,i=(e("38ad"),e("5511")),o=Object(i["a"])(u,a,c,!1,null,"3fae9e20",null);t["default"]=o.exports},2557:function(n,t,e){},"38ad":function(n,t,e){"use strict";var a=e("2557"),c=e.n(a);c.a}}]); | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-01ee2a66"],{3156:function(n,t,e){"use strict";e.r(t);var c=function(){var n=this,t=n.$createElement,e=n._self._c||t;return e("div",{staticClass:"content"})},a=[],s={},u=s,i=(e("f4cf"),e("6691")),f=Object(i["a"])(u,c,a,!1,null,"a110aac0",null);t["default"]=f.exports},"7e17":function(n,t,e){},f4cf:function(n,t,e){"use strict";var c=e("7e17"),a=e.n(c);a.a}}]); | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-02ec5ae8"],{3305:function(n,t,c){"use strict";var e=c("4da3"),a=c.n(e);a.a},"4da3":function(n,t,c){},"70bc":function(n,t,c){"use strict";c.r(t);var e=function(){var n=this,t=n.$createElement,c=n._self._c||t;return c("div",{staticClass:"content"})},a=[],s={},u=s,i=(c("3305"),c("6691")),o=Object(i["a"])(u,e,a,!1,null,"b6198740",null);t["default"]=o.exports}}]); | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
1 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-10c57a5f"],{"0743":function(n,t,c){},3156:function(n,t,c){"use strict";c.r(t);var a=function(){var n=this,t=n.$createElement,c=n._self._c||t;return c("div",{staticClass:"content"})},e=[],s={},u=s,f=(c("f4cf"),c("5511")),i=Object(f["a"])(u,a,e,!1,null,"a110aac0",null);t["default"]=i.exports},f4cf:function(n,t,c){"use strict";var a=c("0743"),e=c.n(a);e.a}}]); | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-14f17e84"],{"4e5d":function(n,t,c){"use strict";c.r(t);var e=function(){var n=this,t=n.$createElement,c=n._self._c||t;return c("div",{staticClass:"content"})},a=[],s={},u=s,i=(c("ad67"),c("6691")),o=Object(i["a"])(u,e,a,!1,null,"7426c45c",null);t["default"]=o.exports},ad67:function(n,t,c){"use strict";var e=c("d17c"),a=c.n(e);a.a},d17c:function(n,t,c){}}]); | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
This diff is collapsed.
Click to expand it.
1 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-16fce086"],{"26b2":function(t,n){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAANCAYAAAC3mX7tAAABlElEQVQ4ja3ST4iNURgG8N/3uTQ1TRFLNbozNQspahiLGSPSNDU1NpSSsLKYjQ0bWxsWlGJlYWqUSGyUMWxo1FAWZHXvR1YWCpfG//kszrnF5xCZZ3PqOT3v8/55skazCb3owiOLh+2Yw7ueel2OHJdxExsWyWQcN3ASmkUhxwJ24RPuYOQ/TQ7hCh7iaJvM49vAEF7GTs5j6T8aLMckzqHEMbytGsHzaJDjIB5gx18YLME+PMEenMYzXMdwyugATuCasMpOTOMxjqAfK4RJu7EVx1HgAj5gAIejwQthOyOQxdTtxkXcEg75GTXcxkZ0IEtM8zU2sxJrsS5uBlYJAZvHllokG7iK/dEE1mMQp4T0DGATtmEGd3Ef77EaT4X7jEb9KyHiGcr2RFVkmMUa9KEV+cFoMIR7Fc0EzmAvpqoFaz31+k9EsygIx90cJ2z98N2V6irirBCGnZiq1q2lFPgopGaywrfDM5/QLGAMb1IF8xSJS7GzssJ3xPfLb3SvExqQlWWS/wVxpcuE2LfwrbqeP+E7Tjtj+sd9+vEAAAAASUVORK5CYII="},"325e":function(t,n,e){},3435:function(t,n,e){},"3c62":function(t,n,e){"use strict";var c=e("4df8"),i=e.n(c);i.a},"4df8":function(t,n,e){},5219:function(t,n){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAPCAYAAAARZmTlAAAB0klEQVQ4jZ3UTYiNYRQH8N+9rm83I9GwUdhIillIbJiFzWyJhUhmFAsLEWl8FgsfWVj5iFKzoUyiLJR8LXxEs7BQjCk16obyLW5jLM5zub3eO9P4b97Oed5z/s/5n3OewsveXiNACRPwaSRBxWHOF+Ew7uEDqviIAfThEjZhylBJCg0qWZ6SL8VPPEAP3qTzcZiDZZiNrziPQ3iXTVbK2BNxApvRj224mG4PUzELL/A5+RZiO7ZiDdpxrT5pvVzNuJ9+OoK5OJUIxuAMKniCt9ib4nqwPpH14yoO5lUyTeg+HStxK1PhUXTU2WOFNJVEDs+wBOewD6Oxh+jJKNxGC1rxMEMwHu/TN4vnmJfxFRJxO9ahq4hJQueuHAJCxjwCoulZDGIXvuA4isVkPE3MB9JN6lHB9wYkfTm+Gbgp+tiBX0Ux86vFFO3HBaF5Dd9wtgHJyYy9QIz7fKzFdf5OVxUbRTM3iAlaXBe8MxENJPuHmKBa00vYgUei4SvQXQvOW8Y2nMZMXMGxFDzo3z0pYxU6RX+6sUVI/AeNNr4Ju8WClfFa6PwqVVMWT06r2P7HQuobeckakdQwWfSrTexAc/JXxfjewWXcHSrJcCRZ/Ncr/BuJuHaKHS7tBgAAAABJRU5ErkJggg=="},"5ba4":function(t,n,e){t.exports=e.p+"assets/img/icon-succ.png"},"5d73":function(t,n,e){t.exports=e.p+"assets/img/icon-info.png"},6478:function(t,n){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAYCAMAAAA8nnbJAAAASFBMVEUAAADc3d3c3d3c3d3c3d3c3d3c3d3c3d3c3d3c3d3c3d3c3d3c3d3c3d3c3d3c3d3c3d3c3d3c3d3d3d3c3d3c3d3c3d3c3d2MgPlJAAAAF3RSTlMAiEXazT5WARAxIWHzsAxM5XIZBJ27BlWYBu8AAACYSURBVCjP7Y/LFoMgDERF3gKKAs7//2mjSA+17abrziKHcJNMMvz1iyb74XOcj6i5f4cLcu3zGG/IQZhraEROHTEZkC1ZAf5sTc6DxQYdgorgqzVpkswj2mHj1Ueh7EMSuFQEJprLhSZmw0wBbFuYYLT7hnKYmmaihae3hKz26nVpd14la2HomQr6ZLYeQclditg37Sb16QM4Lgb/IrG3AgAAAABJRU5ErkJggg=="},7181:function(t,n,e){"use strict";var c=e("325e"),i=e.n(c);i.a},"79c3":function(t,n,e){"use strict";var c=function(){var t=this,n=t.$createElement,c=t._self._c||n;return c("div",{staticClass:"comp",class:{hide:!t.visible}},[t.overlayShow?c("div",{staticClass:"overlay",on:{click:function(n){return t.onOverLayHandler()}}}):t._e(),c("div",{staticClass:"modal"},[t.title?c("div",{staticClass:"modal-title"},[t._v(t._s(t.title))]):t._e(),c("div",{staticClass:"modal-icon-wrap"},[c("img",{attrs:{src:e("8875")("./icon-"+t.icon+".png")}})]),c("div",{staticClass:"modal-content"},[t._v(t._s(t.content))]),c("div",{staticClass:"modal-btn-wrap"},[t.showCancel?c("div",{staticClass:"btn",on:{click:function(n){return t.onCancelHandler()}}},[t._v(t._s(t.cancelText))]):t._e(),t.showConfirm?c("div",{staticClass:"btn",on:{click:function(n){return t.onConfirmHandler()}}},[t._v(t._s(t.confirmText))]):t._e()])])])},i=[],o=(e("4ec3"),e("ed0b"),{props:{visible:{type:Boolean,default:!0},icon:{type:String,default:"succ"},title:{type:String,default:""},content:{type:String,default:""},confirmText:{type:String,default:"確認"},cancelText:{type:String,default:"取消"},showConfirm:{type:Boolean,default:!0},showCancel:{type:Boolean,default:!1},overlayShow:{type:Boolean,default:!0},confirm:{type:Function,default:null},cancel:{type:Function,default:null},overlay:{type:Function,default:null}},data:function(){return{key:"value"}},components:{},methods:{onConfirmHandler:function(){this.confirm&&this.confirm()},onCancelHandler:function(){this.cancel&&this.cancel()},onOverLayHandler:function(){this.overlay&&this.overlay()},initData:function(){}},mounted:function(){},created:function(){}}),A=o,a=(e("7181"),e("5511")),s=Object(a["a"])(A,c,i,!1,null,"04ea1099",null);n["a"]=s.exports},8875:function(t,n,e){var c={"./icon-alert-close.png":"ddb8","./icon-alert-i.png":"a164","./icon-eyes-off-bk.png":"26b2","./icon-eyes-off.png":"6478","./icon-eyes-on-bk.png":"5219","./icon-eyes-on.png":"957b","./icon-info.png":"5d73","./icon-modal-simple-close.png":"ec03","./icon-notice.png":"b98c","./icon-succ.png":"5ba4"};function i(t){var n=o(t);return e(n)}function o(t){if(!e.o(c,t)){var n=new Error("Cannot find module '"+t+"'");throw n.code="MODULE_NOT_FOUND",n}return c[t]}i.keys=function(){return Object.keys(c)},i.resolve=o,t.exports=i,i.id="8875"},"957b":function(t,n){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAYCAMAAAA8nnbJAAAAVFBMVEUAAADd3d3c3d3c3d3c3d3c3d3c3d3c3d3c3d3c3d3c3d3d3d3c3d3c3d3c3d3c3d3c3d3c3d3c3d3c3d3c3d3c3d3c3d3d3d3c3d3c3d3c3d3c3d0oEK0uAAAAG3RSTlMAL5qyB4ATDQM7opFkhfB34NbpS/bLGFbIbSHSfxLbAAAArElEQVQoz82RWRKDIBBEEVAEWRTQLH3/ewaYKqNW8p28D5bpmp6mYP/KqD7XO7eiEIUdLoouwn0KoTcRmI6q4vCP4jd0ZekMctqlbYGTjEkOoK/2S9mIIULXfULFlpM0cBRuJUmiMbcix60N87xdnyDIC3msfQL9qY8SJDI1MPI0r/PVkugx63fOMSBrtpM8hKb3KRshNnZAOcDzEJwAlsQuKCtyjTLpr//wS15nnwwqYeZsVQAAAABJRU5ErkJggg=="},a164:function(t,n){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABWklEQVQ4jZ3TMUiUcRzG8c/7dhLeFtwRwlHDhYOI00EHoZgQUZtDQY4niHC4RENBEkriINnQkHu01pY2nVRLhBZB3apgwRVF0VJR5nDvxd/XV6EeeIf3z/N9/r8H/r/oy1hZSiXUcR4ncAibWMESmqE5TsF1vEUPriUBxzCJCM8xG3K5AL6OGobwKhX8AQ0s4kEyZS2c4BymMJKCy+gP/jdwGoPJVH8DFnA1MYS6jPnU2VdM4Ca6Ywwkne/Zqyj50mrgHc7EqOIZfmUYD9IqqjGKaP0jLGGKMT6j8B8BBXyKsYaK7K53cGOfgFNYj/FCu/9ohuksLmScV9CL5Rz+YBq38BQfA+Nj5FNwHncxh2+dd3Afy9rvvRSYm9oVOzqCh3iP2+zehToe4TVm0IfD6NLeiSt4gy1cxO90QKfKMI7jCb7jJ17iJC5hHD86UJSxzqGOJpe0sJ1l2AEH3EWOEBiFEQAAAABJRU5ErkJggg=="},ac53:function(t,n,e){"use strict";var c=e("23c4"),i=e.n(c),o=e("78aa"),A=e("c446"),a=e("5eb7"),s=Object(o["a"])("loading"),l=s[0],r=s[1];function d(t,n){if("spinner"===n.type){for(var e=[],c=0;c<12;c++)e.push(t("i"));return e}return t("svg",{class:r("circular"),attrs:{viewBox:"25 25 50 50"}},[t("circle",{attrs:{cx:"50",cy:"50",r:"20",fill:"none"}})])}function u(t,n,e){if(e.default){var c=n.textSize&&{fontSize:Object(A["a"])(n.textSize)};return t("span",{class:r("text"),style:c},[e.default()])}}function f(t,n,e,c){var o=n.color,s=n.size,l=n.type,f={color:o};if(s){var p=Object(A["a"])(s);f.width=p,f.height=p}return t("div",i()([{class:r([l,{vertical:n.vertical}])},Object(a["b"])(c,!0)]),[t("span",{class:r("spinner",l),style:f},[d(t,n)]),u(t,n,e)])}f.props={color:String,size:[Number,String],vertical:Boolean,textSize:[Number,String],type:{type:String,default:"circular"}},n["a"]=l(f)},b3d6:function(t,n,e){"use strict";e("7028"),e("3435")},b98c:function(t,n){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAA3UlEQVQokYXSvS6EQRjF8d9ORuECBIVtxCVQoBHt0ohmQ7MNElFpKN2CQraQSHxFQoNbWBfyalY0akQUHtnXkDjJZGbO+edk8mQaL+1JoSF0sI7R8J5wimO8Q4pgDD1MoR17/dzDOORovsEB7qMgo4EKu1jCNRYSNvFQg2Efe7X7XTAbGWtY9VPDfusQVyneX/0BlKowkv7FCmX0MYHHmn+Jj4Jt4jnhDDtFOI2ZwtvGeUIXs2jVwpNY32phDt2MV6zgNswjgyE0sYVFLOMtR9APuIMLX5Nj8DXmo9gnceorGVzP/rIAAAAASUVORK5CYII="},daf4:function(t,n,e){"use strict";var c=function(){var t=this,n=t.$createElement,c=t._self._c||n;return c("div",{staticClass:"comp",class:{hide:!t.visible}},[t.overlayShow?c("div",{staticClass:"overlay",on:{click:function(n){return t.onOverLayHandler()}}}):t._e(),c("div",{staticClass:"modal"},[c("div",{staticClass:"modal-title"},[t._v("\n\t\t\t"+t._s(t.title)+"\n\t\t\t"),c("img",{staticClass:"close-btn pointer",attrs:{src:e("ec03")},on:{click:function(n){return t.onCloseHandler()}}})]),c("div",{staticClass:"modal-content"},[t._v(t._s(t.content))])])])},i=[],o=(e("4ec3"),e("ed0b"),{props:{visible:{type:Boolean,default:!0},icon:{type:String,default:"succ"},title:{type:String,default:""},content:{type:String,default:""},confirmText:{type:String,default:"確認"},cancelText:{type:String,default:"取消"},showConfirm:{type:Boolean,default:!0},showCancel:{type:Boolean,default:!1},overlayShow:{type:Boolean,default:!0},confirm:{type:Function,default:null},cancel:{type:Function,default:null},close:{type:Function,default:null},overlay:{type:Function,default:null}},data:function(){return{key:"value"}},components:{},methods:{onConfirmHandler:function(){this.confirm&&this.confirm()},onCancelHandler:function(){this.cancel&&this.cancel()},onCloseHandler:function(){this.close&&this.close()},onOverLayHandler:function(){this.overlay&&this.overlay()},initData:function(){}},mounted:function(){},created:function(){}}),A=o,a=(e("3c62"),e("5511")),s=Object(a["a"])(A,c,i,!1,null,"5b29ed92",null);n["a"]=s.exports},ddb8:function(t,n){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAuUlEQVQokZWS0Q3CMAxEXyoWYAV3CRAfZRwYoQzQlgFaYBmQ+IAl4qxiftIqROEDS5Gs050vPhkzw6tuzIxfz6s6r7o3MyoNoQFeGkJHoTQEB4zAXUPYVsATuAFtLkrIR+Bci7xTy4tXNa/aFbB+/p4zs3TaBByAHljHfqhF2tl1ERRE5GSAqrRoUpYDiyCbPgDXUhCrErkWaSNGFFGLnAB+ppEkNaXpOa/aAI+Y89eCifsY3Xf8exofnNjWcJSbj90AAAAASUVORK5CYII="},ec03:function(t,n){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAoklEQVQokY3QMQ4BURQF0OOrrUBhA4qZDahJNHqFVsIixF5EgyiwBKUlSFRapUKiIZn8zJ+Z1753kvtuazwadvHER7Pp4RGwxgbtBijDFVnAHJ0GOMMZC9wC3pjU4CLaQ/gtqnAeoyJM4RynGMUwxpcUKoN/vMIAdxxLbkphjgNmeEkUFsP/T0tsVbQdEmhXiF2KQwVShUMNSuKAaQ2KcRv9L836MX5RMJmbAAAAAElFTkSuQmCC"}}]); | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-18af4bdc"],{"17fa":function(t,e,i){"use strict";var n=i("2552"),o=i.n(n);o.a},2552:function(t,e,i){},"287a":function(t,e,i){"use strict";i.r(e);var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"content"},[i("auth",{directives:[{name:"show",rawName:"v-show",value:!1,expression:"false"}],on:{onLogout:t.userLogout}}),t.outsideUrl?i("iframe",{attrs:{id:"myiframe",width:"100%",height:"100%",scrolling:"yes",frameborder:"0",src:t.outsideUrl}}):t._e()],1)},o=[],s=(i("efce"),i("4634"),i("ed8b"),i("97a3")),r=i("591a"),a=i("4ec3"),c=i.n(a),u=i("ed0b"),h=i("f72f"),f=i("509f"),l=i.n(f);function g(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function p(t){for(var e=1;e<arguments.length;e++){var i=null!=arguments[e]?arguments[e]:{};e%2?g(i,!0).forEach((function(e){Object(s["a"])(t,e,i[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):g(i).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(i,e))}))}return t}var d="MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDA1SNj4qiOEmvTkZfp+Gt0UOLTCdxuEqRE+k0fROhgZdN2GmtDg6jcZV/CXKdwQGGdwOYdxEngRQb2K/SXd5Rnu4MkuAoHopDNrBRVqoJNQi6VOv6fvAEzeYivtS9aMM7IvdZuN1QlASCz2vxfUKJ3BaijMQqQE9m0pVm+0BDEfwIDAQAB",A=new l.a;function m(t){var e=JSON.stringify(t),i=A.encrypt(e);return i}A.setPublicKey(d);var v={data:function(){return{key:"value",outsideUrl:"",information:{}}},components:{Auth:h["a"]},computed:p({},Object(r["c"])({userInfo:function(t){return t.userInfo}})),methods:{init:function(){var t=this;this.isLogin()?Object(u["c"])({url:c.a.profile,sid:!0}).then((function(e){e&&(t.information=e,t.gotoVhis())})):this.gotoVhis()},userLogout:function(){this.gotoVhis()},isLogin:function(){return this.userInfo&&this.userInfo.sid},gotoVhis:function(){var t=window.global.vhis,e=this.$i18n.locale;switch(e){case"zh":t+="?language=zh-cn";break;case"en":t+="?language=en";break;default:t+="?language=zh-hk";break}if(t+="&partnerId=PA001&productCode=VHIS001",this.information&&this.information.idType&&this.information.idNo){var i={name:this.information.fullName,gender:this.information.sex,birthday:this.information.birthDate,certiType:this.information.policyIdType?this.information.policyIdType:this.information.idType,certiNo:this.information.idNo};t+="&data="+m(i)}this.outsideUrl=t}},watch:{},mounted:function(){this.init(),window.removeEventListener("message",(function(){})),window.addEventListener("message",(function(t){var e=t.data?t.data.height:null;if(e){var i=document.getElementById("myiframe");try{i.height=e,i.style.height=e+"px"}catch(n){}}}))},created:function(){}},b=v,w=(i("17fa"),i("6691")),y=Object(w["a"])(b,n,o,!1,null,"13aff1c1",null);e["default"]=y.exports},5557:function(t,e,i){},a164:function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABWklEQVQ4jZ3TMUiUcRzG8c/7dhLeFtwRwlHDhYOI00EHoZgQUZtDQY4niHC4RENBEkriINnQkHu01pY2nVRLhBZB3apgwRVF0VJR5nDvxd/XV6EeeIf3z/N9/r8H/r/oy1hZSiXUcR4ncAibWMESmqE5TsF1vEUPriUBxzCJCM8xG3K5AL6OGobwKhX8AQ0s4kEyZS2c4BymMJKCy+gP/jdwGoPJVH8DFnA1MYS6jPnU2VdM4Ca6Ywwkne/Zqyj50mrgHc7EqOIZfmUYD9IqqjGKaP0jLGGKMT6j8B8BBXyKsYaK7K53cGOfgFNYj/FCu/9ohuksLmScV9CL5Rz+YBq38BQfA+Nj5FNwHncxh2+dd3Afy9rvvRSYm9oVOzqCh3iP2+zehToe4TVm0IfD6NLeiSt4gy1cxO90QKfKMI7jCb7jJ17iJC5hHD86UJSxzqGOJpe0sJ1l2AEH3EWOEBiFEQAAAABJRU5ErkJggg=="},c309:function(t,e,i){"use strict";var n=i("5557"),o=i.n(n);o.a},ddb8:function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAuUlEQVQokZWS0Q3CMAxEXyoWYAV3CRAfZRwYoQzQlgFaYBmQ+IAl4qxiftIqROEDS5Gs050vPhkzw6tuzIxfz6s6r7o3MyoNoQFeGkJHoTQEB4zAXUPYVsATuAFtLkrIR+Bci7xTy4tXNa/aFbB+/p4zs3TaBByAHljHfqhF2tl1ERRE5GSAqrRoUpYDiyCbPgDXUhCrErkWaSNGFFGLnAB+ppEkNaXpOa/aAI+Y89eCifsY3Xf8exofnNjWcJSbj90AAAAASUVORK5CYII="},f72f:function(t,e,i){"use strict";var n=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.showPanel?n("div",[t.showUnAuth?n("div",[n("div",{staticClass:"alert"},[n("img",{staticClass:"icon",attrs:{src:i("a164"),alt:""}}),n("div",{staticClass:"txt"},[t._v("\n "+t._s(t.tips.tit)+"\n "),n("span",{staticClass:"pointer btn",on:{click:t.gotoLoginPage}},[t._v(t._s(t.$t("customService.unauth.login")))]),t._v(" \n "+t._s(t.tips.or)+"\n "),n("span",{staticClass:"pointer btn",on:{click:t.gotoRegisterPage}},[t._v(t._s(t.$t("customService.unauth.register")))]),t._v("\n "+t._s(t.tips.tail)+"\n ")]),"suggest"==t.model?n("img",{staticClass:"pointer close",attrs:{src:i("ddb8"),alt:""},on:{click:function(e){t.showSuggest=!1}}}):t._e()])]):t._e(),t.showProfileInfo?n("div",[n("div",{staticClass:"alert"},[n("img",{staticClass:"icon",attrs:{src:i("a164"),alt:""}}),n("div",{staticClass:"txt"},[t._v("\n "+t._s(t.$t("customService.unauth.baseInfoTip"))+" \n "),n("span",{staticClass:"pointer btn",on:{click:t.gotoInformationPage}},[t._v(t._s(t.$t("customService.unauth.infoBtn")))]),t._v("\n "+t._s(t.$t("customService.unauth.baseInfoTail"))+"\n ")])])]):t._e(),"suggest"!=t.model?n("div",{staticClass:"empty-line"}):t._e()]):t._e()},o=[],s=(i("efce"),i("4634"),i("ed8b"),i("7cfd"),i("97a3")),r=i("591a");function a(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function c(t){for(var e=1;e<arguments.length;e++){var i=null!=arguments[e]?arguments[e]:{};e%2?a(i,!0).forEach((function(e){Object(s["a"])(t,e,i[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):a(i).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(i,e))}))}return t}var u={props:{model:{type:String,default:"auth"},checkProfile:{type:Boolean,default:!1},tipModel:{type:String,default:"m3"}},data:function(){return{key:"value",showProfileInfo:!1,showUnAuth:!1,showSuggest:!0,tips:{}}},components:{},computed:c({},Object(r["c"])({userInfo:function(t){return t.userInfo}}),{locale:function(){return this.$i18n.locale||"tc"},i18n:function(){return this.$i18n.messages&&this.$i18n.locale?this.$i18n.messages[this.$i18n.locale]:{}},showPanel:function(){var t="auth"==this.model&&(this.showProfileInfo||this.showUnAuth),e="suggest"==this.model&&this.showSuggest;return t||e}}),methods:{initData:function(){this.tips=this.i18n.customService.unauth[this.tipModel],this.userInfo&&this.userInfo.name?this.loginAction():this.logoutAction()},loginAction:function(){this.showUnAuth=!1,this.checkProfile?1==this.userInfo.hadFullInfo?this.$emit("onLogin",this.userInfo):this.showProfileInfo=!0:this.$emit("onLogin",this.userInfo)},logoutAction:function(){this.showUnAuth=!0,this.showProfileInfo=!1,this.$emit("onLogout",{})},gotoLoginPage:function(){var t=this.$route.path,e="?";for(var i in this.$route.query)t+=e+i+"="+this.$route.query[i],e="&";this.$router.push({path:"/login?callback="+t})},gotoRegisterPage:function(){this.$router.push({path:"/register"})},gotoInformationPage:function(){var t=this.$route.fullPath;this.$router.push({path:"/infomation/improve",query:{c:t,a:1}})},noAuth:function(){this.$store.commit("SET_USER_INFO",null),this.initData(),this.$emit("onLogout",{})}},mounted:function(){this.initData()},created:function(){},watch:{userInfo:function(t){t&&t.name?this.loginAction():this.logoutAction()}}},h=u,f=(i("c309"),i("6691")),l=Object(f["a"])(h,n,o,!1,null,"48a574a6",null);e["a"]=l.exports}}]); | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
1 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-1e3d44d3"],{"2f40":function(n,t,e){},a9be:function(n,t,e){"use strict";e.r(t);var c=function(){var n=this,t=n.$createElement,e=n._self._c||t;return e("div",{staticClass:"content"})},a=[],s={},u=s,i=(e("eab1"),e("5511")),o=Object(i["a"])(u,c,a,!1,null,"4c200220",null);t["default"]=o.exports},eab1:function(n,t,e){"use strict";var c=e("2f40"),a=e.n(c);a.a}}]); | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-220037e8"],{3305:function(n,t,c){"use strict";var e=c("c0b3"),s=c.n(e);s.a},"70bc":function(n,t,c){"use strict";c.r(t);var e=function(){var n=this,t=n.$createElement,c=n._self._c||t;return c("div",{staticClass:"content"})},s=[],u={},a=u,i=(c("3305"),c("5511")),o=Object(i["a"])(a,e,s,!1,null,"b6198740",null);t["default"]=o.exports},c0b3:function(n,t,c){}}]); | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
This diff is collapsed.
Click to expand it.
1 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-29e47ad1"],{"142c":function(t,a,n){},"2a99":function(t,a,n){"use strict";var s=n("142c"),c=n.n(s);c.a},a1d1:function(t,a,n){"use strict";n.r(a);var s=function(){var t=this,a=t.$createElement;t._self._c;return t._m(0)},c=[function(){var t=this,a=t.$createElement,n=t._self._c||a;return n("div",{staticClass:"about"},[n("h1",[t._v("This is an about page")]),n("div",{staticClass:"cc"},[t._v("\n about\n "),n("div",{staticClass:"ddd"},[t._v("123about3")])])])}],e=(n("2a99"),n("5511")),i={},u=Object(e["a"])(i,s,c,!1,null,"e877188a",null);a["default"]=u.exports}}]); | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment