icve-sso-vue3 0.0.22 → 0.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/icve-sso-vue3.common.js +47 -45
- package/dist/icve-sso-vue3.common.js.map +1 -1
- package/dist/icve-sso-vue3.css +1 -1
- package/dist/icve-sso-vue3.umd.js +47 -45
- package/dist/icve-sso-vue3.umd.js.map +1 -1
- package/dist/icve-sso-vue3.umd.min.js +2 -2
- package/dist/icve-sso-vue3.umd.min.js.map +1 -1
- package/package.json +1 -1
package/dist/icve-sso-vue3.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.custom-dialog-overlay[data-v-59cc3c32]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn-59cc3c32 .3s ease-out}.custom-dialog[data-v-59cc3c32]{background:#fff;border-radius:30px;box-shadow:0 4px 20px rgba(0,0,0,.15);width:900px;max-width:90vw;max-height:90vh;overflow:hidden;animation:slideIn-59cc3c32 .3s ease-out;display:flex;flex-direction:column}.custom-dialog-header[data-v-59cc3c32]{padding:20px;border-bottom:none;border-bottom:1px solid #ebebeb}.custom-dialog-header .custom-dialog-title[data-v-59cc3c32]{margin:0;font-size:24px;font-weight:700;color:#333}.custom-dialog-footer[data-v-59cc3c32]{padding:20px 24px 24px;border-top:none}.custom-dialog-body[data-v-59cc3c32]{flex:1;overflow-y:auto;max-height:calc(90vh - 120px)}@keyframes fadeIn-59cc3c32{0%{opacity:0}to{opacity:1}}@keyframes slideIn-59cc3c32{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.main-content[data-v-59cc3c32]{display:flex}.main-content .left-panel[data-v-59cc3c32]{width:270px;background:#f2f2f2;flex-shrink:0}.main-content .right-panel[data-v-59cc3c32]{flex:1;min-width:0;padding:40px 75px;display:flex;flex-direction:column;justify-content:center}.line-item[data-v-59cc3c32]{display:flex}.line-item .input-displayName[data-v-59cc3c32]{flex:1}.line-item .input-employeeNumber[data-v-59cc3c32]{margin-left:20px;width:250px}.user-type-container .user-type-list[data-v-59cc3c32]{display:flex;flex-direction:column;gap:0;background:#f5f5f5;padding:20px 0 20px 20px;overflow:hidden}.user-type-container .user-type-list .user-type-item[data-v-59cc3c32]{position:relative;display:flex;align-items:center;justify-content:space-between;padding:15px 24px;cursor:pointer;transition:all .2s ease}.user-type-container .user-type-list .user-type-item[data-v-59cc3c32]:last-child{border-bottom:none}.user-type-container .user-type-list .user-type-item .user-type-text[data-v-59cc3c32]{font-size:20px;color:#0a132e;font-weight:400}.user-type-container .user-type-list .user-type-item .check-icon[data-v-59cc3c32]{opacity:0}.user-type-container .user-type-list .user-type-item .check-icon img[data-v-59cc3c32]{width:36px;height:36px}.user-type-container .user-type-list .user-type-item[data-v-59cc3c32]:hover:not(.disabled):not(.active){background:#fff}.user-type-container .user-type-list .user-type-item:hover:not(.disabled):not(.active) .user-type-text[data-v-59cc3c32]{font-weight:500;font-size:20px;color:#3e7bfa}.user-type-container .user-type-list .user-type-item:hover:not(.disabled):not(.active) .check-icon[data-v-59cc3c32]{opacity:1}.user-type-container .user-type-list .user-type-item.active[data-v-59cc3c32]{background:#fff}.user-type-container .user-type-list .user-type-item.active .user-type-text[data-v-59cc3c32]{font-weight:500;font-size:20px}.user-type-container .user-type-list .user-type-item.active .check-icon[data-v-59cc3c32]{opacity:1}.user-type-container .user-type-list .user-type-item.disabled[data-v-59cc3c32]{cursor:not-allowed}.user-type-container .user-type-list .user-type-item.disabled .user-type-text[data-v-59cc3c32]{color:#ccc}.user-type-container .user-type-list .user-type-item.active .user-type-text[data-v-59cc3c32]{color:#3e7bfa}.icve-sso-button[data-v-59cc3c32]{margin:0 auto;cursor:pointer;width:540px;height:48px;background:#3e7bfa;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:18px;color:#fff}[data-v-59cc3c32] .el-dialog__title{font-weight:700;font-size:24px}.el-input--medium .el-input__inner[data-v-59cc3c32]{height:48px;line-height:48px;font-size:14px}.input-field[data-v-59cc3c32]{position:relative;margin-bottom:55px}.input-field label[data-v-59cc3c32]{position:absolute;top:50%;left:15px;transform:translateY(-50%);font-size:14px;color:#999;pointer-events:none;transition:all .3s ease;padding:0 5px;z-index:1}.input-field label.active[data-v-59cc3c32]{top:-20px;left:0;font-size:18px;color:#0a132e;font-weight:700}.input-field .required-star[data-v-59cc3c32]{color:#ff4757;font-weight:400;margin-right:4px}.input-field[data-v-59cc3c32] .el-input__inner{min-height:34px}.input-field[data-v-59cc3c32] .el-select__wrapper{min-height:36px}.el-form-item[data-v-59cc3c32],.right-panel .input-field[data-v-59cc3c32]:last-child{margin-bottom:0}.el-input__inner[data-v-59cc3c32],.el-select[data-v-59cc3c32]{font-size:14px}.el-form-item__content[data-v-59cc3c32]{position:relative}.el-form-item.is-error .el-input__inner[data-v-59cc3c32]{border-color:#f56c6c}.el-input__inner[data-v-59cc3c32],.el-select .el-input__inner[data-v-59cc3c32]{padding-left:15px}.el-select-dropdown__item.selected[data-v-59cc3c32]{color:#004b90!important}.input-field .el-select .el-input.is-focus .el-input__inner[data-v-59cc3c32]{border-color:#004b90}.input-field .el-form-item.is-error label[data-v-59cc3c32]{color:#f56c6c}[data-v-13fe3570] .el-checkbox__input.is-checked .el-checkbox__inner{background-color:#004b90!important;border-color:#004b90!important}[data-v-13fe3570] .el-checkbox__inner:hover{border-color:#004b90!important}.agreement1[data-v-13fe3570]{margin-top:10px;display:flex;flex-wrap:wrap;font-size:18px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#95a1bc}.agreement1 .source_l[data-v-13fe3570]{font-size:17px}.agreement1 .el-checkbox[data-v-13fe3570]{padding-top:-4px}.agreement1 .content[data-v-13fe3570]{width:406px;padding-left:10px}.agreement1 .content .l[data-v-13fe3570]{width:100%;display:flex}.agreement1 .content .r[data-v-13fe3570]{margin-top:10px;width:100%;display:flex;justify-content:end;cursor:pointer;color:#1989fa;font-weight:700;align-items:center}.agreement1 .content .r img[data-v-13fe3570]{width:40px;animation-name:move-13fe3570;animation-duration:1s;animation-iteration-count:infinite;margin-right:10px}.agreement1 .ren[data-v-13fe3570]{margin-top:10px;width:100%;display:flex;justify-content:end;cursor:pointer;color:#1989fa;font-weight:700;align-items:center}.agreement1 .ren img[data-v-13fe3570]{width:40px;animation-name:move-13fe3570;animation-duration:1s;animation-iteration-count:infinite;margin-right:10px}.agreement1 span[data-v-13fe3570]{color:#004b90;cursor:pointer}.icve-sso-agreement[data-v-13fe3570]{margin-top:10px;display:flex;flex-wrap:wrap;font-size:18px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#95a1bc}.icve-sso-agreement .el[data-v-13fe3570]{margin-top:-4px;margin-right:20px}.icve-sso-agreement .content[data-v-13fe3570]{flex:1;display:flex;flex-wrap:wrap;justify-content:space-between}.icve-sso-agreement .content .r[data-v-13fe3570]{margin-top:10px;width:100%;display:flex;justify-content:end;cursor:pointer;color:#1989fa;font-weight:700;align-items:center}.icve-sso-agreement .content .r img[data-v-13fe3570]{width:40px;animation-name:move-13fe3570;animation-duration:1s;animation-iteration-count:infinite;margin-right:10px}.icve-sso-agreement .content1[data-v-13fe3570]{width:406px;padding-left:18px;display:flex;flex-wrap:wrap;justify-content:space-between}.icve-sso-agreement .content1 .r[data-v-13fe3570]{margin-top:10px;width:100%;display:flex;justify-content:end;cursor:pointer;color:#1989fa;font-weight:700;align-items:center}.icve-sso-agreement .content1 .r img[data-v-13fe3570]{width:40px;animation-name:move-13fe3570;animation-duration:1s;animation-iteration-count:infinite;margin-right:10px}.icve-sso-agreement .ren[data-v-13fe3570]{margin-top:10px;width:100%;display:flex;justify-content:end;cursor:pointer;color:#1989fa;font-weight:700;align-items:center}.icve-sso-agreement .ren img[data-v-13fe3570]{width:40px;animation-name:move-13fe3570;animation-duration:1s;animation-iteration-count:infinite;margin-right:10px}@keyframes move-13fe3570{to{transform:translateX(10px)}}.icve-sso-agreement span[data-v-13fe3570]{color:#004b90;cursor:pointer}.qr-login-container[data-v-b28c2774]{margin-top:40px;display:flex;flex-direction:column;align-items:center;padding:20px;border-radius:8px;box-shadow:0 2px 12px rgba(0,0,0,.1);background-color:#fff}.qr-login-container .qr-code-wrapper[data-v-b28c2774]{position:relative;display:inline-block;margin-bottom:16px}.qr-login-container .qr-code[data-v-b28c2774]{margin-bottom:16px;padding:10px;background-color:#fff;border:1px solid #e5e5e5;border-radius:4px}.qr-login-container .qr-login-overlay[data-v-b28c2774]{position:absolute;top:0;left:-4px;width:105%;height:100%;background-color:hsla(0,0%,100%,.9);border-radius:4px;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10}.qr-login-container .qr-login-overlay .overlay-content[data-v-b28c2774]{text-align:center}.qr-login-container .qr-login-overlay .overlay-text[data-v-b28c2774]{font-size:16px;font-weight:600;color:#333;margin:0 0 8px 0}.qr-login-container .qr-login-overlay .overlay-tip[data-v-b28c2774]{font-size:12px;color:#999;margin:0 0 16px 0}.qr-login-container .qr-login-overlay .rescan-btn[data-v-b28c2774]{padding:10px 24px;background-color:#004b90;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .3s}.qr-login-container .qr-login-overlay .rescan-btn[data-v-b28c2774]:hover{background-color:#003d75}.qr-login-container .qr-tip[data-v-b28c2774]{font-size:14px;color:#606266;text-align:center;margin:0;padding-top:8px;line-height:1.5}.qr-login-container .bind-tip[data-v-b28c2774]{margin-top:10px;padding:10px;background-color:#fdf6ec;color:#e6a23c;font-size:12px;border-radius:4px;line-height:1.4;text-align:justify;width:220px}.qr-login-container1[data-v-b28c2774]{margin-top:0;box-shadow:none}.custom-dialog-overlay[data-v-4c1d34f3]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn-4c1d34f3 .3s ease-out}.custom-dialog[data-v-4c1d34f3]{background:#fff;border-radius:30px;box-shadow:0 4px 20px rgba(0,0,0,.15);width:600px;max-width:90vw;max-height:80vh;overflow:hidden;animation:slideIn-4c1d34f3 .3s ease-out;display:flex;flex-direction:column}.custom-dialog.nationality-selector[data-v-4c1d34f3]{height:600px}.custom-dialog-header[data-v-4c1d34f3]{padding:20px 24px;border-bottom:1px solid #ebebeb;display:flex;align-items:center;justify-content:space-between}.custom-dialog-header .custom-dialog-title[data-v-4c1d34f3]{margin:0;font-size:24px;font-weight:700;color:#333}.custom-dialog-header .custom-dialog-close[data-v-4c1d34f3]{cursor:pointer;color:#999;transition:color .2s ease}.custom-dialog-header .custom-dialog-close[data-v-4c1d34f3]:hover{color:#333}.search-container[data-v-4c1d34f3]{padding:20px 24px 0}.search-container .el-input .el-input__inner[data-v-4c1d34f3]{height:40px;line-height:40px;border-radius:20px;border:1px solid #dcdfe6;font-size:14px}.search-container .el-input .el-input__inner[data-v-4c1d34f3]:focus{border-color:#004b90}.search-container .el-input .el-input__prefix[data-v-4c1d34f3]{left:15px}.custom-dialog-body[data-v-4c1d34f3]{flex:1;overflow:hidden;padding:20px 0 0}@keyframes fadeIn-4c1d34f3{0%{opacity:0}to{opacity:1}}@keyframes slideIn-4c1d34f3{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.nationality-index-bar[data-v-4c1d34f3]{display:flex;height:100%}.index-nav[data-v-4c1d34f3]{width:40px;background:#f8f9fa;display:flex;flex-direction:column;align-items:center;padding:10px 0;border-right:1px solid #ebebeb;flex-shrink:0}.index-nav .index-item[data-v-4c1d34f3]{width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:500;color:#666;cursor:pointer;border-radius:12px;margin:1px 0;transition:all .2s ease}.index-nav .index-item[data-v-4c1d34f3]:hover{background:#e3f2fd;color:#004b90}.index-nav .index-item.active[data-v-4c1d34f3]{background:#004b90;color:#fff}.nationality-list-container[data-v-4c1d34f3]{flex:1;height:100%;overflow:hidden}.nationality-list[data-v-4c1d34f3]{padding:0 24px}.search-results-container[data-v-4c1d34f3]{height:100%;overflow:hidden}.letter-section[data-v-4c1d34f3]{margin-bottom:10px}.letter-section .letter-anchor[data-v-4c1d34f3]{font-size:16px;font-weight:700;color:#004b90;padding:10px 0 5px;border-bottom:1px solid #f0f0f0;margin-bottom:5px;position:sticky;top:0;background:#fff;z-index:1}.country-item[data-v-4c1d34f3]{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;cursor:pointer;border-radius:8px;transition:all .2s ease;margin-bottom:2px}.country-item[data-v-4c1d34f3]:hover{background:#f8f9fa}.country-item:hover .country-check[data-v-4c1d34f3]{opacity:1;color:#004b90}.country-item .country-name[data-v-4c1d34f3]{font-size:14px;color:#333;flex:1}.country-item .country-check[data-v-4c1d34f3]{opacity:0;font-size:16px;color:#004b90;transition:all .2s ease}.search-results[data-v-4c1d34f3]{padding:0 24px}.search-results .no-results[data-v-4c1d34f3]{text-align:center;color:#999;font-size:14px;padding:40px 0}.el-scrollbar .el-scrollbar__wrap[data-v-4c1d34f3]{overflow-x:hidden}.el-scrollbar .el-scrollbar__bar.is-vertical[data-v-4c1d34f3]{right:2px;width:6px}.el-scrollbar .el-scrollbar__bar.is-vertical .el-scrollbar__thumb[data-v-4c1d34f3]{background:hsla(220,4%,58%,.3);border-radius:3px}.el-scrollbar .el-scrollbar__bar.is-vertical .el-scrollbar__thumb[data-v-4c1d34f3]:hover{background:hsla(220,4%,58%,.5)}@media(max-width:768px){.custom-dialog[data-v-4c1d34f3]{width:95vw;height:85vh;border-radius:20px}.custom-dialog.nationality-selector[data-v-4c1d34f3]{height:85vh}.custom-dialog-header[data-v-4c1d34f3]{padding:16px 20px}.custom-dialog-header .custom-dialog-title[data-v-4c1d34f3]{font-size:20px}.search-container[data-v-4c1d34f3]{padding:16px 20px 0}.nationality-list[data-v-4c1d34f3],.search-results[data-v-4c1d34f3]{padding:0 20px}}.mobile[data-v-3371c604]{width:100%;height:100%;background-size:cover;background-position:0 100%}.mobile .top[data-v-3371c604]{padding-top:40px;margin-left:60px}.mobile .test .ti[data-v-3371c604]{font-size:20px}.mobile .test ul[data-v-3371c604]{margin-top:20px;display:flex;flex-wrap:wrap}.mobile .test ul li[data-v-3371c604]{cursor:pointer;display:flex;justify-content:space-between;padding:12px;width:100%;background:#fff;border-radius:4px;border:1px solid #d6d9e4;margin:0 15px 10px 0}.mobile .test ul li .le[data-v-3371c604]{display:flex;flex-direction:column;font-weight:500;font-size:18px;color:#333}.mobile .test ul li .le .name[data-v-3371c604]{margin-bottom:10px}.mobile .test ul li .ri[data-v-3371c604]{display:flex;align-items:end;font-weight:400;font-size:16px;color:#999}.mobile .main[data-v-3371c604]{position:relative;padding:60px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:600px;height:876px;background:#fff;border-radius:10px;backdrop-filter:blur(5px)}.mobile .main .header_title[data-v-3371c604]{text-align:center;font-weight:600;font-size:36px;color:#0a132e}.mobile .main .phone_form[data-v-3371c604]{margin-top:60px}.mobile .main .phone_form .phone[data-v-3371c604]{position:relative;margin-bottom:30px}.mobile .main .phone_form .phone #ghduhfue[data-v-3371c604]{position:absolute;left:32px;top:50%;transform:translateY(-50%);z-index:1;font-size:20px;color:#333;cursor:pointer}.mobile .main .phone_form .Code[data-v-3371c604]{width:100%;position:relative}.mobile .main .phone_form .Code #code[data-v-3371c604]{position:absolute;top:50%;left:15px;transform:translateY(-50%);z-index:999}.mobile .main .phone_form .Code #djs[data-v-3371c604]{cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);right:20px;font-size:20px;color:#004b90}.mobile .main .phone_form[data-v-3371c604] .el-input__inner{height:48px;line-height:48px}.mobile .main .phone_form[data-v-3371c604] .el-input__suffix{margin-right:10px}.mobile .main .phone_form[data-v-3371c604] .el-input__prefix i{font-size:28px;line-height:47px}.mobile .main .footer[data-v-3371c604]{position:absolute;bottom:60px;left:60px;text-align:center}.mobile .main .footer .custom-primary-button[data-v-3371c604]{background-color:#004b90;border-color:#004b90;color:#fff;padding:10px 25px;font-size:14px;border-radius:4px;border:1px solid transparent;cursor:pointer;margin:0 5px;transition:all .3s}.mobile .main .footer .custom-plain-button[data-v-3371c604]{background-color:#fff;border-color:#dcdfe6;color:#606266;padding:10px 25px;font-size:14px;border-radius:4px;border:1px solid #dcdfe6;cursor:pointer;margin:0 5px;transition:all .3s}.mobile .sjbdVerify[data-v-3371c604] .mask{display:block!important}.mobile .sjbdVerify[data-v-3371c604] .verifybox{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.mobile.dialog-mode[data-v-3371c604]{width:100%;height:auto;background:none}.mobile.dialog-mode .main[data-v-3371c604]{position:static;transform:none;left:auto;top:auto;width:100%;height:auto;background:none;border-radius:0;backdrop-filter:none;padding:10px;max-width:500px;margin:0 auto}.mobile.dialog-mode .main .header_title[data-v-3371c604]{display:none}.mobile.dialog-mode .main .phone_form[data-v-3371c604]{margin-top:20px}.mobile.dialog-mode .main .phone_form .test .ti[data-v-3371c604]{font-size:16px}.mobile.dialog-mode .main .phone_form .test ul li[data-v-3371c604]{width:100%;margin:0 0 10px 0}.mobile.dialog-mode .main .footer[data-v-3371c604]{position:static;bottom:auto;left:auto;margin-top:30px;text-align:center}.mobile.dialog-mode .main .footer .custom-plain-button[data-v-3371c604],.mobile.dialog-mode .main .footer .custom-primary-button[data-v-3371c604]{width:auto;margin:0 5px}[data-v-34a130ed] .el-select__wrapper{min-height:48px;line-height:48px}.mproveInformation[data-v-34a130ed]{margin-top:20px}[data-v-34a130ed] .el-select-dropdown__item.selected{color:#004b90!important}[data-v-34a130ed] .el-select-dropdown__item.hover,[data-v-34a130ed] .el-select-dropdown__item:hover{background-color:#f5f7fa;color:#004b90}.line-item[data-v-34a130ed]{display:flex}.line-item .input-displayName[data-v-34a130ed]{flex:1}.line-item .input-employeeNumber[data-v-34a130ed]{margin-left:20px;width:250px}.el-input--medium .el-input__inner[data-v-34a130ed]{height:48px;line-height:48px;font-size:14px}.input-radio[data-v-34a130ed]{display:flex;margin-bottom:40px}.input-radio .input-type[data-v-34a130ed]{font-size:18px;color:#0a132e;margin-bottom:20px;width:120px}.input-radio .input-type[data-v-34a130ed]:before{content:"* ";color:red}.input-radio .input-en[data-v-34a130ed]{width:240px}.input-radio .el-form-item[data-v-34a130ed]{margin-bottom:0}.input-radio .el-radio-group[data-v-34a130ed]{display:flex;flex-wrap:wrap;gap:10px 10px}.input-radio .el-radio-group[data-v-34a130ed] .el-radio{margin-right:0;margin-bottom:0;white-space:nowrap}.input-radio .el-radio-group[data-v-34a130ed] .el-radio .el-radio__label{font-size:16px;color:#333;padding-left:10px}.input-radio .el-radio-group[data-v-34a130ed] .el-radio .el-radio__input .el-radio__inner{width:18px;height:18px;border:2px solid #dcdfe6}.input-radio .el-radio-group[data-v-34a130ed] .el-radio .el-radio__input .el-radio__inner:hover{border-color:#004b90}.input-radio .el-radio-group[data-v-34a130ed] .el-radio .el-radio__input .el-radio__inner:after{width:8px;height:8px;background-color:#004b90}.input-radio .el-radio-group[data-v-34a130ed] .el-radio .el-radio__input.is-checked .el-radio__inner{border-color:#004b90;background-color:#004b90}.input-radio .el-radio-group[data-v-34a130ed] .el-radio .el-radio__input.is-checked .el-radio__inner:after{background-color:#fff}.input-radio .el-radio-group[data-v-34a130ed] .el-radio .el-radio__input.is-checked+.el-radio__label{color:#004b90;font-weight:500}.input-radio .el-radio-group[data-v-34a130ed] .el-radio:hover .el-radio__input .el-radio__inner{border-color:#004b90}.input-radio .el-radio-group[data-v-34a130ed] .el-radio:hover .el-radio__label{color:#004b90}.input-field[data-v-34a130ed]{position:relative;margin-bottom:50px}.input-field label[data-v-34a130ed]{position:absolute;top:50%;left:15px;transform:translateY(-50%);font-size:14px;color:#999;pointer-events:none;transition:all .3s ease;padding:0 5px;z-index:1}.input-field label.active[data-v-34a130ed]{top:-18px;left:0;font-size:18px;color:#0a132e}.input-field label.active[data-v-34a130ed]:before{content:"* ";color:red}.input-field[data-v-34a130ed] .el-form-item{margin-bottom:0}.input-field[data-v-34a130ed] .el-input__inner,.input-field[data-v-34a130ed] .el-select{font-size:14px}.input-field[data-v-34a130ed] .el-form-item__content{position:relative}.input-field[data-v-34a130ed] .el-form-item.is-error .el-input__inner{border-color:#f56c6c}.input-field[data-v-34a130ed] .el-input__inner,.input-field[data-v-34a130ed] .el-select .el-input__inner{padding-left:15px}[data-v-34a130ed] .input-field .el-select .el-input.is-focus .el-input__inner,[data-v-34a130ed] .input-field .el-select:hover .el-input__inner{border-color:#004b90}[data-v-34a130ed] .input-field .el-select .el-input.is-focus .el-select__caret,[data-v-34a130ed] .input-field .el-select .el-input__suffix .el-select__caret{color:#004b90}.button[data-v-34a130ed]{background-color:#004b90;color:#fff;padding:12px 24px;border-radius:4px;font-size:16px;cursor:pointer;text-align:center;transition:background-color .3s ease}.button[data-v-34a130ed]:hover{background-color:#003a73}.input-field .el-form-item.is-error label[data-v-34a130ed]{color:#f56c6c}.icve-sso-login-bg{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .3s ease-out}.icve-sso-login-bg .el-input-group__prepend{background-color:#fff!important}.icve-sso-login-bg .primary{background-color:#004b90!important;border-color:#004b90!important}.icve-sso-login-bg .icve-sso-mobileShow-top ul{display:flex;margin-bottom:20px}.icve-sso-login-bg .icve-sso-mobileShow-top ul li{cursor:pointer;font-size:20px;font-family:PingFangSC,PingFang SC;font-weight:400;color:#0a132e;padding-bottom:10px;margin-right:30px}.icve-sso-login-bg .icve-sso-mobileShow-top ul .icve-sso-active{color:#004b90;border-bottom:4px solid #004b90}.icve-sso-login-bg .icve-sso-moreUserName-top .icve-sso-test{color:#95a1bc}.icve-sso-login-bg .icve-sso-moreUserName-top ul{margin-top:10px}.icve-sso-login-bg .icve-sso-moreUserName-top ul li{padding:10px 20px;display:flex;align-items:center;justify-content:space-between;width:460px;height:80px;background:#fff;border-radius:4px;border:1px solid #d6d9e4;margin-bottom:20px}.icve-sso-login-bg .icve-sso-moreUserName-top ul li .icve-sso-lee .icve-sso-tp{cursor:pointer;font-size:20px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#333;margin-bottom:10px}.icve-sso-login-bg .icve-sso-moreUserName-top ul li .icve-sso-lee .icve-sso-b{font-size:16px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#95a1bc}.icve-sso-login-bg .icve-sso-moreUserName{height:400px;overflow-y:auto}.icve-sso-login-bg .icve-sso-moreUserName .icve-sso-test{color:#95a1bc}.icve-sso-login-bg .icve-sso-moreUserName ul{margin-top:10px}.icve-sso-login-bg .icve-sso-moreUserName ul li{padding:10px 20px;display:flex;align-items:center;justify-content:space-between;width:430px;height:80px;background:#fff;border-radius:4px;border:1px solid #d6d9e4;margin-bottom:20px}.icve-sso-login-bg .icve-sso-moreUserName ul li .icve-sso-lee .icve-sso-tp{cursor:pointer;font-size:20px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#333;margin-bottom:10px}.icve-sso-login-bg .icve-sso-moreUserName ul li .icve-sso-lee .icve-sso-b{font-size:16px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#95a1bc}.icve-sso-login-bg .icve-sso-hr11{color:#a2a9b6;border:0;font-size:14px;padding:1em 0;position:relative}.icve-sso-login-bg .icve-sso-hr11:before{content:attr(data-content);position:absolute;padding:0 10px;line-height:1px;border:solid #d0d0d5;border-width:0 99vw;width:-moz-fit-content;width:fit-content;white-space:nowrap;left:50%;transform:translateX(-50%)}.icve-sso-login-bg #Prefix{width:460px}.icve-sso-login-bg #Prefix .fff{display:flex}.icve-sso-login-bg .zhjsy{display:flex;justify-content:center;margin-right:80px;cursor:pointer}.icve-sso-login-bg #ghduhfue{position:absolute;cursor:pointer;z-index:999;left:46px;top:7px;font-size:18px;color:#333}.icve-sso-login-bg .sjbdVerify{position:fixed;left:2%;top:103%;z-index:9999}.icve-sso-login-bg #code{position:absolute;left:10px;top:10px;z-index:2}.icve-sso-login-bg #djs{position:absolute;cursor:pointer;z-index:2;top:6px;right:10px;font-size:20px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#004b90}.icve-sso-login-bg .icve-sso-tabs{text-align:left;font-size:22px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#0a132e;position:relative}.icve-sso-login-bg .icve-sso-tabs .icve-sso-qiehuan{cursor:pointer;position:absolute;right:0;bottom:0}.icve-sso-login-bg .icve-sso-tabs .icve-sso-qiehuan img{width:36px}.icve-sso-login-bg .icve-sso-tabs span{cursor:pointer;display:inline-block;padding-bottom:10px;margin-right:20px}.icve-sso-login-bg .icve-sso-tabs .icve-sso-xian1{width:100%;height:1px;background:#d6d9e4}.icve-sso-login-bg .icve-sso-spanActive{color:#004b90;border-bottom:4px solid #004b90;transition:width 1s linear 0s}.icve-sso-login-bg .custom-dialog-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .3s ease-out}.icve-sso-login-bg .custom-dialog{background:#fff;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.15);width:600px;max-width:90vw;max-height:90vh;overflow:hidden;animation:slideIn .3s ease-out;display:flex;flex-direction:column}.icve-sso-login-bg .icve-sso-test1{width:400px}.icve-sso-login-bg .custom-dialog-header{padding:20px 20px 10px;border-bottom:1px solid #ebeef5}.icve-sso-login-bg .custom-dialog-header .custom-dialog-title{margin:0;font-size:20px;font-weight:700;color:#333;line-height:1.4}.icve-sso-login-bg .custom-dialog-body{flex:1;padding:20px;overflow-y:auto;font-size:14px;color:#606266;line-height:1.6}.icve-sso-login-bg .custom-dialog-footer{padding:10px 20px 20px;text-align:center;border-top:1px solid #ebeef5}.icve-sso-login-bg .custom-dialog-footer .custom-primary-button{background-color:#004b90;border-color:#004b90;color:#fff;padding:10px 25px;font-size:14px;border-radius:4px;border:1px solid transparent;cursor:pointer;margin-left:10px;transition:all .3s}.icve-sso-login-bg .custom-dialog-footer .custom-plain-button{background-color:#fff;border-color:#dcdfe6;color:#606266;padding:10px 25px;font-size:14px;border-radius:4px;border:1px solid #dcdfe6;cursor:pointer;margin-left:10px;transition:all .3s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes modalSlideIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.9) translateY(20px)}to{opacity:1;transform:translate(-50%,-50%) scale(1) translateY(0)}}@keyframes titleFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes tabSlideIn{0%{width:0;opacity:0}to{width:100%;opacity:1}}.icve-sso-login-bg .img{display:flex;justify-content:center}.icve-sso-login-bg .el-input__inner{height:48px;line-height:48px;padding-left:45px!important}.icve-sso-login-bg .el-input__prefix{display:flex;align-items:center}.icve-sso-login-bg .el-input__prefix .el-icon{font-size:30px;color:#909399}.icve-sso-login-bg .el-input__suffix{margin-right:10px}.icve-sso-login-bg .el-input__suffix i{font-size:26px}.icve-sso-login-bg .el-scrollbar__wrap{overflow-x:hidden}.icve-sso-login-bg .icve-sso-escrool{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;background:hsla(0,0%,100%,.95);height:662px;border-radius:32px;backdrop-filter:blur(20px) saturate(180%);border:1px solid hsla(0,0%,100%,.2);transition:all .3s cubic-bezier(.4,0,.2,1);animation:modalSlideIn .4s cubic-bezier(.4,0,.2,1)}.icve-sso-login-bg .icve-sso-escrool .icve-sso-footer1{margin-top:20px;padding-bottom:20px}.icve-sso-login-bg .icve-sso-escrool .icve-sso-footer1 .icve-sso-h5,.icve-sso-login-bg .icve-sso-escrool .icve-sso-footer1 .icve-sso-h6{margin-top:10px;text-align:center;font-size:16px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#95a1bc}.icve-sso-login-bg .icve-sso-escrool .icve-sso-title-wrapper{position:relative;margin-top:20px;margin-bottom:50px;display:flex;align-items:center;justify-content:center}.icve-sso-login-bg .icve-sso-escrool .icve-sso-title{text-align:center;font-size:36px;font-family:PingFangSC,PingFang SC;font-weight:600;color:#0a132e}.icve-sso-login-bg .icve-sso-escrool .icve-sso-close-btn{position:absolute;top:-2px;right:20px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#666}.icve-sso-login-bg .icve-sso-escrool .icve-sso-close-btn:active{transform:scale(.95)}.icve-sso-login-bg .icve-sso-escrool .icve-sso-close-btn svg{transition:transform .2s ease}.icve-sso-login-bg .icve-sso-escrool .icve-sso-close-btn:hover svg{transform:rotate(90deg)}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space{display:flex;justify-content:space-between}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .zhi{cursor:pointer;position:absolute;bottom:120px;left:248px}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-l{width:530px;display:flex;justify-content:center}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-xian{width:1px;height:442px;background:#d6d9e4}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri{position:relative;width:540px;padding:0 40px}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .footer{position:absolute;left:-192px}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .footer .h5,.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .footer .h6{margin-top:20px;text-align:center;font-size:16px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#95a1bc}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .is-top{font-size:22px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#0a132e}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .is-active{color:#004b90}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .el-tabs__active-bar{min-width:132px!important;height:4px;background:#004b90!important}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm{padding-top:20px}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .icve-sso-Verify,.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .icve-sso-Verify1{position:relative}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .icve-sso-Verify1 .icve-sso-verifybox{top:-230px}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .icve-sso-Verify2{position:relative}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .icve-sso-Verify2 .icve-sso-verifybox{top:-314px}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .icve-sso-clickVerify,.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .icve-sso-clickVerify1{cursor:pointer;width:100%;height:48px;background:#f5f5f5;border-radius:4px;text-align:center;line-height:48px;font-size:20px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#95a1bc}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .icve-sso-clickVerify1{position:relative;margin-top:50px}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .icve-sso-login{cursor:pointer;margin-top:26px;display:flex;align-items:center;justify-content:center;height:48px;background:#004b90;border-radius:4px;font-size:22px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#fff}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .enroll{cursor:pointer;margin-top:25px;display:flex;align-items:center;justify-content:center;height:48px;background:#fff;border-radius:4px;border:1px solid #004b90;font-size:22px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#004b90}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .icve-sso-customer{margin-top:40px;display:flex;justify-content:space-between;font-size:18px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#95a1bc;color:#004b90}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-Prefix .icve-sso-mobile_login .el-input__prefix{left:80px}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-Prefix .el-form-item__content{display:flex;position:relative}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-Prefix .el-form-item__content .icve-sso-prefix{position:absolute;cursor:pointer;z-index:999;left:40px;top:9px;font-size:18px;color:#333}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-Code{position:relative}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-Code .icve-sso-code{position:absolute;left:15px;top:8px;z-index:2}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-Code .icve-sso-djs{position:absolute;cursor:pointer;z-index:2;top:8px;right:10px;font-size:20px;font-family:PingFangSC-Regular,PingFang SC;color:#004b90}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-Code1{position:relative;margin-top:130px}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-Code1 .icve-sso-code{position:absolute;left:10px;top:10px;z-index:2}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-Code1 .icve-sso-djs{position:absolute;cursor:pointer;z-index:2;top:5px;right:10px;font-size:20px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#004b90}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul{list-style:none;padding:0;margin:0}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul li{margin-bottom:16px;transition:all .3s ease}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul li:last-child{margin-bottom:0}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul li .icve-sso-user-card{display:flex;align-items:center;padding:16px 20px;background:#f8f9fc;border-radius:8px;border:1px solid #e8ebf0;transition:all .3s ease}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul li .icve-sso-user-card:hover{background:#f0f4ff;border-color:#004b90;box-shadow:0 2px 8px rgba(0,75,144,.1);transform:translateY(-2px)}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul li .icve-sso-user-card .icve-sso-user-avatar{flex-shrink:0;margin-right:16px;display:flex;align-items:center;justify-content:center}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul li .icve-sso-user-card .icve-sso-user-info{flex:1;min-width:0}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul li .icve-sso-user-card .icve-sso-user-info .icve-sso-user-name{font-size:18px;font-weight:500;color:#0a132e;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul li .icve-sso-user-card .icve-sso-user-info .icve-sso-user-time{display:flex;align-items:center;font-size:14px;color:#95a1bc}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul li .icve-sso-user-card .icve-sso-user-info .icve-sso-user-time svg{flex-shrink:0;margin-right:6px}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul li .icve-sso-user-card .icve-sso-user-info .icve-sso-user-time span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
|
|
1
|
+
.custom-dialog-overlay[data-v-608d627f]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn-608d627f .3s ease-out}.custom-dialog[data-v-608d627f]{background:#fff;border-radius:30px;box-shadow:0 4px 20px rgba(0,0,0,.15);width:900px;max-width:90vw;max-height:90vh;overflow:hidden;animation:slideIn-608d627f .3s ease-out;display:flex;flex-direction:column}.custom-dialog-header[data-v-608d627f]{padding:20px;border-bottom:none;border-bottom:1px solid #ebebeb}.custom-dialog-header .custom-dialog-title[data-v-608d627f]{margin:0;font-size:24px;font-weight:700;color:#333}.custom-dialog-footer[data-v-608d627f]{padding:20px 24px 24px;border-top:none}.custom-dialog-body[data-v-608d627f]{flex:1;overflow-y:auto;max-height:calc(90vh - 120px)}@keyframes fadeIn-608d627f{0%{opacity:0}to{opacity:1}}@keyframes slideIn-608d627f{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.main-content[data-v-608d627f]{display:flex}.main-content .left-panel[data-v-608d627f]{width:270px;background:#f2f2f2;flex-shrink:0}.main-content .right-panel[data-v-608d627f]{flex:1;min-width:0;padding:40px 75px;display:flex;flex-direction:column;justify-content:center}.line-item[data-v-608d627f]{display:flex}.line-item .input-displayName[data-v-608d627f]{flex:1}.line-item .input-employeeNumber[data-v-608d627f]{margin-left:20px;width:250px}.user-type-container .user-type-list[data-v-608d627f]{display:flex;flex-direction:column;gap:0;background:#f5f5f5;padding:20px 0 20px 20px;overflow:hidden}.user-type-container .user-type-list .user-type-item[data-v-608d627f]{position:relative;display:flex;align-items:center;justify-content:space-between;padding:15px 24px;cursor:pointer;transition:all .2s ease}.user-type-container .user-type-list .user-type-item[data-v-608d627f]:last-child{border-bottom:none}.user-type-container .user-type-list .user-type-item .user-type-text[data-v-608d627f]{font-size:20px;color:#0a132e;font-weight:400}.user-type-container .user-type-list .user-type-item .check-icon[data-v-608d627f]{opacity:0}.user-type-container .user-type-list .user-type-item .check-icon img[data-v-608d627f]{width:36px;height:36px}.user-type-container .user-type-list .user-type-item[data-v-608d627f]:hover:not(.disabled):not(.active){background:#fff}.user-type-container .user-type-list .user-type-item:hover:not(.disabled):not(.active) .user-type-text[data-v-608d627f]{font-weight:500;font-size:20px;color:#3e7bfa}.user-type-container .user-type-list .user-type-item:hover:not(.disabled):not(.active) .check-icon[data-v-608d627f]{opacity:1}.user-type-container .user-type-list .user-type-item.active[data-v-608d627f]{background:#fff}.user-type-container .user-type-list .user-type-item.active .user-type-text[data-v-608d627f]{font-weight:500;font-size:20px}.user-type-container .user-type-list .user-type-item.active .check-icon[data-v-608d627f]{opacity:1}.user-type-container .user-type-list .user-type-item.disabled[data-v-608d627f]{cursor:not-allowed}.user-type-container .user-type-list .user-type-item.disabled .user-type-text[data-v-608d627f]{color:#ccc}.user-type-container .user-type-list .user-type-item.active .user-type-text[data-v-608d627f]{color:#3e7bfa}.icve-sso-button[data-v-608d627f]{margin:0 auto;cursor:pointer;width:540px;height:48px;background:#3e7bfa;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:18px;color:#fff}[data-v-608d627f] .el-dialog__title{font-weight:700;font-size:24px}.el-input--medium .el-input__inner[data-v-608d627f]{height:48px;line-height:48px;font-size:14px}.input-field[data-v-608d627f]{position:relative;margin-bottom:55px}.input-field label[data-v-608d627f]{position:absolute;top:50%;left:15px;transform:translateY(-50%);font-size:14px;color:#999;pointer-events:none;transition:all .3s ease;padding:0 5px;z-index:1}.input-field label.active[data-v-608d627f]{top:-20px;left:0;font-size:18px;color:#0a132e;font-weight:700}.input-field .required-star[data-v-608d627f]{color:#ff4757;font-weight:400;margin-right:4px}.input-field[data-v-608d627f] .el-input__inner{min-height:34px}.input-field[data-v-608d627f] .el-select__wrapper{min-height:36px}.el-form-item[data-v-608d627f],.right-panel .input-field[data-v-608d627f]:last-child{margin-bottom:0}.el-input__inner[data-v-608d627f],.el-select[data-v-608d627f]{font-size:14px}.el-form-item__content[data-v-608d627f]{position:relative}.el-form-item.is-error .el-input__inner[data-v-608d627f]{border-color:#f56c6c}.el-input__inner[data-v-608d627f],.el-select .el-input__inner[data-v-608d627f]{padding-left:15px}.el-select-dropdown__item.selected[data-v-608d627f]{color:#004b90!important}.input-field .el-select .el-input.is-focus .el-input__inner[data-v-608d627f]{border-color:#004b90}.input-field .el-form-item.is-error label[data-v-608d627f]{color:#f56c6c}[data-v-13fe3570] .el-checkbox__input.is-checked .el-checkbox__inner{background-color:#004b90!important;border-color:#004b90!important}[data-v-13fe3570] .el-checkbox__inner:hover{border-color:#004b90!important}.agreement1[data-v-13fe3570]{margin-top:10px;display:flex;flex-wrap:wrap;font-size:18px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#95a1bc}.agreement1 .source_l[data-v-13fe3570]{font-size:17px}.agreement1 .el-checkbox[data-v-13fe3570]{padding-top:-4px}.agreement1 .content[data-v-13fe3570]{width:406px;padding-left:10px}.agreement1 .content .l[data-v-13fe3570]{width:100%;display:flex}.agreement1 .content .r[data-v-13fe3570]{margin-top:10px;width:100%;display:flex;justify-content:end;cursor:pointer;color:#1989fa;font-weight:700;align-items:center}.agreement1 .content .r img[data-v-13fe3570]{width:40px;animation-name:move-13fe3570;animation-duration:1s;animation-iteration-count:infinite;margin-right:10px}.agreement1 .ren[data-v-13fe3570]{margin-top:10px;width:100%;display:flex;justify-content:end;cursor:pointer;color:#1989fa;font-weight:700;align-items:center}.agreement1 .ren img[data-v-13fe3570]{width:40px;animation-name:move-13fe3570;animation-duration:1s;animation-iteration-count:infinite;margin-right:10px}.agreement1 span[data-v-13fe3570]{color:#004b90;cursor:pointer}.icve-sso-agreement[data-v-13fe3570]{margin-top:10px;display:flex;flex-wrap:wrap;font-size:18px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#95a1bc}.icve-sso-agreement .el[data-v-13fe3570]{margin-top:-4px;margin-right:20px}.icve-sso-agreement .content[data-v-13fe3570]{flex:1;display:flex;flex-wrap:wrap;justify-content:space-between}.icve-sso-agreement .content .r[data-v-13fe3570]{margin-top:10px;width:100%;display:flex;justify-content:end;cursor:pointer;color:#1989fa;font-weight:700;align-items:center}.icve-sso-agreement .content .r img[data-v-13fe3570]{width:40px;animation-name:move-13fe3570;animation-duration:1s;animation-iteration-count:infinite;margin-right:10px}.icve-sso-agreement .content1[data-v-13fe3570]{width:406px;padding-left:18px;display:flex;flex-wrap:wrap;justify-content:space-between}.icve-sso-agreement .content1 .r[data-v-13fe3570]{margin-top:10px;width:100%;display:flex;justify-content:end;cursor:pointer;color:#1989fa;font-weight:700;align-items:center}.icve-sso-agreement .content1 .r img[data-v-13fe3570]{width:40px;animation-name:move-13fe3570;animation-duration:1s;animation-iteration-count:infinite;margin-right:10px}.icve-sso-agreement .ren[data-v-13fe3570]{margin-top:10px;width:100%;display:flex;justify-content:end;cursor:pointer;color:#1989fa;font-weight:700;align-items:center}.icve-sso-agreement .ren img[data-v-13fe3570]{width:40px;animation-name:move-13fe3570;animation-duration:1s;animation-iteration-count:infinite;margin-right:10px}@keyframes move-13fe3570{to{transform:translateX(10px)}}.icve-sso-agreement span[data-v-13fe3570]{color:#004b90;cursor:pointer}.qr-login-container[data-v-b28c2774]{margin-top:40px;display:flex;flex-direction:column;align-items:center;padding:20px;border-radius:8px;box-shadow:0 2px 12px rgba(0,0,0,.1);background-color:#fff}.qr-login-container .qr-code-wrapper[data-v-b28c2774]{position:relative;display:inline-block;margin-bottom:16px}.qr-login-container .qr-code[data-v-b28c2774]{margin-bottom:16px;padding:10px;background-color:#fff;border:1px solid #e5e5e5;border-radius:4px}.qr-login-container .qr-login-overlay[data-v-b28c2774]{position:absolute;top:0;left:-4px;width:105%;height:100%;background-color:hsla(0,0%,100%,.9);border-radius:4px;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10}.qr-login-container .qr-login-overlay .overlay-content[data-v-b28c2774]{text-align:center}.qr-login-container .qr-login-overlay .overlay-text[data-v-b28c2774]{font-size:16px;font-weight:600;color:#333;margin:0 0 8px 0}.qr-login-container .qr-login-overlay .overlay-tip[data-v-b28c2774]{font-size:12px;color:#999;margin:0 0 16px 0}.qr-login-container .qr-login-overlay .rescan-btn[data-v-b28c2774]{padding:10px 24px;background-color:#004b90;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .3s}.qr-login-container .qr-login-overlay .rescan-btn[data-v-b28c2774]:hover{background-color:#003d75}.qr-login-container .qr-tip[data-v-b28c2774]{font-size:14px;color:#606266;text-align:center;margin:0;padding-top:8px;line-height:1.5}.qr-login-container .bind-tip[data-v-b28c2774]{margin-top:10px;padding:10px;background-color:#fdf6ec;color:#e6a23c;font-size:12px;border-radius:4px;line-height:1.4;text-align:justify;width:220px}.qr-login-container1[data-v-b28c2774]{margin-top:0;box-shadow:none}.custom-dialog-overlay[data-v-4c1d34f3]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn-4c1d34f3 .3s ease-out}.custom-dialog[data-v-4c1d34f3]{background:#fff;border-radius:30px;box-shadow:0 4px 20px rgba(0,0,0,.15);width:600px;max-width:90vw;max-height:80vh;overflow:hidden;animation:slideIn-4c1d34f3 .3s ease-out;display:flex;flex-direction:column}.custom-dialog.nationality-selector[data-v-4c1d34f3]{height:600px}.custom-dialog-header[data-v-4c1d34f3]{padding:20px 24px;border-bottom:1px solid #ebebeb;display:flex;align-items:center;justify-content:space-between}.custom-dialog-header .custom-dialog-title[data-v-4c1d34f3]{margin:0;font-size:24px;font-weight:700;color:#333}.custom-dialog-header .custom-dialog-close[data-v-4c1d34f3]{cursor:pointer;color:#999;transition:color .2s ease}.custom-dialog-header .custom-dialog-close[data-v-4c1d34f3]:hover{color:#333}.search-container[data-v-4c1d34f3]{padding:20px 24px 0}.search-container .el-input .el-input__inner[data-v-4c1d34f3]{height:40px;line-height:40px;border-radius:20px;border:1px solid #dcdfe6;font-size:14px}.search-container .el-input .el-input__inner[data-v-4c1d34f3]:focus{border-color:#004b90}.search-container .el-input .el-input__prefix[data-v-4c1d34f3]{left:15px}.custom-dialog-body[data-v-4c1d34f3]{flex:1;overflow:hidden;padding:20px 0 0}@keyframes fadeIn-4c1d34f3{0%{opacity:0}to{opacity:1}}@keyframes slideIn-4c1d34f3{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.nationality-index-bar[data-v-4c1d34f3]{display:flex;height:100%}.index-nav[data-v-4c1d34f3]{width:40px;background:#f8f9fa;display:flex;flex-direction:column;align-items:center;padding:10px 0;border-right:1px solid #ebebeb;flex-shrink:0}.index-nav .index-item[data-v-4c1d34f3]{width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:500;color:#666;cursor:pointer;border-radius:12px;margin:1px 0;transition:all .2s ease}.index-nav .index-item[data-v-4c1d34f3]:hover{background:#e3f2fd;color:#004b90}.index-nav .index-item.active[data-v-4c1d34f3]{background:#004b90;color:#fff}.nationality-list-container[data-v-4c1d34f3]{flex:1;height:100%;overflow:hidden}.nationality-list[data-v-4c1d34f3]{padding:0 24px}.search-results-container[data-v-4c1d34f3]{height:100%;overflow:hidden}.letter-section[data-v-4c1d34f3]{margin-bottom:10px}.letter-section .letter-anchor[data-v-4c1d34f3]{font-size:16px;font-weight:700;color:#004b90;padding:10px 0 5px;border-bottom:1px solid #f0f0f0;margin-bottom:5px;position:sticky;top:0;background:#fff;z-index:1}.country-item[data-v-4c1d34f3]{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;cursor:pointer;border-radius:8px;transition:all .2s ease;margin-bottom:2px}.country-item[data-v-4c1d34f3]:hover{background:#f8f9fa}.country-item:hover .country-check[data-v-4c1d34f3]{opacity:1;color:#004b90}.country-item .country-name[data-v-4c1d34f3]{font-size:14px;color:#333;flex:1}.country-item .country-check[data-v-4c1d34f3]{opacity:0;font-size:16px;color:#004b90;transition:all .2s ease}.search-results[data-v-4c1d34f3]{padding:0 24px}.search-results .no-results[data-v-4c1d34f3]{text-align:center;color:#999;font-size:14px;padding:40px 0}.el-scrollbar .el-scrollbar__wrap[data-v-4c1d34f3]{overflow-x:hidden}.el-scrollbar .el-scrollbar__bar.is-vertical[data-v-4c1d34f3]{right:2px;width:6px}.el-scrollbar .el-scrollbar__bar.is-vertical .el-scrollbar__thumb[data-v-4c1d34f3]{background:hsla(220,4%,58%,.3);border-radius:3px}.el-scrollbar .el-scrollbar__bar.is-vertical .el-scrollbar__thumb[data-v-4c1d34f3]:hover{background:hsla(220,4%,58%,.5)}@media(max-width:768px){.custom-dialog[data-v-4c1d34f3]{width:95vw;height:85vh;border-radius:20px}.custom-dialog.nationality-selector[data-v-4c1d34f3]{height:85vh}.custom-dialog-header[data-v-4c1d34f3]{padding:16px 20px}.custom-dialog-header .custom-dialog-title[data-v-4c1d34f3]{font-size:20px}.search-container[data-v-4c1d34f3]{padding:16px 20px 0}.nationality-list[data-v-4c1d34f3],.search-results[data-v-4c1d34f3]{padding:0 20px}}.mobile[data-v-3371c604]{width:100%;height:100%;background-size:cover;background-position:0 100%}.mobile .top[data-v-3371c604]{padding-top:40px;margin-left:60px}.mobile .test .ti[data-v-3371c604]{font-size:20px}.mobile .test ul[data-v-3371c604]{margin-top:20px;display:flex;flex-wrap:wrap}.mobile .test ul li[data-v-3371c604]{cursor:pointer;display:flex;justify-content:space-between;padding:12px;width:100%;background:#fff;border-radius:4px;border:1px solid #d6d9e4;margin:0 15px 10px 0}.mobile .test ul li .le[data-v-3371c604]{display:flex;flex-direction:column;font-weight:500;font-size:18px;color:#333}.mobile .test ul li .le .name[data-v-3371c604]{margin-bottom:10px}.mobile .test ul li .ri[data-v-3371c604]{display:flex;align-items:end;font-weight:400;font-size:16px;color:#999}.mobile .main[data-v-3371c604]{position:relative;padding:60px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:600px;height:876px;background:#fff;border-radius:10px;backdrop-filter:blur(5px)}.mobile .main .header_title[data-v-3371c604]{text-align:center;font-weight:600;font-size:36px;color:#0a132e}.mobile .main .phone_form[data-v-3371c604]{margin-top:60px}.mobile .main .phone_form .phone[data-v-3371c604]{position:relative;margin-bottom:30px}.mobile .main .phone_form .phone #ghduhfue[data-v-3371c604]{position:absolute;left:32px;top:50%;transform:translateY(-50%);z-index:1;font-size:20px;color:#333;cursor:pointer}.mobile .main .phone_form .Code[data-v-3371c604]{width:100%;position:relative}.mobile .main .phone_form .Code #code[data-v-3371c604]{position:absolute;top:50%;left:15px;transform:translateY(-50%);z-index:999}.mobile .main .phone_form .Code #djs[data-v-3371c604]{cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);right:20px;font-size:20px;color:#004b90}.mobile .main .phone_form[data-v-3371c604] .el-input__inner{height:48px;line-height:48px}.mobile .main .phone_form[data-v-3371c604] .el-input__suffix{margin-right:10px}.mobile .main .phone_form[data-v-3371c604] .el-input__prefix i{font-size:28px;line-height:47px}.mobile .main .footer[data-v-3371c604]{position:absolute;bottom:60px;left:60px;text-align:center}.mobile .main .footer .custom-primary-button[data-v-3371c604]{background-color:#004b90;border-color:#004b90;color:#fff;padding:10px 25px;font-size:14px;border-radius:4px;border:1px solid transparent;cursor:pointer;margin:0 5px;transition:all .3s}.mobile .main .footer .custom-plain-button[data-v-3371c604]{background-color:#fff;border-color:#dcdfe6;color:#606266;padding:10px 25px;font-size:14px;border-radius:4px;border:1px solid #dcdfe6;cursor:pointer;margin:0 5px;transition:all .3s}.mobile .sjbdVerify[data-v-3371c604] .mask{display:block!important}.mobile .sjbdVerify[data-v-3371c604] .verifybox{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.mobile.dialog-mode[data-v-3371c604]{width:100%;height:auto;background:none}.mobile.dialog-mode .main[data-v-3371c604]{position:static;transform:none;left:auto;top:auto;width:100%;height:auto;background:none;border-radius:0;backdrop-filter:none;padding:10px;max-width:500px;margin:0 auto}.mobile.dialog-mode .main .header_title[data-v-3371c604]{display:none}.mobile.dialog-mode .main .phone_form[data-v-3371c604]{margin-top:20px}.mobile.dialog-mode .main .phone_form .test .ti[data-v-3371c604]{font-size:16px}.mobile.dialog-mode .main .phone_form .test ul li[data-v-3371c604]{width:100%;margin:0 0 10px 0}.mobile.dialog-mode .main .footer[data-v-3371c604]{position:static;bottom:auto;left:auto;margin-top:30px;text-align:center}.mobile.dialog-mode .main .footer .custom-plain-button[data-v-3371c604],.mobile.dialog-mode .main .footer .custom-primary-button[data-v-3371c604]{width:auto;margin:0 5px}[data-v-34a130ed] .el-select__wrapper{min-height:48px;line-height:48px}.mproveInformation[data-v-34a130ed]{margin-top:20px}[data-v-34a130ed] .el-select-dropdown__item.selected{color:#004b90!important}[data-v-34a130ed] .el-select-dropdown__item.hover,[data-v-34a130ed] .el-select-dropdown__item:hover{background-color:#f5f7fa;color:#004b90}.line-item[data-v-34a130ed]{display:flex}.line-item .input-displayName[data-v-34a130ed]{flex:1}.line-item .input-employeeNumber[data-v-34a130ed]{margin-left:20px;width:250px}.el-input--medium .el-input__inner[data-v-34a130ed]{height:48px;line-height:48px;font-size:14px}.input-radio[data-v-34a130ed]{display:flex;margin-bottom:40px}.input-radio .input-type[data-v-34a130ed]{font-size:18px;color:#0a132e;margin-bottom:20px;width:120px}.input-radio .input-type[data-v-34a130ed]:before{content:"* ";color:red}.input-radio .input-en[data-v-34a130ed]{width:240px}.input-radio .el-form-item[data-v-34a130ed]{margin-bottom:0}.input-radio .el-radio-group[data-v-34a130ed]{display:flex;flex-wrap:wrap;gap:10px 10px}.input-radio .el-radio-group[data-v-34a130ed] .el-radio{margin-right:0;margin-bottom:0;white-space:nowrap}.input-radio .el-radio-group[data-v-34a130ed] .el-radio .el-radio__label{font-size:16px;color:#333;padding-left:10px}.input-radio .el-radio-group[data-v-34a130ed] .el-radio .el-radio__input .el-radio__inner{width:18px;height:18px;border:2px solid #dcdfe6}.input-radio .el-radio-group[data-v-34a130ed] .el-radio .el-radio__input .el-radio__inner:hover{border-color:#004b90}.input-radio .el-radio-group[data-v-34a130ed] .el-radio .el-radio__input .el-radio__inner:after{width:8px;height:8px;background-color:#004b90}.input-radio .el-radio-group[data-v-34a130ed] .el-radio .el-radio__input.is-checked .el-radio__inner{border-color:#004b90;background-color:#004b90}.input-radio .el-radio-group[data-v-34a130ed] .el-radio .el-radio__input.is-checked .el-radio__inner:after{background-color:#fff}.input-radio .el-radio-group[data-v-34a130ed] .el-radio .el-radio__input.is-checked+.el-radio__label{color:#004b90;font-weight:500}.input-radio .el-radio-group[data-v-34a130ed] .el-radio:hover .el-radio__input .el-radio__inner{border-color:#004b90}.input-radio .el-radio-group[data-v-34a130ed] .el-radio:hover .el-radio__label{color:#004b90}.input-field[data-v-34a130ed]{position:relative;margin-bottom:50px}.input-field label[data-v-34a130ed]{position:absolute;top:50%;left:15px;transform:translateY(-50%);font-size:14px;color:#999;pointer-events:none;transition:all .3s ease;padding:0 5px;z-index:1}.input-field label.active[data-v-34a130ed]{top:-18px;left:0;font-size:18px;color:#0a132e}.input-field label.active[data-v-34a130ed]:before{content:"* ";color:red}.input-field[data-v-34a130ed] .el-form-item{margin-bottom:0}.input-field[data-v-34a130ed] .el-input__inner,.input-field[data-v-34a130ed] .el-select{font-size:14px}.input-field[data-v-34a130ed] .el-form-item__content{position:relative}.input-field[data-v-34a130ed] .el-form-item.is-error .el-input__inner{border-color:#f56c6c}.input-field[data-v-34a130ed] .el-input__inner,.input-field[data-v-34a130ed] .el-select .el-input__inner{padding-left:15px}[data-v-34a130ed] .input-field .el-select .el-input.is-focus .el-input__inner,[data-v-34a130ed] .input-field .el-select:hover .el-input__inner{border-color:#004b90}[data-v-34a130ed] .input-field .el-select .el-input.is-focus .el-select__caret,[data-v-34a130ed] .input-field .el-select .el-input__suffix .el-select__caret{color:#004b90}.button[data-v-34a130ed]{background-color:#004b90;color:#fff;padding:12px 24px;border-radius:4px;font-size:16px;cursor:pointer;text-align:center;transition:background-color .3s ease}.button[data-v-34a130ed]:hover{background-color:#003a73}.input-field .el-form-item.is-error label[data-v-34a130ed]{color:#f56c6c}.icve-sso-login-bg{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .3s ease-out}.icve-sso-login-bg .el-input-group__prepend{background-color:#fff!important}.icve-sso-login-bg .primary{background-color:#004b90!important;border-color:#004b90!important}.icve-sso-login-bg .icve-sso-mobileShow-top ul{display:flex;margin-bottom:20px}.icve-sso-login-bg .icve-sso-mobileShow-top ul li{cursor:pointer;font-size:20px;font-family:PingFangSC,PingFang SC;font-weight:400;color:#0a132e;padding-bottom:10px;margin-right:30px}.icve-sso-login-bg .icve-sso-mobileShow-top ul .icve-sso-active{color:#004b90;border-bottom:4px solid #004b90}.icve-sso-login-bg .icve-sso-moreUserName-top .icve-sso-test{color:#95a1bc}.icve-sso-login-bg .icve-sso-moreUserName-top ul{margin-top:10px}.icve-sso-login-bg .icve-sso-moreUserName-top ul li{padding:10px 20px;display:flex;align-items:center;justify-content:space-between;width:460px;height:80px;background:#fff;border-radius:4px;border:1px solid #d6d9e4;margin-bottom:20px}.icve-sso-login-bg .icve-sso-moreUserName-top ul li .icve-sso-lee .icve-sso-tp{cursor:pointer;font-size:20px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#333;margin-bottom:10px}.icve-sso-login-bg .icve-sso-moreUserName-top ul li .icve-sso-lee .icve-sso-b{font-size:16px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#95a1bc}.icve-sso-login-bg .icve-sso-moreUserName{height:400px;overflow-y:auto}.icve-sso-login-bg .icve-sso-moreUserName .icve-sso-test{color:#95a1bc}.icve-sso-login-bg .icve-sso-moreUserName ul{margin-top:10px}.icve-sso-login-bg .icve-sso-moreUserName ul li{padding:10px 20px;display:flex;align-items:center;justify-content:space-between;width:430px;height:80px;background:#fff;border-radius:4px;border:1px solid #d6d9e4;margin-bottom:20px}.icve-sso-login-bg .icve-sso-moreUserName ul li .icve-sso-lee .icve-sso-tp{cursor:pointer;font-size:20px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#333;margin-bottom:10px}.icve-sso-login-bg .icve-sso-moreUserName ul li .icve-sso-lee .icve-sso-b{font-size:16px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#95a1bc}.icve-sso-login-bg .icve-sso-hr11{color:#a2a9b6;border:0;font-size:14px;padding:1em 0;position:relative}.icve-sso-login-bg .icve-sso-hr11:before{content:attr(data-content);position:absolute;padding:0 10px;line-height:1px;border:solid #d0d0d5;border-width:0 99vw;width:-moz-fit-content;width:fit-content;white-space:nowrap;left:50%;transform:translateX(-50%)}.icve-sso-login-bg #Prefix{width:460px}.icve-sso-login-bg #Prefix .fff{display:flex}.icve-sso-login-bg .zhjsy{display:flex;justify-content:center;margin-right:80px;cursor:pointer}.icve-sso-login-bg #ghduhfue{position:absolute;cursor:pointer;z-index:999;left:46px;top:7px;font-size:18px;color:#333}.icve-sso-login-bg .sjbdVerify{position:fixed;left:2%;top:103%;z-index:9999}.icve-sso-login-bg #code{position:absolute;left:10px;top:10px;z-index:2}.icve-sso-login-bg #djs{position:absolute;cursor:pointer;z-index:2;top:6px;right:10px;font-size:20px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#004b90}.icve-sso-login-bg .icve-sso-tabs{text-align:left;font-size:22px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#0a132e;position:relative}.icve-sso-login-bg .icve-sso-tabs .icve-sso-qiehuan{cursor:pointer;position:absolute;right:0;bottom:0}.icve-sso-login-bg .icve-sso-tabs .icve-sso-qiehuan img{width:36px}.icve-sso-login-bg .icve-sso-tabs span{cursor:pointer;display:inline-block;padding-bottom:10px;margin-right:20px}.icve-sso-login-bg .icve-sso-tabs .icve-sso-xian1{width:100%;height:1px;background:#d6d9e4}.icve-sso-login-bg .icve-sso-spanActive{color:#004b90;border-bottom:4px solid #004b90;transition:width 1s linear 0s}.icve-sso-login-bg .custom-dialog-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .3s ease-out}.icve-sso-login-bg .custom-dialog{background:#fff;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.15);width:600px;max-width:90vw;max-height:90vh;overflow:hidden;animation:slideIn .3s ease-out;display:flex;flex-direction:column}.icve-sso-login-bg .icve-sso-test1{width:400px}.icve-sso-login-bg .custom-dialog-header{padding:20px 20px 10px;border-bottom:1px solid #ebeef5}.icve-sso-login-bg .custom-dialog-header .custom-dialog-title{margin:0;font-size:20px;font-weight:700;color:#333;line-height:1.4}.icve-sso-login-bg .custom-dialog-body{flex:1;padding:20px;overflow-y:auto;font-size:14px;color:#606266;line-height:1.6}.icve-sso-login-bg .custom-dialog-footer{padding:10px 20px 20px;text-align:center;border-top:1px solid #ebeef5}.icve-sso-login-bg .custom-dialog-footer .custom-primary-button{background-color:#004b90;border-color:#004b90;color:#fff;padding:10px 25px;font-size:14px;border-radius:4px;border:1px solid transparent;cursor:pointer;margin-left:10px;transition:all .3s}.icve-sso-login-bg .custom-dialog-footer .custom-plain-button{background-color:#fff;border-color:#dcdfe6;color:#606266;padding:10px 25px;font-size:14px;border-radius:4px;border:1px solid #dcdfe6;cursor:pointer;margin-left:10px;transition:all .3s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes modalSlideIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.9) translateY(20px)}to{opacity:1;transform:translate(-50%,-50%) scale(1) translateY(0)}}@keyframes titleFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes tabSlideIn{0%{width:0;opacity:0}to{width:100%;opacity:1}}.icve-sso-login-bg .img{display:flex;justify-content:center}.icve-sso-login-bg .el-input__inner{height:48px;line-height:48px;padding-left:45px!important}.icve-sso-login-bg .el-input__prefix{display:flex;align-items:center}.icve-sso-login-bg .el-input__prefix .el-icon{font-size:30px;color:#909399}.icve-sso-login-bg .el-input__suffix{margin-right:10px}.icve-sso-login-bg .el-input__suffix i{font-size:26px}.icve-sso-login-bg .el-scrollbar__wrap{overflow-x:hidden}.icve-sso-login-bg .icve-sso-escrool{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;background:hsla(0,0%,100%,.95);height:662px;border-radius:32px;backdrop-filter:blur(20px) saturate(180%);border:1px solid hsla(0,0%,100%,.2);transition:all .3s cubic-bezier(.4,0,.2,1);animation:modalSlideIn .4s cubic-bezier(.4,0,.2,1)}.icve-sso-login-bg .icve-sso-escrool .icve-sso-footer1{margin-top:20px;padding-bottom:20px}.icve-sso-login-bg .icve-sso-escrool .icve-sso-footer1 .icve-sso-h5,.icve-sso-login-bg .icve-sso-escrool .icve-sso-footer1 .icve-sso-h6{margin-top:10px;text-align:center;font-size:16px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#95a1bc}.icve-sso-login-bg .icve-sso-escrool .icve-sso-title-wrapper{position:relative;margin-top:20px;margin-bottom:50px;display:flex;align-items:center;justify-content:center}.icve-sso-login-bg .icve-sso-escrool .icve-sso-title{text-align:center;font-size:36px;font-family:PingFangSC,PingFang SC;font-weight:600;color:#0a132e}.icve-sso-login-bg .icve-sso-escrool .icve-sso-close-btn{position:absolute;top:-2px;right:20px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#666}.icve-sso-login-bg .icve-sso-escrool .icve-sso-close-btn:active{transform:scale(.95)}.icve-sso-login-bg .icve-sso-escrool .icve-sso-close-btn svg{transition:transform .2s ease}.icve-sso-login-bg .icve-sso-escrool .icve-sso-close-btn:hover svg{transform:rotate(90deg)}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space{display:flex;justify-content:space-between}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .zhi{cursor:pointer;position:absolute;bottom:120px;left:248px}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-l{width:530px;display:flex;justify-content:center}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-xian{width:1px;height:442px;background:#d6d9e4}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri{position:relative;width:540px;padding:0 40px}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .footer{position:absolute;left:-192px}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .footer .h5,.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .footer .h6{margin-top:20px;text-align:center;font-size:16px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#95a1bc}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .is-top{font-size:22px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#0a132e}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .is-active{color:#004b90}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .el-tabs__active-bar{min-width:132px!important;height:4px;background:#004b90!important}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm{padding-top:20px}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .icve-sso-Verify,.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .icve-sso-Verify1{position:relative}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .icve-sso-Verify1 .icve-sso-verifybox{top:-230px}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .icve-sso-Verify2{position:relative}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .icve-sso-Verify2 .icve-sso-verifybox{top:-314px}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .icve-sso-clickVerify,.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .icve-sso-clickVerify1{cursor:pointer;width:100%;height:48px;background:#f5f5f5;border-radius:4px;text-align:center;line-height:48px;font-size:20px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#95a1bc}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .icve-sso-clickVerify1{position:relative;margin-top:50px}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .icve-sso-login{cursor:pointer;margin-top:26px;display:flex;align-items:center;justify-content:center;height:48px;background:#004b90;border-radius:4px;font-size:22px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#fff}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .enroll{cursor:pointer;margin-top:25px;display:flex;align-items:center;justify-content:center;height:48px;background:#fff;border-radius:4px;border:1px solid #004b90;font-size:22px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#004b90}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-demo-ruleForm .icve-sso-customer{margin-top:40px;display:flex;justify-content:space-between;font-size:18px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#95a1bc;color:#004b90}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-Prefix .icve-sso-mobile_login .el-input__prefix{left:80px}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-Prefix .el-form-item__content{display:flex;position:relative}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-Prefix .el-form-item__content .icve-sso-prefix{position:absolute;cursor:pointer;z-index:999;left:40px;top:9px;font-size:18px;color:#333}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-Code{position:relative}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-Code .icve-sso-code{position:absolute;left:15px;top:8px;z-index:2}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-Code .icve-sso-djs{position:absolute;cursor:pointer;z-index:2;top:8px;right:10px;font-size:20px;font-family:PingFangSC-Regular,PingFang SC;color:#004b90}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-Code1{position:relative;margin-top:130px}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-Code1 .icve-sso-code{position:absolute;left:10px;top:10px;z-index:2}.icve-sso-login-bg .icve-sso-escrool .icve-sso-source_space .icve-sso-ri .icve-sso-Code1 .icve-sso-djs{position:absolute;cursor:pointer;z-index:2;top:5px;right:10px;font-size:20px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#004b90}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul{list-style:none;padding:0;margin:0}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul li{margin-bottom:16px;transition:all .3s ease}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul li:last-child{margin-bottom:0}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul li .icve-sso-user-card{display:flex;align-items:center;padding:16px 20px;background:#f8f9fc;border-radius:8px;border:1px solid #e8ebf0;transition:all .3s ease}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul li .icve-sso-user-card:hover{background:#f0f4ff;border-color:#004b90;box-shadow:0 2px 8px rgba(0,75,144,.1);transform:translateY(-2px)}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul li .icve-sso-user-card .icve-sso-user-avatar{flex-shrink:0;margin-right:16px;display:flex;align-items:center;justify-content:center}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul li .icve-sso-user-card .icve-sso-user-info{flex:1;min-width:0}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul li .icve-sso-user-card .icve-sso-user-info .icve-sso-user-name{font-size:18px;font-weight:500;color:#0a132e;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul li .icve-sso-user-card .icve-sso-user-info .icve-sso-user-time{display:flex;align-items:center;font-size:14px;color:#95a1bc}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul li .icve-sso-user-card .icve-sso-user-info .icve-sso-user-time svg{flex-shrink:0;margin-right:6px}.icve-sso-login-bg .icve-sso-oneYearBeforeLogin ul li .icve-sso-user-card .icve-sso-user-info .icve-sso-user-time span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
|
|
@@ -15632,7 +15632,7 @@ var es_array_concat = __webpack_require__(8706);
|
|
|
15632
15632
|
var es_function_name = __webpack_require__(2010);
|
|
15633
15633
|
// EXTERNAL MODULE: external {"commonjs":"vue","commonjs2":"vue","root":"Vue"}
|
|
15634
15634
|
var external_commonjs_vue_commonjs2_vue_root_Vue_ = __webpack_require__(9274);
|
|
15635
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/cli-service/node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/cli-service/node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/userCenterCompleteInformation.vue?vue&type=template&id=
|
|
15635
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/cli-service/node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/cli-service/node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/userCenterCompleteInformation.vue?vue&type=template&id=608d627f&scoped=true
|
|
15636
15636
|
|
|
15637
15637
|
|
|
15638
15638
|
|
|
@@ -15920,7 +15920,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
15920
15920
|
})
|
|
15921
15921
|
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)($data.defaultLang ? '提交' : 'Submit'), 1)])])])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true);
|
|
15922
15922
|
}
|
|
15923
|
-
;// ./src/components/userCenterCompleteInformation.vue?vue&type=template&id=
|
|
15923
|
+
;// ./src/components/userCenterCompleteInformation.vue?vue&type=template&id=608d627f&scoped=true
|
|
15924
15924
|
|
|
15925
15925
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.date.to-json.js
|
|
15926
15926
|
var es_date_to_json = __webpack_require__(739);
|
|
@@ -35822,7 +35822,9 @@ var api = init(defaultConverter, { path: '/' });
|
|
|
35822
35822
|
getInfo(api.get('token') || this.ssoToken).then(function (_ref) {
|
|
35823
35823
|
var data = _ref.data;
|
|
35824
35824
|
_this2.form = data.data;
|
|
35825
|
-
|
|
35825
|
+
if (_this2.form.cn || _this2.form.en) {
|
|
35826
|
+
_this2.form.gjName = _this2.defaultLang ? _this2.form.cn : _this2.form.en;
|
|
35827
|
+
}
|
|
35826
35828
|
_this2.disableFields.userName = !!_this2.form.userName;
|
|
35827
35829
|
_this2.disableFields.userType = !!_this2.form.userType;
|
|
35828
35830
|
_this2.disableFields.gjName = !!_this2.form.en;
|
|
@@ -35903,10 +35905,10 @@ var api = init(defaultConverter, { path: '/' });
|
|
|
35903
35905
|
});
|
|
35904
35906
|
;// ./src/components/userCenterCompleteInformation.vue?vue&type=script&lang=js
|
|
35905
35907
|
|
|
35906
|
-
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-64.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-64.use[1]!./node_modules/@vue/cli-service/node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-64.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-64.use[3]!./node_modules/@vue/cli-service/node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/userCenterCompleteInformation.vue?vue&type=style&index=0&id=
|
|
35908
|
+
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-64.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-64.use[1]!./node_modules/@vue/cli-service/node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-64.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-64.use[3]!./node_modules/@vue/cli-service/node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/userCenterCompleteInformation.vue?vue&type=style&index=0&id=608d627f&lang=scss&scoped=true
|
|
35907
35909
|
// extracted by mini-css-extract-plugin
|
|
35908
35910
|
|
|
35909
|
-
;// ./src/components/userCenterCompleteInformation.vue?vue&type=style&index=0&id=
|
|
35911
|
+
;// ./src/components/userCenterCompleteInformation.vue?vue&type=style&index=0&id=608d627f&lang=scss&scoped=true
|
|
35910
35912
|
|
|
35911
35913
|
// EXTERNAL MODULE: ./node_modules/@vue/cli-service/node_modules/vue-loader/dist/exportHelper.js
|
|
35912
35914
|
var exportHelper = __webpack_require__(4621);
|
|
@@ -35918,72 +35920,72 @@ var exportHelper = __webpack_require__(4621);
|
|
|
35918
35920
|
;
|
|
35919
35921
|
|
|
35920
35922
|
|
|
35921
|
-
const __exports__ = /*#__PURE__*/(0,exportHelper/* default */.A)(userCenterCompleteInformationvue_type_script_lang_js, [['render',render],['__scopeId',"data-v-
|
|
35923
|
+
const __exports__ = /*#__PURE__*/(0,exportHelper/* default */.A)(userCenterCompleteInformationvue_type_script_lang_js, [['render',render],['__scopeId',"data-v-608d627f"]])
|
|
35922
35924
|
|
|
35923
35925
|
/* harmony default export */ const userCenterCompleteInformation = (__exports__);
|
|
35924
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/cli-service/node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/cli-service/node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/userCenterLogin.vue?vue&type=template&id=
|
|
35926
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/cli-service/node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/cli-service/node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/userCenterLogin.vue?vue&type=template&id=b6f19b42
|
|
35925
35927
|
|
|
35926
35928
|
|
|
35927
35929
|
|
|
35928
35930
|
|
|
35929
35931
|
|
|
35930
|
-
var
|
|
35932
|
+
var userCenterLoginvue_type_template_id_b6f19b42_hoisted_1 = {
|
|
35931
35933
|
key: 0,
|
|
35932
35934
|
"class": "icve-sso-login-bg"
|
|
35933
35935
|
};
|
|
35934
|
-
var
|
|
35936
|
+
var userCenterLoginvue_type_template_id_b6f19b42_hoisted_2 = {
|
|
35935
35937
|
"class": "icve-sso-escrool"
|
|
35936
35938
|
};
|
|
35937
|
-
var
|
|
35939
|
+
var userCenterLoginvue_type_template_id_b6f19b42_hoisted_3 = {
|
|
35938
35940
|
"class": "icve-sso-title-wrapper"
|
|
35939
35941
|
};
|
|
35940
|
-
var
|
|
35942
|
+
var userCenterLoginvue_type_template_id_b6f19b42_hoisted_4 = {
|
|
35941
35943
|
"class": "icve-sso-title"
|
|
35942
35944
|
};
|
|
35943
|
-
var
|
|
35944
|
-
var
|
|
35945
|
+
var userCenterLoginvue_type_template_id_b6f19b42_hoisted_5 = ["title"];
|
|
35946
|
+
var userCenterLoginvue_type_template_id_b6f19b42_hoisted_6 = {
|
|
35945
35947
|
"class": "icve-sso-source_space"
|
|
35946
35948
|
};
|
|
35947
|
-
var
|
|
35949
|
+
var userCenterLoginvue_type_template_id_b6f19b42_hoisted_7 = {
|
|
35948
35950
|
"class": "icve-sso-l"
|
|
35949
35951
|
};
|
|
35950
|
-
var
|
|
35952
|
+
var userCenterLoginvue_type_template_id_b6f19b42_hoisted_8 = {
|
|
35951
35953
|
"class": "icve-sso-erm"
|
|
35952
35954
|
};
|
|
35953
|
-
var
|
|
35955
|
+
var userCenterLoginvue_type_template_id_b6f19b42_hoisted_9 = {
|
|
35954
35956
|
"class": "icve-sso-ri"
|
|
35955
35957
|
};
|
|
35956
|
-
var
|
|
35958
|
+
var userCenterLoginvue_type_template_id_b6f19b42_hoisted_10 = {
|
|
35957
35959
|
"class": "icve-sso-tabs"
|
|
35958
35960
|
};
|
|
35959
|
-
var
|
|
35960
|
-
var
|
|
35961
|
+
var userCenterLoginvue_type_template_id_b6f19b42_hoisted_11 = ["title"];
|
|
35962
|
+
var userCenterLoginvue_type_template_id_b6f19b42_hoisted_12 = {
|
|
35961
35963
|
"class": "icve-sso-customer"
|
|
35962
35964
|
};
|
|
35963
|
-
var
|
|
35965
|
+
var userCenterLoginvue_type_template_id_b6f19b42_hoisted_13 = {
|
|
35964
35966
|
"class": "icve-sso-tip"
|
|
35965
35967
|
};
|
|
35966
|
-
var
|
|
35968
|
+
var userCenterLoginvue_type_template_id_b6f19b42_hoisted_14 = {
|
|
35967
35969
|
key: 1,
|
|
35968
35970
|
"class": "icve-sso-djs"
|
|
35969
35971
|
};
|
|
35970
|
-
var
|
|
35972
|
+
var userCenterLoginvue_type_template_id_b6f19b42_hoisted_15 = {
|
|
35971
35973
|
"class": "icve-sso-customer"
|
|
35972
35974
|
};
|
|
35973
|
-
var
|
|
35975
|
+
var userCenterLoginvue_type_template_id_b6f19b42_hoisted_16 = {
|
|
35974
35976
|
"class": "icve-sso-tip"
|
|
35975
35977
|
};
|
|
35976
|
-
var
|
|
35978
|
+
var userCenterLoginvue_type_template_id_b6f19b42_hoisted_17 = {
|
|
35977
35979
|
key: 1,
|
|
35978
35980
|
"class": "icve-sso-djs"
|
|
35979
35981
|
};
|
|
35980
|
-
var
|
|
35982
|
+
var userCenterLoginvue_type_template_id_b6f19b42_hoisted_18 = {
|
|
35981
35983
|
"class": "icve-sso-customer"
|
|
35982
35984
|
};
|
|
35983
|
-
var
|
|
35985
|
+
var userCenterLoginvue_type_template_id_b6f19b42_hoisted_19 = {
|
|
35984
35986
|
"class": "icve-sso-tip"
|
|
35985
35987
|
};
|
|
35986
|
-
var
|
|
35988
|
+
var userCenterLoginvue_type_template_id_b6f19b42_hoisted_20 = {
|
|
35987
35989
|
"class": "icve-sso-footer1"
|
|
35988
35990
|
};
|
|
35989
35991
|
var _hoisted_21 = {
|
|
@@ -36149,7 +36151,7 @@ var _hoisted_72 = {
|
|
|
36149
36151
|
var _hoisted_73 = {
|
|
36150
36152
|
"class": "custom-dialog-body"
|
|
36151
36153
|
};
|
|
36152
|
-
function
|
|
36154
|
+
function userCenterLoginvue_type_template_id_b6f19b42_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
36153
36155
|
var _component_QRCodeLogin = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.resolveComponent)("QRCodeLogin");
|
|
36154
36156
|
var _component_User = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.resolveComponent)("User");
|
|
36155
36157
|
var _component_el_icon = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.resolveComponent)("el-icon");
|
|
@@ -36165,13 +36167,13 @@ function userCenterLoginvue_type_template_id_39b2aaaa_render(_ctx, _cache, $prop
|
|
|
36165
36167
|
var _component_improveInformation = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.resolveComponent)("improveInformation");
|
|
36166
36168
|
var _component_NationalitySelector = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.resolveComponent)("NationalitySelector");
|
|
36167
36169
|
var _component_verifyComponents = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.resolveComponent)("verifyComponents");
|
|
36168
|
-
return _ctx.loginShow ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div",
|
|
36170
|
+
return _ctx.loginShow ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div", userCenterLoginvue_type_template_id_b6f19b42_hoisted_1, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div", userCenterLoginvue_type_template_id_b6f19b42_hoisted_2, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createVNode)(_component_el_scrollbar, {
|
|
36169
36171
|
style: {
|
|
36170
36172
|
"height": "100%"
|
|
36171
36173
|
}
|
|
36172
36174
|
}, {
|
|
36173
36175
|
"default": (0,external_commonjs_vue_commonjs2_vue_root_Vue_.withCtx)(function () {
|
|
36174
|
-
return [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div",
|
|
36176
|
+
return [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div", userCenterLoginvue_type_template_id_b6f19b42_hoisted_3, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div", userCenterLoginvue_type_template_id_b6f19b42_hoisted_4, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(_ctx.wxRandom ? _ctx.i18n('微信绑定') : _ctx.i18n('欢迎登录')), 1), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div", {
|
|
36175
36177
|
"class": "icve-sso-close-btn",
|
|
36176
36178
|
onClick: _cache[0] || (_cache[0] = function () {
|
|
36177
36179
|
return _ctx.closeLoginModal && _ctx.closeLoginModal.apply(_ctx, arguments);
|
|
@@ -36189,11 +36191,11 @@ function userCenterLoginvue_type_template_id_39b2aaaa_render(_ctx, _cache, $prop
|
|
|
36189
36191
|
"stroke-width": "2",
|
|
36190
36192
|
"stroke-linecap": "round",
|
|
36191
36193
|
"stroke-linejoin": "round"
|
|
36192
|
-
})], -1)])), 8,
|
|
36194
|
+
})], -1)])), 8, userCenterLoginvue_type_template_id_b6f19b42_hoisted_5)]), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div", userCenterLoginvue_type_template_id_b6f19b42_hoisted_6, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div", userCenterLoginvue_type_template_id_b6f19b42_hoisted_7, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div", userCenterLoginvue_type_template_id_b6f19b42_hoisted_8, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createVNode)(_component_QRCodeLogin, {
|
|
36193
36195
|
onLoginSuccess: _ctx.wxLoginSuccess
|
|
36194
36196
|
}, null, 8, ["onLoginSuccess"])])]), _cache[33] || (_cache[33] = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div", {
|
|
36195
36197
|
"class": "icve-sso-xian"
|
|
36196
|
-
}, null, -1)), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div",
|
|
36198
|
+
}, null, -1)), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div", userCenterLoginvue_type_template_id_b6f19b42_hoisted_9, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div", userCenterLoginvue_type_template_id_b6f19b42_hoisted_10, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("span", {
|
|
36197
36199
|
"class": (0,external_commonjs_vue_commonjs2_vue_root_Vue_.normalizeClass)(_ctx.tab == 2 ? 'icve-sso-spanActive' : ''),
|
|
36198
36200
|
onClick: _cache[1] || (_cache[1] = function ($event) {
|
|
36199
36201
|
return _ctx.handleClick(2);
|
|
@@ -36214,7 +36216,7 @@ function userCenterLoginvue_type_template_id_39b2aaaa_render(_ctx, _cache, $prop
|
|
|
36214
36216
|
}, toConsumableArray_toConsumableArray(_cache[30] || (_cache[30] = [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("img", {
|
|
36215
36217
|
alt: "",
|
|
36216
36218
|
src: "https://file.icve.com.cn/rc/927/697/E7CAE67C9BE854D9BB773D4AC5A6940D.png"
|
|
36217
|
-
}, null, -1)])), 8,
|
|
36219
|
+
}, null, -1)])), 8, userCenterLoginvue_type_template_id_b6f19b42_hoisted_11)]), _cache[31] || (_cache[31] = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div", {
|
|
36218
36220
|
"class": "icve-sso-xian1"
|
|
36219
36221
|
}, null, -1))]), _ctx.tab == 1 ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createBlock)(_component_el_form, {
|
|
36220
36222
|
ref: "form",
|
|
@@ -36291,7 +36293,7 @@ function userCenterLoginvue_type_template_id_39b2aaaa_render(_ctx, _cache, $prop
|
|
|
36291
36293
|
onClick: _cache[6] || (_cache[6] = function () {
|
|
36292
36294
|
return _ctx.login && _ctx.login.apply(_ctx, arguments);
|
|
36293
36295
|
})
|
|
36294
|
-
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(_ctx.wxRandom ? _ctx.i18n('账号绑定') : _ctx.i18n('登录')), 1), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div",
|
|
36296
|
+
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(_ctx.wxRandom ? _ctx.i18n('账号绑定') : _ctx.i18n('登录')), 1), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div", userCenterLoginvue_type_template_id_b6f19b42_hoisted_12, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div", userCenterLoginvue_type_template_id_b6f19b42_hoisted_13, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("span", null, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(_ctx.i18n('手机号登录新用户自动注册')), 1)])])];
|
|
36295
36297
|
}),
|
|
36296
36298
|
_: 1
|
|
36297
36299
|
}, 8, ["model"])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true), _ctx.tab == 2 && _ctx.currentLocale == 'cn' ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createBlock)(_component_el_form, {
|
|
@@ -36369,7 +36371,7 @@ function userCenterLoginvue_type_template_id_39b2aaaa_render(_ctx, _cache, $prop
|
|
|
36369
36371
|
onClick: _cache[10] || (_cache[10] = function () {
|
|
36370
36372
|
return _ctx.obtain && _ctx.obtain.apply(_ctx, arguments);
|
|
36371
36373
|
})
|
|
36372
|
-
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(_ctx.i18n('获取验证码')), 1)) : ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div",
|
|
36374
|
+
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(_ctx.i18n('获取验证码')), 1)) : ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div", userCenterLoginvue_type_template_id_b6f19b42_hoisted_14, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(_ctx.sms_time_count + _ctx.i18n('秒重获')), 1))];
|
|
36373
36375
|
}),
|
|
36374
36376
|
_: 1
|
|
36375
36377
|
}, 8, ["class", "rules"]), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createVNode)(_component_agreement, {
|
|
@@ -36381,7 +36383,7 @@ function userCenterLoginvue_type_template_id_39b2aaaa_render(_ctx, _cache, $prop
|
|
|
36381
36383
|
onClick: _cache[11] || (_cache[11] = function () {
|
|
36382
36384
|
return _ctx.phonVerify && _ctx.phonVerify.apply(_ctx, arguments);
|
|
36383
36385
|
})
|
|
36384
|
-
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(_ctx.wxRandom ? _ctx.i18n('
|
|
36386
|
+
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(_ctx.wxRandom ? _ctx.i18n('手机号绑定') : _ctx.i18n('登录')), 1), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div", userCenterLoginvue_type_template_id_b6f19b42_hoisted_15, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div", userCenterLoginvue_type_template_id_b6f19b42_hoisted_16, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("span", null, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(_ctx.i18n('手机号登录新用户自动注册')), 1)])])];
|
|
36385
36387
|
}),
|
|
36386
36388
|
_: 1
|
|
36387
36389
|
}, 8, ["model"])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true), _ctx.tab == 2 && _ctx.currentLocale == 'en' ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createBlock)(_component_el_form, {
|
|
@@ -36434,7 +36436,7 @@ function userCenterLoginvue_type_template_id_39b2aaaa_render(_ctx, _cache, $prop
|
|
|
36434
36436
|
onClick: _cache[14] || (_cache[14] = function () {
|
|
36435
36437
|
return _ctx.emailObtain && _ctx.emailObtain.apply(_ctx, arguments);
|
|
36436
36438
|
})
|
|
36437
|
-
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(_ctx.i18n('获取验证码')), 1)) : ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div",
|
|
36439
|
+
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(_ctx.i18n('获取验证码')), 1)) : ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div", userCenterLoginvue_type_template_id_b6f19b42_hoisted_17, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(_ctx.sms_time_count + _ctx.i18n('秒重获')), 1))];
|
|
36438
36440
|
}),
|
|
36439
36441
|
_: 1
|
|
36440
36442
|
}, 8, ["rules"]), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createVNode)(_component_agreement, {
|
|
@@ -36446,10 +36448,10 @@ function userCenterLoginvue_type_template_id_39b2aaaa_render(_ctx, _cache, $prop
|
|
|
36446
36448
|
onClick: _cache[15] || (_cache[15] = function () {
|
|
36447
36449
|
return _ctx.emailLogin && _ctx.emailLogin.apply(_ctx, arguments);
|
|
36448
36450
|
})
|
|
36449
|
-
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(_ctx.wxRandom ? _ctx.i18n('
|
|
36451
|
+
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(_ctx.wxRandom ? _ctx.i18n('邮箱绑定') : _ctx.i18n('登录')), 1), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div", userCenterLoginvue_type_template_id_b6f19b42_hoisted_18, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div", userCenterLoginvue_type_template_id_b6f19b42_hoisted_19, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("span", null, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(_ctx.i18n('邮箱登录新用户自动注册')), 1)])])];
|
|
36450
36452
|
}),
|
|
36451
36453
|
_: 1
|
|
36452
|
-
}, 8, ["model"])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true)])]), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div",
|
|
36454
|
+
}, 8, ["model"])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true)])]), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div", userCenterLoginvue_type_template_id_b6f19b42_hoisted_20, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div", _hoisted_21, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(_ctx.footMsg), 1), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("div", _hoisted_22, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(_ctx.footMsg1), 1)])];
|
|
36453
36455
|
}),
|
|
36454
36456
|
_: 1
|
|
36455
36457
|
})]), _ctx.testShow ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div", {
|
|
@@ -36576,7 +36578,7 @@ function userCenterLoginvue_type_template_id_39b2aaaa_render(_ctx, _cache, $prop
|
|
|
36576
36578
|
onSuccess: _ctx.CaptchaSuccess
|
|
36577
36579
|
}, null, 8, ["onSuccess"])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true)])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true);
|
|
36578
36580
|
}
|
|
36579
|
-
;// ./src/components/userCenterLogin.vue?vue&type=template&id=
|
|
36581
|
+
;// ./src/components/userCenterLogin.vue?vue&type=template&id=b6f19b42
|
|
36580
36582
|
|
|
36581
36583
|
;// ./node_modules/@babel/runtime/helpers/esm/regeneratorDefine.js
|
|
36582
36584
|
|
|
@@ -36785,9 +36787,9 @@ function agreementvue_type_template_id_13fe3570_scoped_true_render(_ctx, _cache,
|
|
|
36785
36787
|
;// ./src/components/agreement.vue?vue&type=template&id=13fe3570&scoped=true
|
|
36786
36788
|
|
|
36787
36789
|
;// ./src/components/locales/en.json
|
|
36788
|
-
const locales_en_namespaceObject = /*#__PURE__*/JSON.parse('{"手机绑定":"Phone Binding","请输入验证码":"Code","获取验证码":"Send Code","请输入手机号":"Please enter your phone number","手机号码格式错误":"Mobile phone number format error","秒重获":"Seconds to reacquire","中->英":"English ->Chinese","欢迎登录":"Log in to learn in ICVE","账号密码登录":"Account Log in with","手机验证码登录":"Mobile login","请输入账号":"Account","请输入密码":"Password","请输入新密码":"Please enter a new password","姓名":"Name","新密码":"New password","学校或企业":"School or enterprise","点击进行验证":"Click to verify","向右滑动完成验证":"Swipe to the right to complete verification","请完成安全验证":"Please complete the security verification","我已阅读并同意":"I have read and agreed to ","用户协议及隐私协议":"User Agreement and Privacy Agreement","已阅读并同意用户协议,隐私协议":"Already read and agreed to the user agreement and privacy policy","用户服务协议":"the User Service Agreement","隐私协议":"Privacy Agreement","忘记密码":"Forget password","登录":"Log in","注册":"Register","联系客服":"Contact customer service","《国家职业教育智慧教育平台用户协议》":"《National Vocational Education and Training Intelligent Education Platform User Agreement》","《国家职业教育智慧教育平台隐私协议》":"《National Vocational Education and Training Intelligent Education Platform Privacy Agreement》","京公网安备 11010202007836号 京ICP备 12020869号-19":"Jing Gong Wang An Bei No. 11010202007836 Jing ICP Bei No. 12020869-19","Copyright© 2026 国家职业教育智慧教育平台":"Copyright © 2026 National Vocational Education and Training Intelligent Education Platform","Copyright© 2026 湖北职业教育智慧教育平台":"Copyright © 2026 Hubei Vocational Education and Training Intelligent Education Platform","Copyright©2026 高等教育出版社":"Copyright © 2026 Higher Education Press","京ICP备 09059518号-20 京公网安备 11010202007836号":"Beijing ICP No. 09059518-20 Beijing Public Security No. 11010202007836","请仔细阅读用户协议,隐私协议并勾":"Please carefully read the user agreement, privacy agreement and check","请点击验证":"Click to verify","手机号为空或手机号格式不正确":"Mobile phone number is empty or the mobile phone number format is incorrect","登录成功":"Login successful","密码包含大写 小写 特殊字符 数字,大于8位,小于50位":"Password contains capital letters, lowercase letters, special characters, numbers, greater than 8 bits, less than 50 bits","至少包含四类字符(大写、小写、数字、特殊字符)中的三类,长度为( 8~50 位)":"At least three classes of characters (capital, lowercase, number, special character) are included, length (8~50 bits)","密码修改成功":"Password modification successful","账号注册":"Account registration","已有账号":"Existing account","立即登录":"Log in now","返回":"return","国籍":"nationality","单位列表":"Unit List","请选择身份类型":"Please select identity type","身份类型":"Identity Type","学生":"student","老师":"teacher","社会学习者":"Social learners","企业用户":"corporate user","国际学习者":"International learners","国际教师":"International teachers","点击选择国籍":"Click to select nationality","单位名称":"Unit Name","工号/学号":"Employee ID/Student ID","真实姓名":"Real Name","性别":"Gender","男":"Male","女":"Female","用户名需符合以下格式:6-20位(字母+数字)":"The username must conform to the following format: 6-20 characters (letters+numbers)","确认密码,保持一致":"Confirm password and keep it consistent","出生日期":"Date of Birth:","注册信息填写不完整":"Incomplete registration information filled in","两次密码输入不一致,请重新输入":"The password entered twice is inconsistent. Please re-enter","注册成功":"registered successfully","账号验证":"Account verification","修改密码":"Change password","完成":"complete","下一步":"Next step","验证通过,您需要修改密码的用户名为":"Verification passed, the username for which you need to change your password is","修改成功":"Modified successfully","去登录":"Log in","账号绑定":"Account Binding","立即绑定":"Bind Now","账号绑定成功":"Account binding successful","还没有账号?":"Don\'t have an account yet?","立即注册":"Register Now","该手机号下拥有多个账号,请选择要进行登录的账号!":"There are multiple accounts under this phone number, please select the account you want to log in to!","请选择要进行登录的账号":"Please select the account to log in to","
|
|
36790
|
+
const locales_en_namespaceObject = /*#__PURE__*/JSON.parse('{"手机绑定":"Phone Binding","请输入验证码":"Code","获取验证码":"Send Code","请输入手机号":"Please enter your phone number","手机号码格式错误":"Mobile phone number format error","秒重获":"Seconds to reacquire","中->英":"English ->Chinese","欢迎登录":"Log in to learn in ICVE","账号密码登录":"Account Log in with","手机验证码登录":"Mobile login","请输入账号":"Account","请输入密码":"Password","请输入新密码":"Please enter a new password","姓名":"Name","新密码":"New password","学校或企业":"School or enterprise","点击进行验证":"Click to verify","向右滑动完成验证":"Swipe to the right to complete verification","请完成安全验证":"Please complete the security verification","我已阅读并同意":"I have read and agreed to ","用户协议及隐私协议":"User Agreement and Privacy Agreement","已阅读并同意用户协议,隐私协议":"Already read and agreed to the user agreement and privacy policy","用户服务协议":"the User Service Agreement","隐私协议":"Privacy Agreement","忘记密码":"Forget password","登录":"Log in","注册":"Register","联系客服":"Contact customer service","《国家职业教育智慧教育平台用户协议》":"《National Vocational Education and Training Intelligent Education Platform User Agreement》","《国家职业教育智慧教育平台隐私协议》":"《National Vocational Education and Training Intelligent Education Platform Privacy Agreement》","京公网安备 11010202007836号 京ICP备 12020869号-19":"Jing Gong Wang An Bei No. 11010202007836 Jing ICP Bei No. 12020869-19","Copyright© 2026 国家职业教育智慧教育平台":"Copyright © 2026 National Vocational Education and Training Intelligent Education Platform","Copyright© 2026 湖北职业教育智慧教育平台":"Copyright © 2026 Hubei Vocational Education and Training Intelligent Education Platform","Copyright©2026 高等教育出版社":"Copyright © 2026 Higher Education Press","京ICP备 09059518号-20 京公网安备 11010202007836号":"Beijing ICP No. 09059518-20 Beijing Public Security No. 11010202007836","请仔细阅读用户协议,隐私协议并勾":"Please carefully read the user agreement, privacy agreement and check","请点击验证":"Click to verify","手机号为空或手机号格式不正确":"Mobile phone number is empty or the mobile phone number format is incorrect","登录成功":"Login successful","密码包含大写 小写 特殊字符 数字,大于8位,小于50位":"Password contains capital letters, lowercase letters, special characters, numbers, greater than 8 bits, less than 50 bits","至少包含四类字符(大写、小写、数字、特殊字符)中的三类,长度为( 8~50 位)":"At least three classes of characters (capital, lowercase, number, special character) are included, length (8~50 bits)","密码修改成功":"Password modification successful","账号注册":"Account registration","已有账号":"Existing account","立即登录":"Log in now","返回":"return","国籍":"nationality","单位列表":"Unit List","请选择身份类型":"Please select identity type","身份类型":"Identity Type","学生":"student","老师":"teacher","社会学习者":"Social learners","企业用户":"corporate user","国际学习者":"International learners","国际教师":"International teachers","点击选择国籍":"Click to select nationality","单位名称":"Unit Name","工号/学号":"Employee ID/Student ID","真实姓名":"Real Name","性别":"Gender","男":"Male","女":"Female","用户名需符合以下格式:6-20位(字母+数字)":"The username must conform to the following format: 6-20 characters (letters+numbers)","确认密码,保持一致":"Confirm password and keep it consistent","出生日期":"Date of Birth:","注册信息填写不完整":"Incomplete registration information filled in","两次密码输入不一致,请重新输入":"The password entered twice is inconsistent. Please re-enter","注册成功":"registered successfully","账号验证":"Account verification","修改密码":"Change password","完成":"complete","下一步":"Next step","验证通过,您需要修改密码的用户名为":"Verification passed, the username for which you need to change your password is","修改成功":"Modified successfully","去登录":"Log in","账号绑定":"Account Binding","手机号绑定":"Mobile phone binding","邮箱绑定":"Email binding","立即绑定":"Bind Now","账号绑定成功":"Account binding successful","还没有账号?":"Don\'t have an account yet?","立即注册":"Register Now","该手机号下拥有多个账号,请选择要进行登录的账号!":"There are multiple accounts under this phone number, please select the account you want to log in to!","请选择要进行登录的账号":"Please select the account to log in to","下次绑定":"Next binding","提交绑定":"Submit binding","取消":"Cancel","确定":"confirm","您当前设置的密码强度不足,存在安全风险,请尽快修改为更复杂的密码。":"The password strength you have set is insufficient and poses a security risk. Please change it to a more complex password as soon as possible.","微信扫码二维码":"Scan QR code on WeChat","不再提醒":"Do not remind again","中国大陆":"Chinese Mainland","手机号验证":"Mobile number verification","无手机号验证":"No phone number verification","该手机号为后续账号绑定手机号":"This phone number is the phone number for subsequent account binding","请选择需修改账号":"Please select the account to be modified","最后登录时间":"last login time","单位未填写":"Unit not filled in","工号未填写":"The job number is not filled in","姓名未填写":"Name not filled in","找回用户名或密码,请点击":"Forgot Account or Password?","该手机号绑定多个账号请选择":"This phone number is bound to multiple accounts. Please select","您的用户名已经更改,老用户将不能登录,更改之后的用户名称为:":"Your username has been changed, and old users will no longer be able to log in. The changed username is called:","手机号登录新用户自动注册":"Mobile phone number login, new user automatic registration","邮箱登录新用户自动注册":"New users will be auto-registered","提示":"prompt","检测到该手机号绑定了多个账号,账号名称为:":"Detected that the phone number is bound to multiple accounts, with the account name being:","建议您合并多余账号":"I suggest you merge your excess accounts!","继续登录":"Continue Login","合并账号":"Merge accounts","验证身份":"Verify identity","立即验证":"Verify Now","去重置":"Go reset","重置密码":"Reset password","重置成功":"Reset successful","提交":"submit","首次登录完善基本信息":"Improve basic information","请输入姓名":"Please enter your name","请输入学校或企业":"Please enter school or enterprise","请输入邮箱地址":"Please enter your email address","邮箱格式不正确":"Email format incorrect","请输入邮箱":"Email","请输入邮箱验证码":"Verification code","邮箱登录":"Email Log in with","邮箱注册":"Please enter the email verification code","手机号注册":"Mobile number registration","用户名":"enter one user name","密码":"Password","手机号":"mobile phone number","确认密码":"Confirm Password","用户名称":"Username","您输入的手机号已绑定过以下账号,绑定到该账号将自动解绑原绑定账户,是否确定?":"The phone number you entered has already been bound to the following account. Binding to this account will automatically unbind the original bound account. Are you sure?","绑定手机":"Bind mobile phone","请选择学校或企业":"Please choose a school or enterprise","安全提醒:检测到当前手机号已绑定多个账号,且部分账号已超过一年未登录。为保障账户安全,这些长期未登录的账号将自动解除手机号绑定。":"Security Reminder: Multiple accounts have been linked to the current phone number, and some accounts have not been logged in for over a year. To ensure account security, these accounts that have not been logged in for a long time will automatically have their phone numbers unbound.","安全提醒:检测到当前手机号已绑定多个账号。为保障账户安全,本次登录后,未选择的账号将自动解除手机号绑定。":"Security reminder: Multiple accounts have been linked to the current phone number. To ensure account security, unselected accounts will be automatically unlinked after this login.","微信或App扫码均可登录":"Scan with Wechat or ICVE+ APP","你当前的微信暂未绑定账号或手机号,需先完成绑定,后续登录将无需重复验证,直接进入即可~":"Your current WeChat account or email has not been linked yet. You need to complete the binding first, and there will be no need for repeated verification when logging in later. Just enter directly","微信绑定":"WeChat Binding","密码不能为空":"Password cannot be empty",",":"and","已扫码":"Scanned","请在手机上确认":"Please confirm on your phone","重新扫码":"Rescan QR code","二维码已过期":"The QR code has expired","请点击下方按钮刷新":"Please click the button below to refresh","重新生成":"regenerate","微信绑定成功":"WeChat binding is successful","微信扫码进行账号绑定":"Scan the QR code with WeChat to bind the account","关闭":"Close","请先选择要登录的账号":"Please select the account to log in to","当前登录方式有多个账号,请选择登录账号":"There are multiple accounts for the current login method, please select the login account","其他账号合并到该账号":"Merge other accounts into this account","继续":"Continue","用户类型":"User Type","根据系统账号管理规则,仅同一类型的账号允许执行合并操作":"According to the system account management rules, only accounts of the same type are permitted to perform merge operations"}');
|
|
36789
36791
|
;// ./src/components/locales/zh-CN.json
|
|
36790
|
-
const zh_CN_namespaceObject = /*#__PURE__*/JSON.parse('{"手机绑定":"手机绑定","请输入验证码":"请输入验证码","获取验证码":"获取验证码","请输入手机号":"请输入手机号","手机号码格式错误":"手机号码格式错误","秒重获":"秒重获","中->英":"中->英","欢迎登录":"欢迎登录","账号密码登录":"账号密码登录","手机验证码登录":"手机验证码登录","请输入账号":"请输入账号","请输入密码":"请输入密码","请输入新密码":"请输入新密码","姓名":"姓名","新密码":"新密码","学校或企业":"学校或企业","点击进行验证":"点击进行验证","向右滑动完成验证":"向右滑动完成验证","请完成安全验证":"请完成安全验证","我已阅读并同意":"我已阅读并同意","用户服务协议":"用户服务协议","隐私协议":"隐私协议","忘记密码":"忘记密码","登录":"登录","注册":"注册","联系客服":"联系客服","《国家职业教育智慧教育平台用户协议》":"《国家职业教育智慧教育平台用户协议》","《国家职业教育智慧教育平台隐私协议》":"《国家职业教育智慧教育平台隐私协议》","京公网安备 11010202007836号 京ICP备 12020869号-19":"京公网安备 11010202007836号 京ICP备 12020869号-19","Copyright© 2026 国家职业教育智慧教育平台":"Copyright© 2026 国家职业教育智慧教育平台","Copyright© 2026 湖北职业教育智慧教育平台":"Copyright© 2026 湖北职业教育智慧教育平台","Copyright©2026 高等教育出版社":"Copyright©2026 高等教育出版社","京ICP备 09059518号-20 京公网安备 11010202007836号":"京ICP备 09059518号-20 京公网安备 11010202007836号","请仔细阅读用户协议,隐私协议并勾选":"请仔细阅读用户协议,隐私协议并勾选","已阅读并同意用户协议,隐私协议":"已阅读并同意用户协议,隐私协议","用户协议及隐私协议":"用户协议及隐私协议","请点击验证":"请点击验证","手机号为空或手机号格式不正确":"手机号为空或手机号格式不正确","登录成功":"登录成功","密码包含大写 小写 特殊字符 数字,大于8位,小于50位":"密码包含大写 小写 特殊字符 数字,大于8位,小于50位","至少包含四类字符(大写、小写、数字、特殊字符)中的三类,长度为( 8~50 位)":"至少包含四类字符(大写、小写、数字、特殊字符)中的三类,长度为( 8~50 位)","密码修改成功":"密码修改成功","账号注册":"账号注册","已有账号":"已有账号","立即登录":"立即登录","返回":"返回","国籍":"国籍","单位列表":"单位列表","请选择身份类型":"请选择身份类型","身份类型":"身份类型","学生":"学生","老师":"老师","社会学习者":"社会学习者","企业用户":"企业用户","国际学习者":"国际学习者","国际教师":"国际教师","点击选择国籍":"点击选择国籍","单位名称":"单位名称","工号/学号":"工号/学号","真实姓名":"真实姓名","性别":"性别","男":"男","女":"女","用户名需符合以下格式:6-20位(字母+数字)":"用户名需符合以下格式:6-20位(字母+数字)","确认密码,保持一致":"确认密码,保持一致","出生日期":"出生日期","注册信息填写不完整":"注册信息填写不完整","两次密码输入不一致,请重新输入":"两次密码输入不一致,请重新输入","注册成功":"注册成功","账号验证":"账号验证","修改密码":"修改密码","完成":"完成","下一步":"下一步","验证通过,您需要修改密码的用户名为":" 验证通过,您需要修改密码的用户名为","修改成功":"修改成功","去登录":"去登录","账号绑定":"账号绑定","立即绑定":"立即绑定","账号绑定成功":"账号绑定成功","还没有账号?":"还没有账号?","立即注册":"立即注册","该手机号下拥有多个账号,请选择要进行登录的账号!":"该手机号下拥有多个账号,请选择要进行登录的账号!","请选择要进行登录的账号":"请选择要进行登录的账号","手机号绑定":"手机号绑定","下次绑定":"下次绑定","提交绑定":"提交绑定","取消":"取消","确定":"确定","您当前设置的密码强度不足,存在安全风险,请尽快修改为更复杂的密码。":"您当前设置的密码强度不足,存在安全风险,请尽快修改为更复杂的密码。","微信扫码二维码":"微信扫码二维码","不再提醒":"不再提醒","中国大陆":"中国大陆","手机号验证":"手机号验证","无手机号验证":"无手机号验证","该手机号为后续账号绑定手机号":"该手机号为后续账号绑定手机号","请选择需修改账号":"请选择需修改账号","最后登录时间":"最后登录时间","单位未填写":"单位未填写","工号未填写":"工号未填写","姓名未填写":"姓名未填写","找回用户名或密码,请点击":"找回用户名或密码,请点击","该手机号绑定多个账号请选择":"该手机号绑定多个账号请选择","您的用户名已经更改,老用户将不能登录,更改之后的用户名称为:":"您的用户名已经更改,老用户将不能登录,更改之后的用户名称为:","手机号登录新用户自动注册":"手机号登录新用户自动注册","邮箱登录新用户自动注册":"邮箱登录新用户自动注册","提示":"提示","检测到该手机号绑定了多个账号,账号名称为:":"检测到该手机号绑定了多个账号,账号名称为:","建议您合并多余账号":"建议您合并多余账号!","继续登录":"继续登录","合并账号":"合并账号","验证身份":"验证身份","立即验证":"立即验证","去重置":"去重置","重置密码":"重置密码","重置成功":"重置成功","提交":"提交","首次登录完善基本信息":"完善基本信息","请输入姓名":"请输入姓名","请输入学校或企业":"请输入学校或企业","请输入邮箱地址":"请输入邮箱地址","邮箱格式不正确":"邮箱格式不正确","请输入邮箱":"请输入邮箱","请输入邮箱验证码":"请输入邮箱验证码","邮箱登录":"邮箱登录","邮箱注册":"邮箱注册","手机号注册":"手机号注册","用户名":"请输入用户名","密码":"密码","手机号":"手机号","确认密码":"确认密码","用户名称":"用户名称","您输入的手机号已绑定过以下账号,绑定到该账号将自动解绑原绑定账户,是否确定?":"您输入的手机号已绑定过以下账号,绑定到该账号将自动解绑原绑定账户,是否确定?","绑定手机":"绑定手机","请选择学校或企业":"请选择学校或企业","安全提醒:检测到当前手机号已绑定多个账号,且部分账号已超过一年未登录。为保障账户安全,这些长期未登录的账号将自动解除手机号绑定。":"安全提醒:检测到当前手机号已绑定多个账号,且部分账号已超过一年未登录。为保障账户安全,这些长期未登录的账号将自动解除手机号绑定。","安全提醒:检测到当前手机号已绑定多个账号。为保障账户安全,本次登录后,未选择的账号将自动解除手机号绑定。":"安全提醒:检测到当前手机号已绑定多个账号。为保障账户安全,本次登录后,未选择的账号将自动解除手机号绑定。","微信或App扫码均可登录":"微信或App扫码均可登录","你当前的微信暂未绑定账号或手机号,需先完成绑定,后续登录将无需重复验证,直接进入即可~":"你当前的微信暂未绑定账号或手机号,需先完成绑定,后续登录将无需重复验证,直接进入即可~","微信绑定":"微信绑定","密码不能为空":"密码不能为空",",":",","已扫码":"已扫码","请在手机上确认":"请在手机上确认","重新扫码":"重新扫码","二维码已过期":"二维码已过期","请点击下方按钮刷新":"请点击下方按钮刷新","重新生成":"重新生成","微信绑定成功":"微信绑定成功","微信扫码进行账号绑定":"微信扫码进行账号绑定","关闭":"关闭","请先选择要登录的账号":"请先选择要登录的账号","当前登录方式有多个账号,请选择登录账号":"当前登录方式有多个账号,请选择登录账号","其他账号合并到该账号":"其他账号合并到该账号","继续":"继续","根据系统账号管理规则,仅同一类型的账号允许执行合并操作":"根据系统账号管理规则,仅同一类型的账号允许执行合并操作","用户类型":"用户类型"}');
|
|
36792
|
+
const zh_CN_namespaceObject = /*#__PURE__*/JSON.parse('{"手机绑定":"手机绑定","请输入验证码":"请输入验证码","获取验证码":"获取验证码","请输入手机号":"请输入手机号","手机号码格式错误":"手机号码格式错误","秒重获":"秒重获","中->英":"中->英","欢迎登录":"欢迎登录","账号密码登录":"账号密码登录","手机验证码登录":"手机验证码登录","请输入账号":"请输入账号","请输入密码":"请输入密码","请输入新密码":"请输入新密码","姓名":"姓名","新密码":"新密码","学校或企业":"学校或企业","点击进行验证":"点击进行验证","向右滑动完成验证":"向右滑动完成验证","请完成安全验证":"请完成安全验证","我已阅读并同意":"我已阅读并同意","用户服务协议":"用户服务协议","隐私协议":"隐私协议","忘记密码":"忘记密码","登录":"登录","注册":"注册","联系客服":"联系客服","《国家职业教育智慧教育平台用户协议》":"《国家职业教育智慧教育平台用户协议》","《国家职业教育智慧教育平台隐私协议》":"《国家职业教育智慧教育平台隐私协议》","京公网安备 11010202007836号 京ICP备 12020869号-19":"京公网安备 11010202007836号 京ICP备 12020869号-19","Copyright© 2026 国家职业教育智慧教育平台":"Copyright© 2026 国家职业教育智慧教育平台","Copyright© 2026 湖北职业教育智慧教育平台":"Copyright© 2026 湖北职业教育智慧教育平台","Copyright©2026 高等教育出版社":"Copyright©2026 高等教育出版社","京ICP备 09059518号-20 京公网安备 11010202007836号":"京ICP备 09059518号-20 京公网安备 11010202007836号","请仔细阅读用户协议,隐私协议并勾选":"请仔细阅读用户协议,隐私协议并勾选","已阅读并同意用户协议,隐私协议":"已阅读并同意用户协议,隐私协议","用户协议及隐私协议":"用户协议及隐私协议","请点击验证":"请点击验证","手机号为空或手机号格式不正确":"手机号为空或手机号格式不正确","登录成功":"登录成功","密码包含大写 小写 特殊字符 数字,大于8位,小于50位":"密码包含大写 小写 特殊字符 数字,大于8位,小于50位","至少包含四类字符(大写、小写、数字、特殊字符)中的三类,长度为( 8~50 位)":"至少包含四类字符(大写、小写、数字、特殊字符)中的三类,长度为( 8~50 位)","密码修改成功":"密码修改成功","账号注册":"账号注册","已有账号":"已有账号","立即登录":"立即登录","返回":"返回","国籍":"国籍","单位列表":"单位列表","请选择身份类型":"请选择身份类型","身份类型":"身份类型","学生":"学生","老师":"老师","社会学习者":"社会学习者","企业用户":"企业用户","国际学习者":"国际学习者","国际教师":"国际教师","点击选择国籍":"点击选择国籍","单位名称":"单位名称","工号/学号":"工号/学号","真实姓名":"真实姓名","性别":"性别","男":"男","女":"女","用户名需符合以下格式:6-20位(字母+数字)":"用户名需符合以下格式:6-20位(字母+数字)","确认密码,保持一致":"确认密码,保持一致","出生日期":"出生日期","注册信息填写不完整":"注册信息填写不完整","两次密码输入不一致,请重新输入":"两次密码输入不一致,请重新输入","注册成功":"注册成功","账号验证":"账号验证","修改密码":"修改密码","完成":"完成","下一步":"下一步","验证通过,您需要修改密码的用户名为":" 验证通过,您需要修改密码的用户名为","修改成功":"修改成功","去登录":"去登录","账号绑定":"账号绑定","邮箱绑定":"邮箱绑定","立即绑定":"立即绑定","账号绑定成功":"账号绑定成功","还没有账号?":"还没有账号?","立即注册":"立即注册","该手机号下拥有多个账号,请选择要进行登录的账号!":"该手机号下拥有多个账号,请选择要进行登录的账号!","请选择要进行登录的账号":"请选择要进行登录的账号","手机号绑定":"手机号绑定","下次绑定":"下次绑定","提交绑定":"提交绑定","取消":"取消","确定":"确定","您当前设置的密码强度不足,存在安全风险,请尽快修改为更复杂的密码。":"您当前设置的密码强度不足,存在安全风险,请尽快修改为更复杂的密码。","微信扫码二维码":"微信扫码二维码","不再提醒":"不再提醒","中国大陆":"中国大陆","手机号验证":"手机号验证","无手机号验证":"无手机号验证","该手机号为后续账号绑定手机号":"该手机号为后续账号绑定手机号","请选择需修改账号":"请选择需修改账号","最后登录时间":"最后登录时间","单位未填写":"单位未填写","工号未填写":"工号未填写","姓名未填写":"姓名未填写","找回用户名或密码,请点击":"找回用户名或密码,请点击","该手机号绑定多个账号请选择":"该手机号绑定多个账号请选择","您的用户名已经更改,老用户将不能登录,更改之后的用户名称为:":"您的用户名已经更改,老用户将不能登录,更改之后的用户名称为:","手机号登录新用户自动注册":"手机号登录新用户自动注册","邮箱登录新用户自动注册":"邮箱登录新用户自动注册","提示":"提示","检测到该手机号绑定了多个账号,账号名称为:":"检测到该手机号绑定了多个账号,账号名称为:","建议您合并多余账号":"建议您合并多余账号!","继续登录":"继续登录","合并账号":"合并账号","验证身份":"验证身份","立即验证":"立即验证","去重置":"去重置","重置密码":"重置密码","重置成功":"重置成功","提交":"提交","首次登录完善基本信息":"完善基本信息","请输入姓名":"请输入姓名","请输入学校或企业":"请输入学校或企业","请输入邮箱地址":"请输入邮箱地址","邮箱格式不正确":"邮箱格式不正确","请输入邮箱":"请输入邮箱","请输入邮箱验证码":"请输入邮箱验证码","邮箱登录":"邮箱登录","邮箱注册":"邮箱注册","手机号注册":"手机号注册","用户名":"请输入用户名","密码":"密码","手机号":"手机号","确认密码":"确认密码","用户名称":"用户名称","您输入的手机号已绑定过以下账号,绑定到该账号将自动解绑原绑定账户,是否确定?":"您输入的手机号已绑定过以下账号,绑定到该账号将自动解绑原绑定账户,是否确定?","绑定手机":"绑定手机","请选择学校或企业":"请选择学校或企业","安全提醒:检测到当前手机号已绑定多个账号,且部分账号已超过一年未登录。为保障账户安全,这些长期未登录的账号将自动解除手机号绑定。":"安全提醒:检测到当前手机号已绑定多个账号,且部分账号已超过一年未登录。为保障账户安全,这些长期未登录的账号将自动解除手机号绑定。","安全提醒:检测到当前手机号已绑定多个账号。为保障账户安全,本次登录后,未选择的账号将自动解除手机号绑定。":"安全提醒:检测到当前手机号已绑定多个账号。为保障账户安全,本次登录后,未选择的账号将自动解除手机号绑定。","微信或App扫码均可登录":"微信或App扫码均可登录","你当前的微信暂未绑定账号或手机号,需先完成绑定,后续登录将无需重复验证,直接进入即可~":"你当前的微信暂未绑定账号或手机号,需先完成绑定,后续登录将无需重复验证,直接进入即可~","微信绑定":"微信绑定","密码不能为空":"密码不能为空",",":",","已扫码":"已扫码","请在手机上确认":"请在手机上确认","重新扫码":"重新扫码","二维码已过期":"二维码已过期","请点击下方按钮刷新":"请点击下方按钮刷新","重新生成":"重新生成","微信绑定成功":"微信绑定成功","微信扫码进行账号绑定":"微信扫码进行账号绑定","关闭":"关闭","请先选择要登录的账号":"请先选择要登录的账号","当前登录方式有多个账号,请选择登录账号":"当前登录方式有多个账号,请选择登录账号","其他账号合并到该账号":"其他账号合并到该账号","继续":"继续","根据系统账号管理规则,仅同一类型的账号允许执行合并操作":"根据系统账号管理规则,仅同一类型的账号允许执行合并操作","用户类型":"用户类型"}');
|
|
36791
36793
|
;// ./src/utils/i18n.js
|
|
36792
36794
|
|
|
36793
36795
|
|
|
@@ -40076,10 +40078,10 @@ const improveInformation_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)
|
|
|
40076
40078
|
}));
|
|
40077
40079
|
;// ./src/components/userCenterLogin.vue?vue&type=script&lang=js
|
|
40078
40080
|
|
|
40079
|
-
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-64.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-64.use[1]!./node_modules/@vue/cli-service/node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-64.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-64.use[3]!./node_modules/@vue/cli-service/node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/userCenterLogin.vue?vue&type=style&index=0&id=
|
|
40081
|
+
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-64.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-64.use[1]!./node_modules/@vue/cli-service/node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-64.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-64.use[3]!./node_modules/@vue/cli-service/node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/userCenterLogin.vue?vue&type=style&index=0&id=b6f19b42&lang=scss
|
|
40080
40082
|
// extracted by mini-css-extract-plugin
|
|
40081
40083
|
|
|
40082
|
-
;// ./src/components/userCenterLogin.vue?vue&type=style&index=0&id=
|
|
40084
|
+
;// ./src/components/userCenterLogin.vue?vue&type=style&index=0&id=b6f19b42&lang=scss
|
|
40083
40085
|
|
|
40084
40086
|
;// ./src/components/userCenterLogin.vue
|
|
40085
40087
|
|
|
@@ -40089,7 +40091,7 @@ const improveInformation_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)
|
|
|
40089
40091
|
;
|
|
40090
40092
|
|
|
40091
40093
|
|
|
40092
|
-
const userCenterLogin_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)(userCenterLoginvue_type_script_lang_js, [['render',
|
|
40094
|
+
const userCenterLogin_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)(userCenterLoginvue_type_script_lang_js, [['render',userCenterLoginvue_type_template_id_b6f19b42_render]])
|
|
40093
40095
|
|
|
40094
40096
|
/* harmony default export */ const userCenterLogin = (userCenterLogin_exports_);
|
|
40095
40097
|
;// ./index.js
|