icve-sso-vue3 0.0.21 → 0.0.22
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 +255 -148
- 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 +255 -148
- package/dist/icve-sso-vue3.umd.js.map +1 -1
- package/dist/icve-sso-vue3.umd.min.js +3 -3
- package/dist/icve-sso-vue3.umd.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -13333,6 +13333,29 @@ $({ target: 'Object', stat: true, arity: 2, forced: Object.assign !== assign },
|
|
|
13333
13333
|
});
|
|
13334
13334
|
|
|
13335
13335
|
|
|
13336
|
+
/***/ },
|
|
13337
|
+
|
|
13338
|
+
/***/ 9089
|
|
13339
|
+
(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
|
|
13340
|
+
|
|
13341
|
+
"use strict";
|
|
13342
|
+
|
|
13343
|
+
// TODO: Remove from `core-js@4`
|
|
13344
|
+
var $ = __webpack_require__(6518);
|
|
13345
|
+
var uncurryThis = __webpack_require__(9504);
|
|
13346
|
+
|
|
13347
|
+
var $Date = Date;
|
|
13348
|
+
var thisTimeValue = uncurryThis($Date.prototype.getTime);
|
|
13349
|
+
|
|
13350
|
+
// `Date.now` method
|
|
13351
|
+
// https://tc39.es/ecma262/#sec-date.now
|
|
13352
|
+
$({ target: 'Date', stat: true }, {
|
|
13353
|
+
now: function now() {
|
|
13354
|
+
return thisTimeValue(new $Date());
|
|
13355
|
+
}
|
|
13356
|
+
});
|
|
13357
|
+
|
|
13358
|
+
|
|
13336
13359
|
/***/ },
|
|
13337
13360
|
|
|
13338
13361
|
/***/ 9106
|
|
@@ -15591,7 +15614,7 @@ var es_array_concat = __webpack_require__(8706);
|
|
|
15591
15614
|
var es_function_name = __webpack_require__(2010);
|
|
15592
15615
|
;// external {"commonjs":"vue","commonjs2":"vue","root":"Vue"}
|
|
15593
15616
|
const external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject = require("vue");
|
|
15594
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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=
|
|
15617
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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=59cc3c32&scoped=true
|
|
15595
15618
|
|
|
15596
15619
|
|
|
15597
15620
|
|
|
@@ -15879,7 +15902,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
15879
15902
|
})
|
|
15880
15903
|
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)($data.defaultLang ? '提交' : 'Submit'), 1)])])])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true);
|
|
15881
15904
|
}
|
|
15882
|
-
;// ./src/components/userCenterCompleteInformation.vue?vue&type=template&id=
|
|
15905
|
+
;// ./src/components/userCenterCompleteInformation.vue?vue&type=template&id=59cc3c32&scoped=true
|
|
15883
15906
|
|
|
15884
15907
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.date.to-json.js
|
|
15885
15908
|
var es_date_to_json = __webpack_require__(739);
|
|
@@ -35761,7 +35784,7 @@ var api = init(defaultConverter, { path: '/' });
|
|
|
35761
35784
|
selectUserType: function selectUserType(value) {
|
|
35762
35785
|
var _this = this;
|
|
35763
35786
|
// 使用 Vue.set 确保响应式更新
|
|
35764
|
-
this
|
|
35787
|
+
this.form.userType = value;
|
|
35765
35788
|
|
|
35766
35789
|
// 清除表单验证状态,避免切换用户类型时已校验字段显示为未校验状态
|
|
35767
35790
|
this.$nextTick(function () {
|
|
@@ -35845,13 +35868,14 @@ var api = init(defaultConverter, { path: '/' });
|
|
|
35845
35868
|
_this6.form.displayName = _this6.form.displayName.replace(/\s/g, '');
|
|
35846
35869
|
_this6.form.employeeNumber = _this6.form.employeeNumber.replace(/\s/g, '');
|
|
35847
35870
|
_this6.form.isVerifyData = !!_this6.form.isEmptyPwd;
|
|
35871
|
+
_this6.form.token = api.get('token') || _this6.ssoToken;
|
|
35848
35872
|
var obj = JSON.parse(JSON.stringify(_this6.form));
|
|
35849
35873
|
obj.userType = obj.userType == 5 ? 1 : obj.userType == 6 ? 2 : obj.userType;
|
|
35850
35874
|
saveUserInfo(obj).then(function (res) {
|
|
35851
35875
|
if (res.data.code == 500) {
|
|
35852
35876
|
_this6.$message.warning(res.data.msg);
|
|
35853
35877
|
} else {
|
|
35854
|
-
_this6.$emit('completeInformation');
|
|
35878
|
+
_this6.$emit('completeInformation', res.data.data);
|
|
35855
35879
|
}
|
|
35856
35880
|
});
|
|
35857
35881
|
}
|
|
@@ -35861,10 +35885,10 @@ var api = init(defaultConverter, { path: '/' });
|
|
|
35861
35885
|
});
|
|
35862
35886
|
;// ./src/components/userCenterCompleteInformation.vue?vue&type=script&lang=js
|
|
35863
35887
|
|
|
35864
|
-
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/cli-service/node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.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=
|
|
35888
|
+
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/cli-service/node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.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=59cc3c32&lang=scss&scoped=true
|
|
35865
35889
|
// extracted by mini-css-extract-plugin
|
|
35866
35890
|
|
|
35867
|
-
;// ./src/components/userCenterCompleteInformation.vue?vue&type=style&index=0&id=
|
|
35891
|
+
;// ./src/components/userCenterCompleteInformation.vue?vue&type=style&index=0&id=59cc3c32&lang=scss&scoped=true
|
|
35868
35892
|
|
|
35869
35893
|
// EXTERNAL MODULE: ./node_modules/@vue/cli-service/node_modules/vue-loader/dist/exportHelper.js
|
|
35870
35894
|
var exportHelper = __webpack_require__(4621);
|
|
@@ -35876,72 +35900,72 @@ var exportHelper = __webpack_require__(4621);
|
|
|
35876
35900
|
;
|
|
35877
35901
|
|
|
35878
35902
|
|
|
35879
|
-
const __exports__ = /*#__PURE__*/(0,exportHelper/* default */.A)(userCenterCompleteInformationvue_type_script_lang_js, [['render',render],['__scopeId',"data-v-
|
|
35903
|
+
const __exports__ = /*#__PURE__*/(0,exportHelper/* default */.A)(userCenterCompleteInformationvue_type_script_lang_js, [['render',render],['__scopeId',"data-v-59cc3c32"]])
|
|
35880
35904
|
|
|
35881
35905
|
/* harmony default export */ const userCenterCompleteInformation = (__exports__);
|
|
35882
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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=
|
|
35906
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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=39b2aaaa
|
|
35883
35907
|
|
|
35884
35908
|
|
|
35885
35909
|
|
|
35886
35910
|
|
|
35887
35911
|
|
|
35888
|
-
var
|
|
35912
|
+
var userCenterLoginvue_type_template_id_39b2aaaa_hoisted_1 = {
|
|
35889
35913
|
key: 0,
|
|
35890
35914
|
"class": "icve-sso-login-bg"
|
|
35891
35915
|
};
|
|
35892
|
-
var
|
|
35916
|
+
var userCenterLoginvue_type_template_id_39b2aaaa_hoisted_2 = {
|
|
35893
35917
|
"class": "icve-sso-escrool"
|
|
35894
35918
|
};
|
|
35895
|
-
var
|
|
35919
|
+
var userCenterLoginvue_type_template_id_39b2aaaa_hoisted_3 = {
|
|
35896
35920
|
"class": "icve-sso-title-wrapper"
|
|
35897
35921
|
};
|
|
35898
|
-
var
|
|
35922
|
+
var userCenterLoginvue_type_template_id_39b2aaaa_hoisted_4 = {
|
|
35899
35923
|
"class": "icve-sso-title"
|
|
35900
35924
|
};
|
|
35901
|
-
var
|
|
35902
|
-
var
|
|
35925
|
+
var userCenterLoginvue_type_template_id_39b2aaaa_hoisted_5 = ["title"];
|
|
35926
|
+
var userCenterLoginvue_type_template_id_39b2aaaa_hoisted_6 = {
|
|
35903
35927
|
"class": "icve-sso-source_space"
|
|
35904
35928
|
};
|
|
35905
|
-
var
|
|
35929
|
+
var userCenterLoginvue_type_template_id_39b2aaaa_hoisted_7 = {
|
|
35906
35930
|
"class": "icve-sso-l"
|
|
35907
35931
|
};
|
|
35908
|
-
var
|
|
35932
|
+
var userCenterLoginvue_type_template_id_39b2aaaa_hoisted_8 = {
|
|
35909
35933
|
"class": "icve-sso-erm"
|
|
35910
35934
|
};
|
|
35911
|
-
var
|
|
35935
|
+
var userCenterLoginvue_type_template_id_39b2aaaa_hoisted_9 = {
|
|
35912
35936
|
"class": "icve-sso-ri"
|
|
35913
35937
|
};
|
|
35914
|
-
var
|
|
35938
|
+
var userCenterLoginvue_type_template_id_39b2aaaa_hoisted_10 = {
|
|
35915
35939
|
"class": "icve-sso-tabs"
|
|
35916
35940
|
};
|
|
35917
|
-
var
|
|
35918
|
-
var
|
|
35941
|
+
var userCenterLoginvue_type_template_id_39b2aaaa_hoisted_11 = ["title"];
|
|
35942
|
+
var userCenterLoginvue_type_template_id_39b2aaaa_hoisted_12 = {
|
|
35919
35943
|
"class": "icve-sso-customer"
|
|
35920
35944
|
};
|
|
35921
|
-
var
|
|
35945
|
+
var userCenterLoginvue_type_template_id_39b2aaaa_hoisted_13 = {
|
|
35922
35946
|
"class": "icve-sso-tip"
|
|
35923
35947
|
};
|
|
35924
|
-
var
|
|
35948
|
+
var userCenterLoginvue_type_template_id_39b2aaaa_hoisted_14 = {
|
|
35925
35949
|
key: 1,
|
|
35926
35950
|
"class": "icve-sso-djs"
|
|
35927
35951
|
};
|
|
35928
|
-
var
|
|
35952
|
+
var userCenterLoginvue_type_template_id_39b2aaaa_hoisted_15 = {
|
|
35929
35953
|
"class": "icve-sso-customer"
|
|
35930
35954
|
};
|
|
35931
|
-
var
|
|
35955
|
+
var userCenterLoginvue_type_template_id_39b2aaaa_hoisted_16 = {
|
|
35932
35956
|
"class": "icve-sso-tip"
|
|
35933
35957
|
};
|
|
35934
|
-
var
|
|
35958
|
+
var userCenterLoginvue_type_template_id_39b2aaaa_hoisted_17 = {
|
|
35935
35959
|
key: 1,
|
|
35936
35960
|
"class": "icve-sso-djs"
|
|
35937
35961
|
};
|
|
35938
|
-
var
|
|
35962
|
+
var userCenterLoginvue_type_template_id_39b2aaaa_hoisted_18 = {
|
|
35939
35963
|
"class": "icve-sso-customer"
|
|
35940
35964
|
};
|
|
35941
|
-
var
|
|
35965
|
+
var userCenterLoginvue_type_template_id_39b2aaaa_hoisted_19 = {
|
|
35942
35966
|
"class": "icve-sso-tip"
|
|
35943
35967
|
};
|
|
35944
|
-
var
|
|
35968
|
+
var userCenterLoginvue_type_template_id_39b2aaaa_hoisted_20 = {
|
|
35945
35969
|
"class": "icve-sso-footer1"
|
|
35946
35970
|
};
|
|
35947
35971
|
var _hoisted_21 = {
|
|
@@ -35984,127 +36008,130 @@ var _hoisted_32 = {
|
|
|
35984
36008
|
var _hoisted_33 = {
|
|
35985
36009
|
"class": "icve-sso-moreUserName"
|
|
35986
36010
|
};
|
|
35987
|
-
var _hoisted_34 =
|
|
35988
|
-
|
|
36011
|
+
var _hoisted_34 = ["onClick"];
|
|
36012
|
+
var _hoisted_35 = {
|
|
36013
|
+
"class": "icve-sso-tp"
|
|
35989
36014
|
};
|
|
35990
|
-
var _hoisted_35 = ["onClick"];
|
|
35991
36015
|
var _hoisted_36 = {
|
|
35992
36016
|
"class": "icve-sso-b"
|
|
35993
36017
|
};
|
|
35994
36018
|
var _hoisted_37 = {
|
|
35995
|
-
"class": "icve-sso-
|
|
36019
|
+
"class": "icve-sso-b"
|
|
35996
36020
|
};
|
|
35997
36021
|
var _hoisted_38 = {
|
|
35998
|
-
"class": "
|
|
36022
|
+
"class": "icve-sso-ree"
|
|
35999
36023
|
};
|
|
36000
36024
|
var _hoisted_39 = {
|
|
36025
|
+
"class": "custom-dialog-footer"
|
|
36026
|
+
};
|
|
36027
|
+
var _hoisted_40 = {
|
|
36001
36028
|
key: 2,
|
|
36002
36029
|
"class": "custom-dialog-overlay"
|
|
36003
36030
|
};
|
|
36004
|
-
var
|
|
36031
|
+
var _hoisted_41 = {
|
|
36005
36032
|
"class": "custom-dialog icve-sso-test icve-sso-test1"
|
|
36006
36033
|
};
|
|
36007
|
-
var
|
|
36034
|
+
var _hoisted_42 = {
|
|
36008
36035
|
"class": "custom-dialog-header"
|
|
36009
36036
|
};
|
|
36010
|
-
var
|
|
36037
|
+
var _hoisted_43 = {
|
|
36011
36038
|
"class": "custom-dialog-title"
|
|
36012
36039
|
};
|
|
36013
|
-
var
|
|
36040
|
+
var _hoisted_44 = {
|
|
36014
36041
|
"class": "custom-dialog-body"
|
|
36015
36042
|
};
|
|
36016
|
-
var
|
|
36043
|
+
var _hoisted_45 = {
|
|
36017
36044
|
"class": "custom-dialog-footer"
|
|
36018
36045
|
};
|
|
36019
|
-
var
|
|
36020
|
-
var
|
|
36046
|
+
var _hoisted_46 = ["disabled"];
|
|
36047
|
+
var _hoisted_47 = {
|
|
36021
36048
|
key: 3,
|
|
36022
36049
|
"class": "custom-dialog-overlay"
|
|
36023
36050
|
};
|
|
36024
|
-
var
|
|
36051
|
+
var _hoisted_48 = {
|
|
36025
36052
|
"class": "custom-dialog"
|
|
36026
36053
|
};
|
|
36027
|
-
var
|
|
36054
|
+
var _hoisted_49 = {
|
|
36028
36055
|
"class": "custom-dialog-header"
|
|
36029
36056
|
};
|
|
36030
|
-
var
|
|
36057
|
+
var _hoisted_50 = {
|
|
36031
36058
|
"class": "custom-dialog-title"
|
|
36032
36059
|
};
|
|
36033
|
-
var
|
|
36060
|
+
var _hoisted_51 = {
|
|
36034
36061
|
"class": "custom-dialog-body"
|
|
36035
36062
|
};
|
|
36036
|
-
var
|
|
36063
|
+
var _hoisted_52 = {
|
|
36037
36064
|
"class": "icve-sso-wxdl"
|
|
36038
36065
|
};
|
|
36039
|
-
var
|
|
36066
|
+
var _hoisted_53 = {
|
|
36040
36067
|
"class": "custom-dialog-footer"
|
|
36041
36068
|
};
|
|
36042
|
-
var
|
|
36069
|
+
var _hoisted_54 = {
|
|
36043
36070
|
key: 4,
|
|
36044
36071
|
"class": "custom-dialog-overlay"
|
|
36045
36072
|
};
|
|
36046
|
-
var
|
|
36073
|
+
var _hoisted_55 = {
|
|
36047
36074
|
"class": "custom-dialog icve-sso-test",
|
|
36048
36075
|
style: {
|
|
36049
36076
|
"width": "540px"
|
|
36050
36077
|
}
|
|
36051
36078
|
};
|
|
36052
|
-
var
|
|
36079
|
+
var _hoisted_56 = {
|
|
36053
36080
|
"class": "custom-dialog-header"
|
|
36054
36081
|
};
|
|
36055
|
-
var
|
|
36082
|
+
var _hoisted_57 = {
|
|
36056
36083
|
"class": "custom-dialog-title"
|
|
36057
36084
|
};
|
|
36058
|
-
var
|
|
36085
|
+
var _hoisted_58 = {
|
|
36059
36086
|
"class": "custom-dialog-body"
|
|
36060
36087
|
};
|
|
36061
|
-
var
|
|
36088
|
+
var _hoisted_59 = {
|
|
36062
36089
|
"class": "icve-sso-oneYearBeforeLogin"
|
|
36063
36090
|
};
|
|
36064
|
-
var
|
|
36091
|
+
var _hoisted_60 = {
|
|
36065
36092
|
"class": "icve-sso-user-card"
|
|
36066
36093
|
};
|
|
36067
|
-
var
|
|
36094
|
+
var _hoisted_61 = {
|
|
36068
36095
|
"class": "icve-sso-user-info"
|
|
36069
36096
|
};
|
|
36070
|
-
var
|
|
36097
|
+
var _hoisted_62 = {
|
|
36071
36098
|
"class": "icve-sso-user-name"
|
|
36072
36099
|
};
|
|
36073
|
-
var
|
|
36100
|
+
var _hoisted_63 = {
|
|
36074
36101
|
"class": "icve-sso-user-time"
|
|
36075
36102
|
};
|
|
36076
|
-
var
|
|
36103
|
+
var _hoisted_64 = {
|
|
36077
36104
|
"class": "custom-dialog-footer"
|
|
36078
36105
|
};
|
|
36079
|
-
var
|
|
36106
|
+
var _hoisted_65 = {
|
|
36080
36107
|
key: 5,
|
|
36081
36108
|
"class": "custom-dialog-overlay"
|
|
36082
36109
|
};
|
|
36083
|
-
var
|
|
36110
|
+
var _hoisted_66 = {
|
|
36084
36111
|
"class": "custom-dialog"
|
|
36085
36112
|
};
|
|
36086
|
-
var
|
|
36113
|
+
var _hoisted_67 = {
|
|
36087
36114
|
"class": "custom-dialog-header"
|
|
36088
36115
|
};
|
|
36089
|
-
var
|
|
36116
|
+
var _hoisted_68 = {
|
|
36090
36117
|
"class": "custom-dialog-title"
|
|
36091
36118
|
};
|
|
36092
|
-
var
|
|
36119
|
+
var _hoisted_69 = {
|
|
36093
36120
|
"class": "custom-dialog-body"
|
|
36094
36121
|
};
|
|
36095
|
-
var
|
|
36122
|
+
var _hoisted_70 = {
|
|
36096
36123
|
"class": "custom-dialog"
|
|
36097
36124
|
};
|
|
36098
|
-
var
|
|
36125
|
+
var _hoisted_71 = {
|
|
36099
36126
|
"class": "custom-dialog-header"
|
|
36100
36127
|
};
|
|
36101
|
-
var
|
|
36128
|
+
var _hoisted_72 = {
|
|
36102
36129
|
"class": "custom-dialog-title"
|
|
36103
36130
|
};
|
|
36104
|
-
var
|
|
36131
|
+
var _hoisted_73 = {
|
|
36105
36132
|
"class": "custom-dialog-body"
|
|
36106
36133
|
};
|
|
36107
|
-
function
|
|
36134
|
+
function userCenterLoginvue_type_template_id_39b2aaaa_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
36108
36135
|
var _component_QRCodeLogin = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("QRCodeLogin");
|
|
36109
36136
|
var _component_User = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("User");
|
|
36110
36137
|
var _component_el_icon = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("el-icon");
|
|
@@ -36120,19 +36147,19 @@ function userCenterLoginvue_type_template_id_da49a790_render(_ctx, _cache, $prop
|
|
|
36120
36147
|
var _component_improveInformation = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("improveInformation");
|
|
36121
36148
|
var _component_NationalitySelector = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("NationalitySelector");
|
|
36122
36149
|
var _component_verifyComponents = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("verifyComponents");
|
|
36123
|
-
return _ctx.loginShow ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div",
|
|
36150
|
+
return _ctx.loginShow ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div", userCenterLoginvue_type_template_id_39b2aaaa_hoisted_1, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", userCenterLoginvue_type_template_id_39b2aaaa_hoisted_2, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createVNode)(_component_el_scrollbar, {
|
|
36124
36151
|
style: {
|
|
36125
36152
|
"height": "100%"
|
|
36126
36153
|
}
|
|
36127
36154
|
}, {
|
|
36128
36155
|
"default": (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.withCtx)(function () {
|
|
36129
|
-
return [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div",
|
|
36156
|
+
return [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", userCenterLoginvue_type_template_id_39b2aaaa_hoisted_3, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", userCenterLoginvue_type_template_id_39b2aaaa_hoisted_4, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.wxRandom ? _ctx.i18n('微信绑定') : _ctx.i18n('欢迎登录')), 1), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", {
|
|
36130
36157
|
"class": "icve-sso-close-btn",
|
|
36131
36158
|
onClick: _cache[0] || (_cache[0] = function () {
|
|
36132
36159
|
return _ctx.closeLoginModal && _ctx.closeLoginModal.apply(_ctx, arguments);
|
|
36133
36160
|
}),
|
|
36134
36161
|
title: _ctx.i18n('关闭')
|
|
36135
|
-
}, toConsumableArray_toConsumableArray(_cache[
|
|
36162
|
+
}, toConsumableArray_toConsumableArray(_cache[29] || (_cache[29] = [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("svg", {
|
|
36136
36163
|
width: "34",
|
|
36137
36164
|
height: "34",
|
|
36138
36165
|
viewBox: "0 0 24 24",
|
|
@@ -36144,11 +36171,11 @@ function userCenterLoginvue_type_template_id_da49a790_render(_ctx, _cache, $prop
|
|
|
36144
36171
|
"stroke-width": "2",
|
|
36145
36172
|
"stroke-linecap": "round",
|
|
36146
36173
|
"stroke-linejoin": "round"
|
|
36147
|
-
})], -1)])), 8,
|
|
36174
|
+
})], -1)])), 8, userCenterLoginvue_type_template_id_39b2aaaa_hoisted_5)]), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", userCenterLoginvue_type_template_id_39b2aaaa_hoisted_6, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", userCenterLoginvue_type_template_id_39b2aaaa_hoisted_7, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", userCenterLoginvue_type_template_id_39b2aaaa_hoisted_8, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createVNode)(_component_QRCodeLogin, {
|
|
36148
36175
|
onLoginSuccess: _ctx.wxLoginSuccess
|
|
36149
|
-
}, null, 8, ["onLoginSuccess"])])]), _cache[
|
|
36176
|
+
}, null, 8, ["onLoginSuccess"])])]), _cache[33] || (_cache[33] = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", {
|
|
36150
36177
|
"class": "icve-sso-xian"
|
|
36151
|
-
}, null, -1)), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div",
|
|
36178
|
+
}, null, -1)), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", userCenterLoginvue_type_template_id_39b2aaaa_hoisted_9, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", userCenterLoginvue_type_template_id_39b2aaaa_hoisted_10, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("span", {
|
|
36152
36179
|
"class": (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.normalizeClass)(_ctx.tab == 2 ? 'icve-sso-spanActive' : ''),
|
|
36153
36180
|
onClick: _cache[1] || (_cache[1] = function ($event) {
|
|
36154
36181
|
return _ctx.handleClick(2);
|
|
@@ -36166,10 +36193,10 @@ function userCenterLoginvue_type_template_id_da49a790_render(_ctx, _cache, $prop
|
|
|
36166
36193
|
}, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("a", {
|
|
36167
36194
|
title: _ctx.i18n('中->英'),
|
|
36168
36195
|
href: "#"
|
|
36169
|
-
}, toConsumableArray_toConsumableArray(_cache[
|
|
36196
|
+
}, toConsumableArray_toConsumableArray(_cache[30] || (_cache[30] = [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("img", {
|
|
36170
36197
|
alt: "",
|
|
36171
36198
|
src: "https://file.icve.com.cn/rc/927/697/E7CAE67C9BE854D9BB773D4AC5A6940D.png"
|
|
36172
|
-
}, null, -1)])), 8,
|
|
36199
|
+
}, null, -1)])), 8, userCenterLoginvue_type_template_id_39b2aaaa_hoisted_11)]), _cache[31] || (_cache[31] = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", {
|
|
36173
36200
|
"class": "icve-sso-xian1"
|
|
36174
36201
|
}, null, -1))]), _ctx.tab == 1 ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createBlock)(_component_el_form, {
|
|
36175
36202
|
ref: "form",
|
|
@@ -36246,7 +36273,7 @@ function userCenterLoginvue_type_template_id_da49a790_render(_ctx, _cache, $prop
|
|
|
36246
36273
|
onClick: _cache[6] || (_cache[6] = function () {
|
|
36247
36274
|
return _ctx.login && _ctx.login.apply(_ctx, arguments);
|
|
36248
36275
|
})
|
|
36249
|
-
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.wxRandom ? _ctx.i18n('账号绑定') : _ctx.i18n('登录')), 1), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div",
|
|
36276
|
+
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.wxRandom ? _ctx.i18n('账号绑定') : _ctx.i18n('登录')), 1), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", userCenterLoginvue_type_template_id_39b2aaaa_hoisted_12, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", userCenterLoginvue_type_template_id_39b2aaaa_hoisted_13, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("span", null, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.i18n('手机号登录新用户自动注册')), 1)])])];
|
|
36250
36277
|
}),
|
|
36251
36278
|
_: 1
|
|
36252
36279
|
}, 8, ["model"])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true), _ctx.tab == 2 && _ctx.currentLocale == 'cn' ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createBlock)(_component_el_form, {
|
|
@@ -36307,7 +36334,7 @@ function userCenterLoginvue_type_template_id_da49a790_render(_ctx, _cache, $prop
|
|
|
36307
36334
|
prop: "msgCode"
|
|
36308
36335
|
}, {
|
|
36309
36336
|
"default": (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.withCtx)(function () {
|
|
36310
|
-
return [_cache[
|
|
36337
|
+
return [_cache[32] || (_cache[32] = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("img", {
|
|
36311
36338
|
alt: "",
|
|
36312
36339
|
"class": "icve-sso-code",
|
|
36313
36340
|
src: "https://file.icve.com.cn/rc/737/546/B8588913D6F3ACDCC1275979123080D6.png"
|
|
@@ -36324,7 +36351,7 @@ function userCenterLoginvue_type_template_id_da49a790_render(_ctx, _cache, $prop
|
|
|
36324
36351
|
onClick: _cache[10] || (_cache[10] = function () {
|
|
36325
36352
|
return _ctx.obtain && _ctx.obtain.apply(_ctx, arguments);
|
|
36326
36353
|
})
|
|
36327
|
-
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.i18n('获取验证码')), 1)) : ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div",
|
|
36354
|
+
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.i18n('获取验证码')), 1)) : ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div", userCenterLoginvue_type_template_id_39b2aaaa_hoisted_14, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.sms_time_count + _ctx.i18n('秒重获')), 1))];
|
|
36328
36355
|
}),
|
|
36329
36356
|
_: 1
|
|
36330
36357
|
}, 8, ["class", "rules"]), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createVNode)(_component_agreement, {
|
|
@@ -36336,7 +36363,7 @@ function userCenterLoginvue_type_template_id_da49a790_render(_ctx, _cache, $prop
|
|
|
36336
36363
|
onClick: _cache[11] || (_cache[11] = function () {
|
|
36337
36364
|
return _ctx.phonVerify && _ctx.phonVerify.apply(_ctx, arguments);
|
|
36338
36365
|
})
|
|
36339
|
-
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.wxRandom ? _ctx.i18n('账号绑定') : _ctx.i18n('登录')), 1), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div",
|
|
36366
|
+
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.wxRandom ? _ctx.i18n('账号绑定') : _ctx.i18n('登录')), 1), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", userCenterLoginvue_type_template_id_39b2aaaa_hoisted_15, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", userCenterLoginvue_type_template_id_39b2aaaa_hoisted_16, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("span", null, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.i18n('手机号登录新用户自动注册')), 1)])])];
|
|
36340
36367
|
}),
|
|
36341
36368
|
_: 1
|
|
36342
36369
|
}, 8, ["model"])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true), _ctx.tab == 2 && _ctx.currentLocale == 'en' ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createBlock)(_component_el_form, {
|
|
@@ -36389,7 +36416,7 @@ function userCenterLoginvue_type_template_id_da49a790_render(_ctx, _cache, $prop
|
|
|
36389
36416
|
onClick: _cache[14] || (_cache[14] = function () {
|
|
36390
36417
|
return _ctx.emailObtain && _ctx.emailObtain.apply(_ctx, arguments);
|
|
36391
36418
|
})
|
|
36392
|
-
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.i18n('获取验证码')), 1)) : ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div",
|
|
36419
|
+
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.i18n('获取验证码')), 1)) : ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div", userCenterLoginvue_type_template_id_39b2aaaa_hoisted_17, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.sms_time_count + _ctx.i18n('秒重获')), 1))];
|
|
36393
36420
|
}),
|
|
36394
36421
|
_: 1
|
|
36395
36422
|
}, 8, ["rules"]), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createVNode)(_component_agreement, {
|
|
@@ -36401,10 +36428,10 @@ function userCenterLoginvue_type_template_id_da49a790_render(_ctx, _cache, $prop
|
|
|
36401
36428
|
onClick: _cache[15] || (_cache[15] = function () {
|
|
36402
36429
|
return _ctx.emailLogin && _ctx.emailLogin.apply(_ctx, arguments);
|
|
36403
36430
|
})
|
|
36404
|
-
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.wxRandom ? _ctx.i18n('账号绑定') : _ctx.i18n('登录')), 1), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div",
|
|
36431
|
+
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.wxRandom ? _ctx.i18n('账号绑定') : _ctx.i18n('登录')), 1), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", userCenterLoginvue_type_template_id_39b2aaaa_hoisted_18, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", userCenterLoginvue_type_template_id_39b2aaaa_hoisted_19, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("span", null, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.i18n('邮箱登录新用户自动注册')), 1)])])];
|
|
36405
36432
|
}),
|
|
36406
36433
|
_: 1
|
|
36407
|
-
}, 8, ["model"])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true)])]), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div",
|
|
36434
|
+
}, 8, ["model"])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true)])]), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", userCenterLoginvue_type_template_id_39b2aaaa_hoisted_20, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", _hoisted_21, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.footMsg), 1), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", _hoisted_22, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.footMsg1), 1)])];
|
|
36408
36435
|
}),
|
|
36409
36436
|
_: 1
|
|
36410
36437
|
})]), _ctx.testShow ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div", {
|
|
@@ -36418,15 +36445,15 @@ function userCenterLoginvue_type_template_id_da49a790_render(_ctx, _cache, $prop
|
|
|
36418
36445
|
onClick: _cache[16] || (_cache[16] = function () {
|
|
36419
36446
|
return _ctx.handleClose && _ctx.handleClose.apply(_ctx, arguments);
|
|
36420
36447
|
})
|
|
36421
|
-
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.i18n('确定')), 1)])])])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true), _ctx.isMultipleAccountShow ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div", _hoisted_28, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", _hoisted_29, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", _hoisted_30, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("h3", _hoisted_31, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.i18n('
|
|
36448
|
+
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.i18n('确定')), 1)])])])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true), _ctx.isMultipleAccountShow ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div", _hoisted_28, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", _hoisted_29, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", _hoisted_30, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("h3", _hoisted_31, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.i18n('当前登录方式有多个账号,请选择登录账号')), 1)]), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", _hoisted_32, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", _hoisted_33, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("ul", null, [((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(true), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)(external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.Fragment, null, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.renderList)(_ctx.accountList, function (i, idx) {
|
|
36422
36449
|
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("li", {
|
|
36423
36450
|
key: i.id
|
|
36424
|
-
}, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div",
|
|
36425
|
-
"class": "icve-sso-
|
|
36451
|
+
}, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", {
|
|
36452
|
+
"class": "icve-sso-lee",
|
|
36426
36453
|
onClick: function onClick($event) {
|
|
36427
36454
|
return _ctx.phonechange(i.userName);
|
|
36428
36455
|
}
|
|
36429
|
-
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(i.userName),
|
|
36456
|
+
}, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", _hoisted_35, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(i.userName), 1), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", _hoisted_36, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.i18n('用户类型')) + ":" + (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(i.userType || '--'), 1), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", _hoisted_37, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.i18n('最后登录时间')) + ":" + (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(i.dateLastVisit || '--'), 1)], 8, _hoisted_34), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", _hoisted_38, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createVNode)(_component_el_checkbox, {
|
|
36430
36457
|
modelValue: i.checked,
|
|
36431
36458
|
"onUpdate:modelValue": function onUpdateModelValue($event) {
|
|
36432
36459
|
return i.checked = $event;
|
|
@@ -36435,44 +36462,49 @@ function userCenterLoginvue_type_template_id_da49a790_render(_ctx, _cache, $prop
|
|
|
36435
36462
|
return _ctx.inverseSelected(i, idx);
|
|
36436
36463
|
}
|
|
36437
36464
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "onChange"])])]);
|
|
36438
|
-
}), 128))])])]), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div",
|
|
36465
|
+
}), 128))])])]), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", _hoisted_39, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("button", {
|
|
36466
|
+
"class": "custom-plain-button",
|
|
36467
|
+
onClick: _cache[18] || (_cache[18] = function ($event) {
|
|
36468
|
+
return _ctx.multipleAccountSubmit(false);
|
|
36469
|
+
})
|
|
36470
|
+
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.i18n('继续')), 1), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("button", {
|
|
36439
36471
|
"class": "custom-primary-button",
|
|
36440
|
-
onClick: _cache[
|
|
36441
|
-
return _ctx.multipleAccountSubmit
|
|
36472
|
+
onClick: _cache[19] || (_cache[19] = function ($event) {
|
|
36473
|
+
return _ctx.multipleAccountSubmit(true);
|
|
36442
36474
|
})
|
|
36443
|
-
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.i18n('
|
|
36475
|
+
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.i18n('其他账号合并到该账号')), 1)])])])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true), _ctx.ishbzhShow ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div", _hoisted_40, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", _hoisted_41, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", _hoisted_42, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("h3", _hoisted_43, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.i18n('提示')), 1)]), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", _hoisted_44, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createTextVNode)((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.i18n('检测到该手机号绑定了多个账号,账号名称为:')) + " ", 1), ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(true), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)(external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.Fragment, null, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.renderList)(_ctx.accountList, function (i, j) {
|
|
36444
36476
|
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("span", {
|
|
36445
36477
|
key: j
|
|
36446
36478
|
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(i.userName.replace(/^(.{2}).+(.)/, '$1**$2')) + "(" + (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(i.userType) + "),", 1);
|
|
36447
|
-
}), 128)), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createTextVNode)(" " + (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.i18n('建议您合并多余账号')), 1)]), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div",
|
|
36479
|
+
}), 128)), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createTextVNode)(" " + (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.i18n('建议您合并多余账号')), 1)]), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", _hoisted_45, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("button", {
|
|
36448
36480
|
"class": "custom-plain-button",
|
|
36449
|
-
onClick: _cache[
|
|
36481
|
+
onClick: _cache[20] || (_cache[20] = function ($event) {
|
|
36450
36482
|
_ctx.ishbzhShow = false;
|
|
36451
36483
|
_ctx.isMultipleAccountShow = true;
|
|
36452
36484
|
})
|
|
36453
36485
|
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.i18n('继续登录')), 1), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("button", {
|
|
36454
36486
|
"class": "custom-primary-button",
|
|
36455
36487
|
disabled: !_ctx.isMerged,
|
|
36456
|
-
onClick: _cache[
|
|
36488
|
+
onClick: _cache[21] || (_cache[21] = function () {
|
|
36457
36489
|
return _ctx.hbtiaozhuan && _ctx.hbtiaozhuan.apply(_ctx, arguments);
|
|
36458
36490
|
})
|
|
36459
|
-
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.i18n('合并账号')), 9,
|
|
36491
|
+
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.i18n('合并账号')), 9, _hoisted_46)])])])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true), _ctx.bdwxShow ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div", _hoisted_47, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", _hoisted_48, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", _hoisted_49, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("h3", _hoisted_50, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.i18n('微信绑定')), 1)]), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", _hoisted_51, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", _hoisted_52, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createVNode)(_component_QRCodeLogin, {
|
|
36460
36492
|
onLoginSuccess: _ctx.wxLoginSuccess,
|
|
36461
36493
|
bdwxShow: _ctx.bdwxShow
|
|
36462
|
-
}, null, 8, ["onLoginSuccess", "bdwxShow"])])]), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div",
|
|
36494
|
+
}, null, 8, ["onLoginSuccess", "bdwxShow"])])]), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", _hoisted_53, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("button", {
|
|
36463
36495
|
"class": "custom-plain-button",
|
|
36464
|
-
onClick: _cache[
|
|
36496
|
+
onClick: _cache[22] || (_cache[22] = function () {
|
|
36465
36497
|
return _ctx.bztx && _ctx.bztx.apply(_ctx, arguments);
|
|
36466
36498
|
})
|
|
36467
36499
|
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.i18n('不再提醒')), 1), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("button", {
|
|
36468
36500
|
"class": "custom-primary-button",
|
|
36469
|
-
onClick: _cache[
|
|
36501
|
+
onClick: _cache[23] || (_cache[23] = function () {
|
|
36470
36502
|
return _ctx.xcbd && _ctx.xcbd.apply(_ctx, arguments);
|
|
36471
36503
|
})
|
|
36472
|
-
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.i18n('下次绑定')), 1)])])])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true), _ctx.isOneYearBeforeLogin ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div",
|
|
36504
|
+
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.i18n('下次绑定')), 1)])])])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true), _ctx.isOneYearBeforeLogin ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div", _hoisted_54, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", _hoisted_55, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", _hoisted_56, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("h3", _hoisted_57, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.i18n('安全提醒:检测到当前手机号已绑定多个账号,且部分账号已超过一年未登录。为保障账户安全,这些长期未登录的账号将自动解除手机号绑定。')), 1)]), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", _hoisted_58, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", _hoisted_59, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("ul", null, [((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(true), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)(external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.Fragment, null, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.renderList)(_ctx.userList, function (i, idx) {
|
|
36473
36505
|
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("li", {
|
|
36474
36506
|
key: idx
|
|
36475
|
-
}, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div",
|
|
36507
|
+
}, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", _hoisted_60, [_cache[35] || (_cache[35] = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createStaticVNode)("<div class=\"icve-sso-user-avatar\"><svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"20\" cy=\"20\" r=\"20\" fill=\"#E8F0FE\"></circle><path d=\"M20 20C22.7614 20 25 17.7614 25 15C25 12.2386 22.7614 10 20 10C17.2386 10 15 12.2386 15 15C15 17.7614 17.2386 20 20 20Z\" fill=\"#004B90\"></path><path d=\"M28 30C28 25.5817 24.4183 22 20 22C15.5817 22 12 25.5817 12 30\" stroke=\"#004B90\" stroke-width=\"2\" stroke-linecap=\"round\"></path></svg></div>", 1)), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", _hoisted_61, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", _hoisted_62, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(i.userName), 1), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", _hoisted_63, [_cache[34] || (_cache[34] = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("svg", {
|
|
36476
36508
|
width: "14",
|
|
36477
36509
|
height: "14",
|
|
36478
36510
|
viewBox: "0 0 14 14",
|
|
@@ -36491,33 +36523,33 @@ function userCenterLoginvue_type_template_id_da49a790_render(_ctx, _cache, $prop
|
|
|
36491
36523
|
"stroke-linecap": "round",
|
|
36492
36524
|
"stroke-linejoin": "round"
|
|
36493
36525
|
})], -1)), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("span", null, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.i18n('最后登录时间')) + ": " + (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(i.dateLastVisit || '--'), 1)])])])]);
|
|
36494
|
-
}), 128))])])]), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div",
|
|
36526
|
+
}), 128))])])]), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", _hoisted_64, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("button", {
|
|
36495
36527
|
"class": "custom-primary-button",
|
|
36496
|
-
onClick: _cache[
|
|
36528
|
+
onClick: _cache[24] || (_cache[24] = function () {
|
|
36497
36529
|
return _ctx.oneYearBeforeLogin && _ctx.oneYearBeforeLogin.apply(_ctx, arguments);
|
|
36498
36530
|
})
|
|
36499
|
-
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.i18n('确定')), 1)])])])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true), _ctx.phoneBindShow ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div",
|
|
36531
|
+
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.i18n('确定')), 1)])])])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true), _ctx.phoneBindShow ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div", _hoisted_65, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", _hoisted_66, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", _hoisted_67, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("h3", _hoisted_68, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.i18n('手机绑定')), 1)]), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", _hoisted_69, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createVNode)(_component_MobileBinding, {
|
|
36500
36532
|
userId: _ctx.userId,
|
|
36501
36533
|
mobileType: _ctx.mobileType,
|
|
36502
|
-
onLoginSuccess: _cache[
|
|
36534
|
+
onLoginSuccess: _cache[25] || (_cache[25] = function ($event) {
|
|
36503
36535
|
return _ctx.loginSuccess(_ctx.tzToken);
|
|
36504
36536
|
})
|
|
36505
36537
|
}, null, 8, ["userId", "mobileType"])])])])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true), _ctx.editPasswordShow ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div", {
|
|
36506
36538
|
key: 6,
|
|
36507
36539
|
"class": "custom-dialog-overlay",
|
|
36508
|
-
onClick: _cache[
|
|
36540
|
+
onClick: _cache[27] || (_cache[27] = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.withModifiers)(function () {
|
|
36509
36541
|
return _ctx.xcbd && _ctx.xcbd.apply(_ctx, arguments);
|
|
36510
36542
|
}, ["self"]))
|
|
36511
|
-
}, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div",
|
|
36543
|
+
}, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", _hoisted_70, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", _hoisted_71, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("h3", _hoisted_72, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.isWeakPwd ? _ctx.i18n('您当前设置的密码强度不足,存在安全风险,请尽快修改为更复杂的密码。') : _ctx.i18n('首次登录完善基本信息')), 1)]), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", _hoisted_73, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createVNode)(_component_improveInformation, {
|
|
36512
36544
|
weakPwd: _ctx.isWeakPwd,
|
|
36513
36545
|
tzToken: _ctx.tzToken,
|
|
36514
|
-
onLoginSuccess: _cache[
|
|
36546
|
+
onLoginSuccess: _cache[26] || (_cache[26] = function ($event) {
|
|
36515
36547
|
return _ctx.loginSuccess(_ctx.tzToken);
|
|
36516
36548
|
})
|
|
36517
36549
|
}, null, 8, ["weakPwd", "tzToken"])])])])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createVNode)(_component_NationalitySelector, {
|
|
36518
36550
|
value: _ctx.nationalityModalShow,
|
|
36519
36551
|
onChange: _ctx.handleNationalityChange,
|
|
36520
|
-
onClose: _cache[
|
|
36552
|
+
onClose: _cache[28] || (_cache[28] = function ($event) {
|
|
36521
36553
|
return _ctx.nationalityModalShow = false;
|
|
36522
36554
|
})
|
|
36523
36555
|
}, null, 8, ["value", "onChange"]), _ctx.loadLanguage ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createBlock)(_component_verifyComponents, {
|
|
@@ -36526,7 +36558,7 @@ function userCenterLoginvue_type_template_id_da49a790_render(_ctx, _cache, $prop
|
|
|
36526
36558
|
onSuccess: _ctx.CaptchaSuccess
|
|
36527
36559
|
}, null, 8, ["onSuccess"])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true)])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true);
|
|
36528
36560
|
}
|
|
36529
|
-
;// ./src/components/userCenterLogin.vue?vue&type=template&id=
|
|
36561
|
+
;// ./src/components/userCenterLogin.vue?vue&type=template&id=39b2aaaa
|
|
36530
36562
|
|
|
36531
36563
|
;// ./node_modules/@babel/runtime/helpers/esm/regeneratorDefine.js
|
|
36532
36564
|
|
|
@@ -36735,9 +36767,9 @@ function agreementvue_type_template_id_13fe3570_scoped_true_render(_ctx, _cache,
|
|
|
36735
36767
|
;// ./src/components/agreement.vue?vue&type=template&id=13fe3570&scoped=true
|
|
36736
36768
|
|
|
36737
36769
|
;// ./src/components/locales/en.json
|
|
36738
|
-
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","手机号绑定":"Phone number binding","下次绑定":"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"}');
|
|
36770
|
+
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","手机号绑定":"Phone number binding","下次绑定":"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"}');
|
|
36739
36771
|
;// ./src/components/locales/zh-CN.json
|
|
36740
|
-
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扫码均可登录","你当前的微信暂未绑定账号或手机号,需先完成绑定,后续登录将无需重复验证,直接进入即可~":"你当前的微信暂未绑定账号或手机号,需先完成绑定,后续登录将无需重复验证,直接进入即可~","微信绑定":"微信绑定","密码不能为空":"密码不能为空",",":",","已扫码":"已扫码","请在手机上确认":"请在手机上确认","重新扫码":"重新扫码","二维码已过期":"二维码已过期","请点击下方按钮刷新":"请点击下方按钮刷新","重新生成":"重新生成","微信绑定成功":"微信绑定成功","微信扫码进行账号绑定":"微信扫码进行账号绑定","关闭":"关闭","请先选择要登录的账号":"请先选择要登录的账号"}');
|
|
36772
|
+
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扫码均可登录","你当前的微信暂未绑定账号或手机号,需先完成绑定,后续登录将无需重复验证,直接进入即可~":"你当前的微信暂未绑定账号或手机号,需先完成绑定,后续登录将无需重复验证,直接进入即可~","微信绑定":"微信绑定","密码不能为空":"密码不能为空",",":",","已扫码":"已扫码","请在手机上确认":"请在手机上确认","重新扫码":"重新扫码","二维码已过期":"二维码已过期","请点击下方按钮刷新":"请点击下方按钮刷新","重新生成":"重新生成","微信绑定成功":"微信绑定成功","微信扫码进行账号绑定":"微信扫码进行账号绑定","关闭":"关闭","请先选择要登录的账号":"请先选择要登录的账号","当前登录方式有多个账号,请选择登录账号":"当前登录方式有多个账号,请选择登录账号","其他账号合并到该账号":"其他账号合并到该账号","继续":"继续","根据系统账号管理规则,仅同一类型的账号允许执行合并操作":"根据系统账号管理规则,仅同一类型的账号允许执行合并操作","用户类型":"用户类型"}');
|
|
36741
36773
|
;// ./src/utils/i18n.js
|
|
36742
36774
|
|
|
36743
36775
|
|
|
@@ -37770,73 +37802,148 @@ const AliyunCaptchaModal_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)
|
|
|
37770
37802
|
const verifyComponents_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)(verifyComponentsvue_type_script_lang_js, [['render',verifyComponentsvue_type_template_id_7d804fae_render]])
|
|
37771
37803
|
|
|
37772
37804
|
/* harmony default export */ const verifyComponents = (verifyComponents_exports_);
|
|
37773
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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/QRCodeLogin.vue?vue&type=template&id=
|
|
37805
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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/QRCodeLogin.vue?vue&type=template&id=b28c2774&scoped=true
|
|
37774
37806
|
|
|
37775
|
-
var
|
|
37807
|
+
var QRCodeLoginvue_type_template_id_b28c2774_scoped_true_hoisted_1 = {
|
|
37776
37808
|
"class": "qr-code-wrapper"
|
|
37777
37809
|
};
|
|
37778
|
-
var
|
|
37779
|
-
var
|
|
37810
|
+
var QRCodeLoginvue_type_template_id_b28c2774_scoped_true_hoisted_2 = ["id"];
|
|
37811
|
+
var QRCodeLoginvue_type_template_id_b28c2774_scoped_true_hoisted_3 = {
|
|
37780
37812
|
key: 0,
|
|
37781
37813
|
"class": "qr-login-overlay"
|
|
37782
37814
|
};
|
|
37783
|
-
var
|
|
37815
|
+
var QRCodeLoginvue_type_template_id_b28c2774_scoped_true_hoisted_4 = {
|
|
37784
37816
|
key: 0,
|
|
37785
37817
|
"class": "overlay-content"
|
|
37786
37818
|
};
|
|
37787
|
-
var
|
|
37819
|
+
var QRCodeLoginvue_type_template_id_b28c2774_scoped_true_hoisted_5 = {
|
|
37788
37820
|
"class": "overlay-text"
|
|
37789
37821
|
};
|
|
37790
|
-
var
|
|
37822
|
+
var QRCodeLoginvue_type_template_id_b28c2774_scoped_true_hoisted_6 = {
|
|
37791
37823
|
"class": "overlay-tip"
|
|
37792
37824
|
};
|
|
37793
|
-
var
|
|
37825
|
+
var QRCodeLoginvue_type_template_id_b28c2774_scoped_true_hoisted_7 = {
|
|
37794
37826
|
key: 1,
|
|
37795
37827
|
"class": "overlay-content"
|
|
37796
37828
|
};
|
|
37797
|
-
var
|
|
37829
|
+
var QRCodeLoginvue_type_template_id_b28c2774_scoped_true_hoisted_8 = {
|
|
37798
37830
|
"class": "overlay-text",
|
|
37799
37831
|
style: {
|
|
37800
37832
|
"color": "red"
|
|
37801
37833
|
}
|
|
37802
37834
|
};
|
|
37803
|
-
var
|
|
37835
|
+
var QRCodeLoginvue_type_template_id_b28c2774_scoped_true_hoisted_9 = {
|
|
37804
37836
|
"class": "overlay-tip"
|
|
37805
37837
|
};
|
|
37806
|
-
var
|
|
37838
|
+
var QRCodeLoginvue_type_template_id_b28c2774_scoped_true_hoisted_10 = {
|
|
37807
37839
|
"class": "qr-tip"
|
|
37808
37840
|
};
|
|
37809
|
-
var
|
|
37841
|
+
var QRCodeLoginvue_type_template_id_b28c2774_scoped_true_hoisted_11 = {
|
|
37810
37842
|
key: 0,
|
|
37811
37843
|
"class": "bind-tip"
|
|
37812
37844
|
};
|
|
37813
|
-
function
|
|
37845
|
+
function QRCodeLoginvue_type_template_id_b28c2774_scoped_true_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
37814
37846
|
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div", {
|
|
37815
|
-
"class": (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.normalizeClass)([
|
|
37847
|
+
"class": (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.normalizeClass)([{
|
|
37816
37848
|
'qr-login-container1': $props.bdwxShow
|
|
37817
|
-
}])
|
|
37818
|
-
}, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div",
|
|
37819
|
-
id: "qrcode-container-".concat(
|
|
37820
|
-
}, null, 8,
|
|
37849
|
+
}, "qr-login-container"])
|
|
37850
|
+
}, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", QRCodeLoginvue_type_template_id_b28c2774_scoped_true_hoisted_1, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", {
|
|
37851
|
+
id: "qrcode-container-".concat($data.uniqueId)
|
|
37852
|
+
}, null, 8, QRCodeLoginvue_type_template_id_b28c2774_scoped_true_hoisted_2), $data.loginStatus == 1 || $data.loginStatus == 3 ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div", QRCodeLoginvue_type_template_id_b28c2774_scoped_true_hoisted_3, [$data.loginStatus == 1 ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div", QRCodeLoginvue_type_template_id_b28c2774_scoped_true_hoisted_4, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("p", QRCodeLoginvue_type_template_id_b28c2774_scoped_true_hoisted_5, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)($options.i18n('已扫码')), 1), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("p", QRCodeLoginvue_type_template_id_b28c2774_scoped_true_hoisted_6, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)($options.i18n('请在手机上确认')), 1), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("button", {
|
|
37821
37853
|
"class": "rescan-btn",
|
|
37822
37854
|
onClick: _cache[0] || (_cache[0] = function () {
|
|
37823
37855
|
return $options.handleRescanQrCode && $options.handleRescanQrCode.apply($options, arguments);
|
|
37824
37856
|
})
|
|
37825
|
-
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)($options.i18n('重新扫码')), 1)])) : $data.loginStatus == 3 ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div",
|
|
37857
|
+
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)($options.i18n('重新扫码')), 1)])) : $data.loginStatus == 3 ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div", QRCodeLoginvue_type_template_id_b28c2774_scoped_true_hoisted_7, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("p", QRCodeLoginvue_type_template_id_b28c2774_scoped_true_hoisted_8, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)($options.i18n('二维码已过期')), 1), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("p", QRCodeLoginvue_type_template_id_b28c2774_scoped_true_hoisted_9, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)($options.i18n('请点击下方按钮刷新')), 1), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("button", {
|
|
37826
37858
|
"class": "rescan-btn",
|
|
37827
37859
|
onClick: _cache[1] || (_cache[1] = function () {
|
|
37828
37860
|
return $options.handleRescanQrCode && $options.handleRescanQrCode.apply($options, arguments);
|
|
37829
37861
|
})
|
|
37830
|
-
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)($options.i18n('重新生成')), 1)])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true)])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true)]), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("p",
|
|
37862
|
+
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)($options.i18n('重新生成')), 1)])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true)])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true)]), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("p", QRCodeLoginvue_type_template_id_b28c2774_scoped_true_hoisted_10, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)($props.bdwxShow ? $options.i18n('微信扫码进行账号绑定') : $options.i18n('微信或App扫码均可登录')), 1), $data.wxRandom ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div", QRCodeLoginvue_type_template_id_b28c2774_scoped_true_hoisted_11, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)($options.i18n('你当前的微信暂未绑定账号或手机号,需先完成绑定,后续登录将无需重复验证,直接进入即可~')), 1)) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true)], 2);
|
|
37831
37863
|
}
|
|
37832
|
-
;// ./src/components/QRCodeLogin.vue?vue&type=template&id=
|
|
37864
|
+
;// ./src/components/QRCodeLogin.vue?vue&type=template&id=b28c2774&scoped=true
|
|
37833
37865
|
|
|
37834
37866
|
// EXTERNAL MODULE: ./node_modules/qrcode/lib/browser.js
|
|
37835
37867
|
var browser = __webpack_require__(7583);
|
|
37868
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.date.now.js
|
|
37869
|
+
var es_date_now = __webpack_require__(9089);
|
|
37870
|
+
;// ./src/utils/random.js
|
|
37871
|
+
|
|
37872
|
+
|
|
37873
|
+
|
|
37874
|
+
|
|
37875
|
+
|
|
37876
|
+
|
|
37877
|
+
|
|
37878
|
+
|
|
37879
|
+
/**
|
|
37880
|
+
* 随机数和随机字符串生成工具
|
|
37881
|
+
*/
|
|
37882
|
+
|
|
37883
|
+
/**
|
|
37884
|
+
* 生成指定范围内的随机整数
|
|
37885
|
+
* @param {number} min - 最小值(包含)
|
|
37886
|
+
* @param {number} max - 最大值(包含)
|
|
37887
|
+
* @returns {number} 随机整数
|
|
37888
|
+
*/
|
|
37889
|
+
function randomInt(min, max) {
|
|
37890
|
+
min = Math.ceil(min);
|
|
37891
|
+
max = Math.floor(max);
|
|
37892
|
+
return Math.floor(Math.random() * (max - min + 1)) + min;
|
|
37893
|
+
}
|
|
37894
|
+
|
|
37895
|
+
/**
|
|
37896
|
+
* 生成指定长度的随机数字字符串
|
|
37897
|
+
* @param {number} length - 字符串长度
|
|
37898
|
+
* @returns {string} 随机数字字符串
|
|
37899
|
+
*/
|
|
37900
|
+
function randomDigits(length) {
|
|
37901
|
+
var result = '';
|
|
37902
|
+
for (var i = 0; i < length; i++) {
|
|
37903
|
+
result += Math.floor(Math.random() * 10);
|
|
37904
|
+
}
|
|
37905
|
+
return result;
|
|
37906
|
+
}
|
|
37907
|
+
|
|
37908
|
+
/**
|
|
37909
|
+
* 生成指定长度的随机字符串
|
|
37910
|
+
* @param {number} length - 字符串长度
|
|
37911
|
+
* @param {string} chars - 可选字符集,默认为字母和数字
|
|
37912
|
+
* @returns {string} 随机字符串
|
|
37913
|
+
*/
|
|
37914
|
+
function randomString(length) {
|
|
37915
|
+
var chars = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';
|
|
37916
|
+
var result = '';
|
|
37917
|
+
for (var i = 0; i < length; i++) {
|
|
37918
|
+
result += chars.charAt(Math.floor(Math.random() * chars.length));
|
|
37919
|
+
}
|
|
37920
|
+
return result;
|
|
37921
|
+
}
|
|
37922
|
+
|
|
37923
|
+
/**
|
|
37924
|
+
* 生成UUID v4
|
|
37925
|
+
* @returns {string} UUID字符串
|
|
37926
|
+
*/
|
|
37927
|
+
function generateUUID() {
|
|
37928
|
+
return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function (c) {
|
|
37929
|
+
var r = Math.random() * 16 | 0;
|
|
37930
|
+
var v = c === 'x' ? r : r & 0x3 | 0x8;
|
|
37931
|
+
return v.toString(16);
|
|
37932
|
+
});
|
|
37933
|
+
}
|
|
37934
|
+
|
|
37935
|
+
/**
|
|
37936
|
+
* 生成唯一ID(兼容Vue 3中移除的_uid)
|
|
37937
|
+
* @returns {string} 唯一ID
|
|
37938
|
+
*/
|
|
37939
|
+
function generateUniqueId() {
|
|
37940
|
+
return Date.now().toString(36) + Math.random().toString(36).substr(2);
|
|
37941
|
+
}
|
|
37836
37942
|
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/cli-service/node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/QRCodeLogin.vue?vue&type=script&lang=js
|
|
37837
37943
|
|
|
37838
37944
|
|
|
37839
37945
|
|
|
37946
|
+
|
|
37840
37947
|
/* harmony default export */ const QRCodeLoginvue_type_script_lang_js = ({
|
|
37841
37948
|
props: {
|
|
37842
37949
|
bdwxShow: {
|
|
@@ -37856,10 +37963,12 @@ var browser = __webpack_require__(7583);
|
|
|
37856
37963
|
statusTimer: null,
|
|
37857
37964
|
loginStatus: 0,
|
|
37858
37965
|
// 0-未扫码, 1-已扫码待确认, 2-登录成功, 3-过期
|
|
37859
|
-
wxRandom: ''
|
|
37966
|
+
wxRandom: '',
|
|
37967
|
+
uniqueId: ''
|
|
37860
37968
|
};
|
|
37861
37969
|
},
|
|
37862
37970
|
mounted: function mounted() {
|
|
37971
|
+
this.uniqueId = generateUniqueId();
|
|
37863
37972
|
this.generateQrCode();
|
|
37864
37973
|
},
|
|
37865
37974
|
beforeDestroy: function beforeDestroy() {
|
|
@@ -37906,7 +38015,7 @@ var browser = __webpack_require__(7583);
|
|
|
37906
38015
|
// 使用新的qrcode库生成二维码
|
|
37907
38016
|
generateQRCode: function generateQRCode(url) {
|
|
37908
38017
|
var _this2 = this;
|
|
37909
|
-
var containerId = "qrcode-container-".concat(this.
|
|
38018
|
+
var containerId = "qrcode-container-".concat(this.uniqueId);
|
|
37910
38019
|
var container = document.getElementById(containerId);
|
|
37911
38020
|
if (!container) {
|
|
37912
38021
|
console.error('二维码容器未找到');
|
|
@@ -37997,10 +38106,10 @@ var browser = __webpack_require__(7583);
|
|
|
37997
38106
|
});
|
|
37998
38107
|
;// ./src/components/QRCodeLogin.vue?vue&type=script&lang=js
|
|
37999
38108
|
|
|
38000
|
-
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/cli-service/node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/cli-service/node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/QRCodeLogin.vue?vue&type=style&index=0&id=
|
|
38109
|
+
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/cli-service/node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/cli-service/node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/QRCodeLogin.vue?vue&type=style&index=0&id=b28c2774&lang=scss&scoped=true
|
|
38001
38110
|
// extracted by mini-css-extract-plugin
|
|
38002
38111
|
|
|
38003
|
-
;// ./src/components/QRCodeLogin.vue?vue&type=style&index=0&id=
|
|
38112
|
+
;// ./src/components/QRCodeLogin.vue?vue&type=style&index=0&id=b28c2774&lang=scss&scoped=true
|
|
38004
38113
|
|
|
38005
38114
|
;// ./src/components/QRCodeLogin.vue
|
|
38006
38115
|
|
|
@@ -38010,7 +38119,7 @@ var browser = __webpack_require__(7583);
|
|
|
38010
38119
|
;
|
|
38011
38120
|
|
|
38012
38121
|
|
|
38013
|
-
const QRCodeLogin_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)(QRCodeLoginvue_type_script_lang_js, [['render',
|
|
38122
|
+
const QRCodeLogin_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)(QRCodeLoginvue_type_script_lang_js, [['render',QRCodeLoginvue_type_template_id_b28c2774_scoped_true_render],['__scopeId',"data-v-b28c2774"]])
|
|
38014
38123
|
|
|
38015
38124
|
/* harmony default export */ const QRCodeLogin = (QRCodeLogin_exports_);
|
|
38016
38125
|
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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/mobileBinding.vue?vue&type=template&id=3371c604&scoped=true
|
|
@@ -39394,7 +39503,6 @@ const improveInformation_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)
|
|
|
39394
39503
|
item.checked = false;
|
|
39395
39504
|
}
|
|
39396
39505
|
});
|
|
39397
|
-
this.phoneLogin();
|
|
39398
39506
|
},
|
|
39399
39507
|
inverseSelected: function inverseSelected(i, idx) {
|
|
39400
39508
|
this.phoneForm.userName = i.userName;
|
|
@@ -39406,12 +39514,14 @@ const improveInformation_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)
|
|
|
39406
39514
|
}
|
|
39407
39515
|
});
|
|
39408
39516
|
},
|
|
39409
|
-
multipleAccountSubmit: function multipleAccountSubmit() {
|
|
39517
|
+
multipleAccountSubmit: function multipleAccountSubmit(isMerged) {
|
|
39518
|
+
this.isMultipleAccountShow = false;
|
|
39410
39519
|
//判断this.accountList是否有选中的复选框
|
|
39411
39520
|
var selected = this.accountList.some(function (item) {
|
|
39412
39521
|
return item.checked;
|
|
39413
39522
|
});
|
|
39414
39523
|
if (selected) {
|
|
39524
|
+
this.phoneForm.isMerged = isMerged;
|
|
39415
39525
|
this.phoneLogin();
|
|
39416
39526
|
} else {
|
|
39417
39527
|
this.$message.warning(this.i18n('请先选择要登录的账号'));
|
|
@@ -39878,17 +39988,14 @@ const improveInformation_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)
|
|
|
39878
39988
|
i.userType = '社会学习者';
|
|
39879
39989
|
} else if (i.userType == 4) {
|
|
39880
39990
|
i.userType = '企业用户';
|
|
39881
|
-
} else if (i.userType == 5) {
|
|
39882
|
-
i.userType = '管理员';
|
|
39883
|
-
} else if (i.userType == 6) {
|
|
39884
|
-
i.userType = '编辑';
|
|
39885
|
-
} else if (i.userType == 7) {
|
|
39886
|
-
i.userType = '访客';
|
|
39887
39991
|
}
|
|
39888
39992
|
});
|
|
39889
39993
|
_this11.isMerged = data.data.isMerged;
|
|
39890
39994
|
if (_this11.isMerged) {
|
|
39891
|
-
|
|
39995
|
+
//默认选中第一个
|
|
39996
|
+
_this11.phoneForm.userName = _this11.accountList[0].userName;
|
|
39997
|
+
_this11.accountList[0].checked = true;
|
|
39998
|
+
_this11.isMultipleAccountShow = true;
|
|
39892
39999
|
}
|
|
39893
40000
|
return;
|
|
39894
40001
|
}
|
|
@@ -39951,10 +40058,10 @@ const improveInformation_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)
|
|
|
39951
40058
|
}));
|
|
39952
40059
|
;// ./src/components/userCenterLogin.vue?vue&type=script&lang=js
|
|
39953
40060
|
|
|
39954
|
-
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/cli-service/node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.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=
|
|
40061
|
+
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/cli-service/node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.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=39b2aaaa&lang=scss
|
|
39955
40062
|
// extracted by mini-css-extract-plugin
|
|
39956
40063
|
|
|
39957
|
-
;// ./src/components/userCenterLogin.vue?vue&type=style&index=0&id=
|
|
40064
|
+
;// ./src/components/userCenterLogin.vue?vue&type=style&index=0&id=39b2aaaa&lang=scss
|
|
39958
40065
|
|
|
39959
40066
|
;// ./src/components/userCenterLogin.vue
|
|
39960
40067
|
|
|
@@ -39964,7 +40071,7 @@ const improveInformation_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)
|
|
|
39964
40071
|
;
|
|
39965
40072
|
|
|
39966
40073
|
|
|
39967
|
-
const userCenterLogin_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)(userCenterLoginvue_type_script_lang_js, [['render',
|
|
40074
|
+
const userCenterLogin_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)(userCenterLoginvue_type_script_lang_js, [['render',userCenterLoginvue_type_template_id_39b2aaaa_render]])
|
|
39968
40075
|
|
|
39969
40076
|
/* harmony default export */ const userCenterLogin = (userCenterLogin_exports_);
|
|
39970
40077
|
;// ./index.js
|