icve-sso-vue3 0.0.21 → 0.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/icve-sso-vue3.common.js +258 -149
- 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 +258 -149
- 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=608d627f&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=608d627f&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 () {
|
|
@@ -35781,7 +35804,9 @@ var api = init(defaultConverter, { path: '/' });
|
|
|
35781
35804
|
getInfo(api.get('token') || this.ssoToken).then(function (_ref) {
|
|
35782
35805
|
var data = _ref.data;
|
|
35783
35806
|
_this2.form = data.data;
|
|
35784
|
-
|
|
35807
|
+
if (_this2.form.cn || _this2.form.en) {
|
|
35808
|
+
_this2.form.gjName = _this2.defaultLang ? _this2.form.cn : _this2.form.en;
|
|
35809
|
+
}
|
|
35785
35810
|
_this2.disableFields.userName = !!_this2.form.userName;
|
|
35786
35811
|
_this2.disableFields.userType = !!_this2.form.userType;
|
|
35787
35812
|
_this2.disableFields.gjName = !!_this2.form.en;
|
|
@@ -35845,13 +35870,14 @@ var api = init(defaultConverter, { path: '/' });
|
|
|
35845
35870
|
_this6.form.displayName = _this6.form.displayName.replace(/\s/g, '');
|
|
35846
35871
|
_this6.form.employeeNumber = _this6.form.employeeNumber.replace(/\s/g, '');
|
|
35847
35872
|
_this6.form.isVerifyData = !!_this6.form.isEmptyPwd;
|
|
35873
|
+
_this6.form.token = api.get('token') || _this6.ssoToken;
|
|
35848
35874
|
var obj = JSON.parse(JSON.stringify(_this6.form));
|
|
35849
35875
|
obj.userType = obj.userType == 5 ? 1 : obj.userType == 6 ? 2 : obj.userType;
|
|
35850
35876
|
saveUserInfo(obj).then(function (res) {
|
|
35851
35877
|
if (res.data.code == 500) {
|
|
35852
35878
|
_this6.$message.warning(res.data.msg);
|
|
35853
35879
|
} else {
|
|
35854
|
-
_this6.$emit('completeInformation');
|
|
35880
|
+
_this6.$emit('completeInformation', res.data.data);
|
|
35855
35881
|
}
|
|
35856
35882
|
});
|
|
35857
35883
|
}
|
|
@@ -35861,10 +35887,10 @@ var api = init(defaultConverter, { path: '/' });
|
|
|
35861
35887
|
});
|
|
35862
35888
|
;// ./src/components/userCenterCompleteInformation.vue?vue&type=script&lang=js
|
|
35863
35889
|
|
|
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=
|
|
35890
|
+
;// ./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=608d627f&lang=scss&scoped=true
|
|
35865
35891
|
// extracted by mini-css-extract-plugin
|
|
35866
35892
|
|
|
35867
|
-
;// ./src/components/userCenterCompleteInformation.vue?vue&type=style&index=0&id=
|
|
35893
|
+
;// ./src/components/userCenterCompleteInformation.vue?vue&type=style&index=0&id=608d627f&lang=scss&scoped=true
|
|
35868
35894
|
|
|
35869
35895
|
// EXTERNAL MODULE: ./node_modules/@vue/cli-service/node_modules/vue-loader/dist/exportHelper.js
|
|
35870
35896
|
var exportHelper = __webpack_require__(4621);
|
|
@@ -35876,72 +35902,72 @@ var exportHelper = __webpack_require__(4621);
|
|
|
35876
35902
|
;
|
|
35877
35903
|
|
|
35878
35904
|
|
|
35879
|
-
const __exports__ = /*#__PURE__*/(0,exportHelper/* default */.A)(userCenterCompleteInformationvue_type_script_lang_js, [['render',render],['__scopeId',"data-v-
|
|
35905
|
+
const __exports__ = /*#__PURE__*/(0,exportHelper/* default */.A)(userCenterCompleteInformationvue_type_script_lang_js, [['render',render],['__scopeId',"data-v-608d627f"]])
|
|
35880
35906
|
|
|
35881
35907
|
/* 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=
|
|
35908
|
+
;// ./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=b6f19b42
|
|
35883
35909
|
|
|
35884
35910
|
|
|
35885
35911
|
|
|
35886
35912
|
|
|
35887
35913
|
|
|
35888
|
-
var
|
|
35914
|
+
var userCenterLoginvue_type_template_id_b6f19b42_hoisted_1 = {
|
|
35889
35915
|
key: 0,
|
|
35890
35916
|
"class": "icve-sso-login-bg"
|
|
35891
35917
|
};
|
|
35892
|
-
var
|
|
35918
|
+
var userCenterLoginvue_type_template_id_b6f19b42_hoisted_2 = {
|
|
35893
35919
|
"class": "icve-sso-escrool"
|
|
35894
35920
|
};
|
|
35895
|
-
var
|
|
35921
|
+
var userCenterLoginvue_type_template_id_b6f19b42_hoisted_3 = {
|
|
35896
35922
|
"class": "icve-sso-title-wrapper"
|
|
35897
35923
|
};
|
|
35898
|
-
var
|
|
35924
|
+
var userCenterLoginvue_type_template_id_b6f19b42_hoisted_4 = {
|
|
35899
35925
|
"class": "icve-sso-title"
|
|
35900
35926
|
};
|
|
35901
|
-
var
|
|
35902
|
-
var
|
|
35927
|
+
var userCenterLoginvue_type_template_id_b6f19b42_hoisted_5 = ["title"];
|
|
35928
|
+
var userCenterLoginvue_type_template_id_b6f19b42_hoisted_6 = {
|
|
35903
35929
|
"class": "icve-sso-source_space"
|
|
35904
35930
|
};
|
|
35905
|
-
var
|
|
35931
|
+
var userCenterLoginvue_type_template_id_b6f19b42_hoisted_7 = {
|
|
35906
35932
|
"class": "icve-sso-l"
|
|
35907
35933
|
};
|
|
35908
|
-
var
|
|
35934
|
+
var userCenterLoginvue_type_template_id_b6f19b42_hoisted_8 = {
|
|
35909
35935
|
"class": "icve-sso-erm"
|
|
35910
35936
|
};
|
|
35911
|
-
var
|
|
35937
|
+
var userCenterLoginvue_type_template_id_b6f19b42_hoisted_9 = {
|
|
35912
35938
|
"class": "icve-sso-ri"
|
|
35913
35939
|
};
|
|
35914
|
-
var
|
|
35940
|
+
var userCenterLoginvue_type_template_id_b6f19b42_hoisted_10 = {
|
|
35915
35941
|
"class": "icve-sso-tabs"
|
|
35916
35942
|
};
|
|
35917
|
-
var
|
|
35918
|
-
var
|
|
35943
|
+
var userCenterLoginvue_type_template_id_b6f19b42_hoisted_11 = ["title"];
|
|
35944
|
+
var userCenterLoginvue_type_template_id_b6f19b42_hoisted_12 = {
|
|
35919
35945
|
"class": "icve-sso-customer"
|
|
35920
35946
|
};
|
|
35921
|
-
var
|
|
35947
|
+
var userCenterLoginvue_type_template_id_b6f19b42_hoisted_13 = {
|
|
35922
35948
|
"class": "icve-sso-tip"
|
|
35923
35949
|
};
|
|
35924
|
-
var
|
|
35950
|
+
var userCenterLoginvue_type_template_id_b6f19b42_hoisted_14 = {
|
|
35925
35951
|
key: 1,
|
|
35926
35952
|
"class": "icve-sso-djs"
|
|
35927
35953
|
};
|
|
35928
|
-
var
|
|
35954
|
+
var userCenterLoginvue_type_template_id_b6f19b42_hoisted_15 = {
|
|
35929
35955
|
"class": "icve-sso-customer"
|
|
35930
35956
|
};
|
|
35931
|
-
var
|
|
35957
|
+
var userCenterLoginvue_type_template_id_b6f19b42_hoisted_16 = {
|
|
35932
35958
|
"class": "icve-sso-tip"
|
|
35933
35959
|
};
|
|
35934
|
-
var
|
|
35960
|
+
var userCenterLoginvue_type_template_id_b6f19b42_hoisted_17 = {
|
|
35935
35961
|
key: 1,
|
|
35936
35962
|
"class": "icve-sso-djs"
|
|
35937
35963
|
};
|
|
35938
|
-
var
|
|
35964
|
+
var userCenterLoginvue_type_template_id_b6f19b42_hoisted_18 = {
|
|
35939
35965
|
"class": "icve-sso-customer"
|
|
35940
35966
|
};
|
|
35941
|
-
var
|
|
35967
|
+
var userCenterLoginvue_type_template_id_b6f19b42_hoisted_19 = {
|
|
35942
35968
|
"class": "icve-sso-tip"
|
|
35943
35969
|
};
|
|
35944
|
-
var
|
|
35970
|
+
var userCenterLoginvue_type_template_id_b6f19b42_hoisted_20 = {
|
|
35945
35971
|
"class": "icve-sso-footer1"
|
|
35946
35972
|
};
|
|
35947
35973
|
var _hoisted_21 = {
|
|
@@ -35984,127 +36010,130 @@ var _hoisted_32 = {
|
|
|
35984
36010
|
var _hoisted_33 = {
|
|
35985
36011
|
"class": "icve-sso-moreUserName"
|
|
35986
36012
|
};
|
|
35987
|
-
var _hoisted_34 =
|
|
35988
|
-
|
|
36013
|
+
var _hoisted_34 = ["onClick"];
|
|
36014
|
+
var _hoisted_35 = {
|
|
36015
|
+
"class": "icve-sso-tp"
|
|
35989
36016
|
};
|
|
35990
|
-
var _hoisted_35 = ["onClick"];
|
|
35991
36017
|
var _hoisted_36 = {
|
|
35992
36018
|
"class": "icve-sso-b"
|
|
35993
36019
|
};
|
|
35994
36020
|
var _hoisted_37 = {
|
|
35995
|
-
"class": "icve-sso-
|
|
36021
|
+
"class": "icve-sso-b"
|
|
35996
36022
|
};
|
|
35997
36023
|
var _hoisted_38 = {
|
|
35998
|
-
"class": "
|
|
36024
|
+
"class": "icve-sso-ree"
|
|
35999
36025
|
};
|
|
36000
36026
|
var _hoisted_39 = {
|
|
36027
|
+
"class": "custom-dialog-footer"
|
|
36028
|
+
};
|
|
36029
|
+
var _hoisted_40 = {
|
|
36001
36030
|
key: 2,
|
|
36002
36031
|
"class": "custom-dialog-overlay"
|
|
36003
36032
|
};
|
|
36004
|
-
var
|
|
36033
|
+
var _hoisted_41 = {
|
|
36005
36034
|
"class": "custom-dialog icve-sso-test icve-sso-test1"
|
|
36006
36035
|
};
|
|
36007
|
-
var
|
|
36036
|
+
var _hoisted_42 = {
|
|
36008
36037
|
"class": "custom-dialog-header"
|
|
36009
36038
|
};
|
|
36010
|
-
var
|
|
36039
|
+
var _hoisted_43 = {
|
|
36011
36040
|
"class": "custom-dialog-title"
|
|
36012
36041
|
};
|
|
36013
|
-
var
|
|
36042
|
+
var _hoisted_44 = {
|
|
36014
36043
|
"class": "custom-dialog-body"
|
|
36015
36044
|
};
|
|
36016
|
-
var
|
|
36045
|
+
var _hoisted_45 = {
|
|
36017
36046
|
"class": "custom-dialog-footer"
|
|
36018
36047
|
};
|
|
36019
|
-
var
|
|
36020
|
-
var
|
|
36048
|
+
var _hoisted_46 = ["disabled"];
|
|
36049
|
+
var _hoisted_47 = {
|
|
36021
36050
|
key: 3,
|
|
36022
36051
|
"class": "custom-dialog-overlay"
|
|
36023
36052
|
};
|
|
36024
|
-
var
|
|
36053
|
+
var _hoisted_48 = {
|
|
36025
36054
|
"class": "custom-dialog"
|
|
36026
36055
|
};
|
|
36027
|
-
var
|
|
36056
|
+
var _hoisted_49 = {
|
|
36028
36057
|
"class": "custom-dialog-header"
|
|
36029
36058
|
};
|
|
36030
|
-
var
|
|
36059
|
+
var _hoisted_50 = {
|
|
36031
36060
|
"class": "custom-dialog-title"
|
|
36032
36061
|
};
|
|
36033
|
-
var
|
|
36062
|
+
var _hoisted_51 = {
|
|
36034
36063
|
"class": "custom-dialog-body"
|
|
36035
36064
|
};
|
|
36036
|
-
var
|
|
36065
|
+
var _hoisted_52 = {
|
|
36037
36066
|
"class": "icve-sso-wxdl"
|
|
36038
36067
|
};
|
|
36039
|
-
var
|
|
36068
|
+
var _hoisted_53 = {
|
|
36040
36069
|
"class": "custom-dialog-footer"
|
|
36041
36070
|
};
|
|
36042
|
-
var
|
|
36071
|
+
var _hoisted_54 = {
|
|
36043
36072
|
key: 4,
|
|
36044
36073
|
"class": "custom-dialog-overlay"
|
|
36045
36074
|
};
|
|
36046
|
-
var
|
|
36075
|
+
var _hoisted_55 = {
|
|
36047
36076
|
"class": "custom-dialog icve-sso-test",
|
|
36048
36077
|
style: {
|
|
36049
36078
|
"width": "540px"
|
|
36050
36079
|
}
|
|
36051
36080
|
};
|
|
36052
|
-
var
|
|
36081
|
+
var _hoisted_56 = {
|
|
36053
36082
|
"class": "custom-dialog-header"
|
|
36054
36083
|
};
|
|
36055
|
-
var
|
|
36084
|
+
var _hoisted_57 = {
|
|
36056
36085
|
"class": "custom-dialog-title"
|
|
36057
36086
|
};
|
|
36058
|
-
var
|
|
36087
|
+
var _hoisted_58 = {
|
|
36059
36088
|
"class": "custom-dialog-body"
|
|
36060
36089
|
};
|
|
36061
|
-
var
|
|
36090
|
+
var _hoisted_59 = {
|
|
36062
36091
|
"class": "icve-sso-oneYearBeforeLogin"
|
|
36063
36092
|
};
|
|
36064
|
-
var
|
|
36093
|
+
var _hoisted_60 = {
|
|
36065
36094
|
"class": "icve-sso-user-card"
|
|
36066
36095
|
};
|
|
36067
|
-
var
|
|
36096
|
+
var _hoisted_61 = {
|
|
36068
36097
|
"class": "icve-sso-user-info"
|
|
36069
36098
|
};
|
|
36070
|
-
var
|
|
36099
|
+
var _hoisted_62 = {
|
|
36071
36100
|
"class": "icve-sso-user-name"
|
|
36072
36101
|
};
|
|
36073
|
-
var
|
|
36102
|
+
var _hoisted_63 = {
|
|
36074
36103
|
"class": "icve-sso-user-time"
|
|
36075
36104
|
};
|
|
36076
|
-
var
|
|
36105
|
+
var _hoisted_64 = {
|
|
36077
36106
|
"class": "custom-dialog-footer"
|
|
36078
36107
|
};
|
|
36079
|
-
var
|
|
36108
|
+
var _hoisted_65 = {
|
|
36080
36109
|
key: 5,
|
|
36081
36110
|
"class": "custom-dialog-overlay"
|
|
36082
36111
|
};
|
|
36083
|
-
var
|
|
36112
|
+
var _hoisted_66 = {
|
|
36084
36113
|
"class": "custom-dialog"
|
|
36085
36114
|
};
|
|
36086
|
-
var
|
|
36115
|
+
var _hoisted_67 = {
|
|
36087
36116
|
"class": "custom-dialog-header"
|
|
36088
36117
|
};
|
|
36089
|
-
var
|
|
36118
|
+
var _hoisted_68 = {
|
|
36090
36119
|
"class": "custom-dialog-title"
|
|
36091
36120
|
};
|
|
36092
|
-
var
|
|
36121
|
+
var _hoisted_69 = {
|
|
36093
36122
|
"class": "custom-dialog-body"
|
|
36094
36123
|
};
|
|
36095
|
-
var
|
|
36124
|
+
var _hoisted_70 = {
|
|
36096
36125
|
"class": "custom-dialog"
|
|
36097
36126
|
};
|
|
36098
|
-
var
|
|
36127
|
+
var _hoisted_71 = {
|
|
36099
36128
|
"class": "custom-dialog-header"
|
|
36100
36129
|
};
|
|
36101
|
-
var
|
|
36130
|
+
var _hoisted_72 = {
|
|
36102
36131
|
"class": "custom-dialog-title"
|
|
36103
36132
|
};
|
|
36104
|
-
var
|
|
36133
|
+
var _hoisted_73 = {
|
|
36105
36134
|
"class": "custom-dialog-body"
|
|
36106
36135
|
};
|
|
36107
|
-
function
|
|
36136
|
+
function userCenterLoginvue_type_template_id_b6f19b42_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
36108
36137
|
var _component_QRCodeLogin = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("QRCodeLogin");
|
|
36109
36138
|
var _component_User = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("User");
|
|
36110
36139
|
var _component_el_icon = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("el-icon");
|
|
@@ -36120,19 +36149,19 @@ function userCenterLoginvue_type_template_id_da49a790_render(_ctx, _cache, $prop
|
|
|
36120
36149
|
var _component_improveInformation = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("improveInformation");
|
|
36121
36150
|
var _component_NationalitySelector = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("NationalitySelector");
|
|
36122
36151
|
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",
|
|
36152
|
+
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_b6f19b42_hoisted_1, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", userCenterLoginvue_type_template_id_b6f19b42_hoisted_2, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createVNode)(_component_el_scrollbar, {
|
|
36124
36153
|
style: {
|
|
36125
36154
|
"height": "100%"
|
|
36126
36155
|
}
|
|
36127
36156
|
}, {
|
|
36128
36157
|
"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",
|
|
36158
|
+
return [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", userCenterLoginvue_type_template_id_b6f19b42_hoisted_3, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", userCenterLoginvue_type_template_id_b6f19b42_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
36159
|
"class": "icve-sso-close-btn",
|
|
36131
36160
|
onClick: _cache[0] || (_cache[0] = function () {
|
|
36132
36161
|
return _ctx.closeLoginModal && _ctx.closeLoginModal.apply(_ctx, arguments);
|
|
36133
36162
|
}),
|
|
36134
36163
|
title: _ctx.i18n('关闭')
|
|
36135
|
-
}, toConsumableArray_toConsumableArray(_cache[
|
|
36164
|
+
}, toConsumableArray_toConsumableArray(_cache[29] || (_cache[29] = [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("svg", {
|
|
36136
36165
|
width: "34",
|
|
36137
36166
|
height: "34",
|
|
36138
36167
|
viewBox: "0 0 24 24",
|
|
@@ -36144,11 +36173,11 @@ function userCenterLoginvue_type_template_id_da49a790_render(_ctx, _cache, $prop
|
|
|
36144
36173
|
"stroke-width": "2",
|
|
36145
36174
|
"stroke-linecap": "round",
|
|
36146
36175
|
"stroke-linejoin": "round"
|
|
36147
|
-
})], -1)])), 8,
|
|
36176
|
+
})], -1)])), 8, userCenterLoginvue_type_template_id_b6f19b42_hoisted_5)]), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", userCenterLoginvue_type_template_id_b6f19b42_hoisted_6, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", userCenterLoginvue_type_template_id_b6f19b42_hoisted_7, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", userCenterLoginvue_type_template_id_b6f19b42_hoisted_8, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createVNode)(_component_QRCodeLogin, {
|
|
36148
36177
|
onLoginSuccess: _ctx.wxLoginSuccess
|
|
36149
|
-
}, null, 8, ["onLoginSuccess"])])]), _cache[
|
|
36178
|
+
}, null, 8, ["onLoginSuccess"])])]), _cache[33] || (_cache[33] = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", {
|
|
36150
36179
|
"class": "icve-sso-xian"
|
|
36151
|
-
}, null, -1)), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div",
|
|
36180
|
+
}, null, -1)), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", userCenterLoginvue_type_template_id_b6f19b42_hoisted_9, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", userCenterLoginvue_type_template_id_b6f19b42_hoisted_10, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("span", {
|
|
36152
36181
|
"class": (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.normalizeClass)(_ctx.tab == 2 ? 'icve-sso-spanActive' : ''),
|
|
36153
36182
|
onClick: _cache[1] || (_cache[1] = function ($event) {
|
|
36154
36183
|
return _ctx.handleClick(2);
|
|
@@ -36166,10 +36195,10 @@ function userCenterLoginvue_type_template_id_da49a790_render(_ctx, _cache, $prop
|
|
|
36166
36195
|
}, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("a", {
|
|
36167
36196
|
title: _ctx.i18n('中->英'),
|
|
36168
36197
|
href: "#"
|
|
36169
|
-
}, toConsumableArray_toConsumableArray(_cache[
|
|
36198
|
+
}, toConsumableArray_toConsumableArray(_cache[30] || (_cache[30] = [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("img", {
|
|
36170
36199
|
alt: "",
|
|
36171
36200
|
src: "https://file.icve.com.cn/rc/927/697/E7CAE67C9BE854D9BB773D4AC5A6940D.png"
|
|
36172
|
-
}, null, -1)])), 8,
|
|
36201
|
+
}, null, -1)])), 8, userCenterLoginvue_type_template_id_b6f19b42_hoisted_11)]), _cache[31] || (_cache[31] = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", {
|
|
36173
36202
|
"class": "icve-sso-xian1"
|
|
36174
36203
|
}, 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
36204
|
ref: "form",
|
|
@@ -36246,7 +36275,7 @@ function userCenterLoginvue_type_template_id_da49a790_render(_ctx, _cache, $prop
|
|
|
36246
36275
|
onClick: _cache[6] || (_cache[6] = function () {
|
|
36247
36276
|
return _ctx.login && _ctx.login.apply(_ctx, arguments);
|
|
36248
36277
|
})
|
|
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",
|
|
36278
|
+
}, (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_b6f19b42_hoisted_12, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", userCenterLoginvue_type_template_id_b6f19b42_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
36279
|
}),
|
|
36251
36280
|
_: 1
|
|
36252
36281
|
}, 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 +36336,7 @@ function userCenterLoginvue_type_template_id_da49a790_render(_ctx, _cache, $prop
|
|
|
36307
36336
|
prop: "msgCode"
|
|
36308
36337
|
}, {
|
|
36309
36338
|
"default": (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.withCtx)(function () {
|
|
36310
|
-
return [_cache[
|
|
36339
|
+
return [_cache[32] || (_cache[32] = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("img", {
|
|
36311
36340
|
alt: "",
|
|
36312
36341
|
"class": "icve-sso-code",
|
|
36313
36342
|
src: "https://file.icve.com.cn/rc/737/546/B8588913D6F3ACDCC1275979123080D6.png"
|
|
@@ -36324,7 +36353,7 @@ function userCenterLoginvue_type_template_id_da49a790_render(_ctx, _cache, $prop
|
|
|
36324
36353
|
onClick: _cache[10] || (_cache[10] = function () {
|
|
36325
36354
|
return _ctx.obtain && _ctx.obtain.apply(_ctx, arguments);
|
|
36326
36355
|
})
|
|
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",
|
|
36356
|
+
}, (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_b6f19b42_hoisted_14, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.sms_time_count + _ctx.i18n('秒重获')), 1))];
|
|
36328
36357
|
}),
|
|
36329
36358
|
_: 1
|
|
36330
36359
|
}, 8, ["class", "rules"]), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createVNode)(_component_agreement, {
|
|
@@ -36336,7 +36365,7 @@ function userCenterLoginvue_type_template_id_da49a790_render(_ctx, _cache, $prop
|
|
|
36336
36365
|
onClick: _cache[11] || (_cache[11] = function () {
|
|
36337
36366
|
return _ctx.phonVerify && _ctx.phonVerify.apply(_ctx, arguments);
|
|
36338
36367
|
})
|
|
36339
|
-
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.wxRandom ? _ctx.i18n('
|
|
36368
|
+
}, (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_b6f19b42_hoisted_15, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", userCenterLoginvue_type_template_id_b6f19b42_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
36369
|
}),
|
|
36341
36370
|
_: 1
|
|
36342
36371
|
}, 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 +36418,7 @@ function userCenterLoginvue_type_template_id_da49a790_render(_ctx, _cache, $prop
|
|
|
36389
36418
|
onClick: _cache[14] || (_cache[14] = function () {
|
|
36390
36419
|
return _ctx.emailObtain && _ctx.emailObtain.apply(_ctx, arguments);
|
|
36391
36420
|
})
|
|
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",
|
|
36421
|
+
}, (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_b6f19b42_hoisted_17, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.sms_time_count + _ctx.i18n('秒重获')), 1))];
|
|
36393
36422
|
}),
|
|
36394
36423
|
_: 1
|
|
36395
36424
|
}, 8, ["rules"]), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createVNode)(_component_agreement, {
|
|
@@ -36401,10 +36430,10 @@ function userCenterLoginvue_type_template_id_da49a790_render(_ctx, _cache, $prop
|
|
|
36401
36430
|
onClick: _cache[15] || (_cache[15] = function () {
|
|
36402
36431
|
return _ctx.emailLogin && _ctx.emailLogin.apply(_ctx, arguments);
|
|
36403
36432
|
})
|
|
36404
|
-
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.wxRandom ? _ctx.i18n('
|
|
36433
|
+
}, (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_b6f19b42_hoisted_18, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", userCenterLoginvue_type_template_id_b6f19b42_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
36434
|
}),
|
|
36406
36435
|
_: 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",
|
|
36436
|
+
}, 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_b6f19b42_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
36437
|
}),
|
|
36409
36438
|
_: 1
|
|
36410
36439
|
})]), _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 +36447,15 @@ function userCenterLoginvue_type_template_id_da49a790_render(_ctx, _cache, $prop
|
|
|
36418
36447
|
onClick: _cache[16] || (_cache[16] = function () {
|
|
36419
36448
|
return _ctx.handleClose && _ctx.handleClose.apply(_ctx, arguments);
|
|
36420
36449
|
})
|
|
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('
|
|
36450
|
+
}, (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
36451
|
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("li", {
|
|
36423
36452
|
key: i.id
|
|
36424
|
-
}, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div",
|
|
36425
|
-
"class": "icve-sso-
|
|
36453
|
+
}, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", {
|
|
36454
|
+
"class": "icve-sso-lee",
|
|
36426
36455
|
onClick: function onClick($event) {
|
|
36427
36456
|
return _ctx.phonechange(i.userName);
|
|
36428
36457
|
}
|
|
36429
|
-
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(i.userName),
|
|
36458
|
+
}, [(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
36459
|
modelValue: i.checked,
|
|
36431
36460
|
"onUpdate:modelValue": function onUpdateModelValue($event) {
|
|
36432
36461
|
return i.checked = $event;
|
|
@@ -36435,44 +36464,49 @@ function userCenterLoginvue_type_template_id_da49a790_render(_ctx, _cache, $prop
|
|
|
36435
36464
|
return _ctx.inverseSelected(i, idx);
|
|
36436
36465
|
}
|
|
36437
36466
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "onChange"])])]);
|
|
36438
|
-
}), 128))])])]), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div",
|
|
36467
|
+
}), 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", {
|
|
36468
|
+
"class": "custom-plain-button",
|
|
36469
|
+
onClick: _cache[18] || (_cache[18] = function ($event) {
|
|
36470
|
+
return _ctx.multipleAccountSubmit(false);
|
|
36471
|
+
})
|
|
36472
|
+
}, (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
36473
|
"class": "custom-primary-button",
|
|
36440
|
-
onClick: _cache[
|
|
36441
|
-
return _ctx.multipleAccountSubmit
|
|
36474
|
+
onClick: _cache[19] || (_cache[19] = function ($event) {
|
|
36475
|
+
return _ctx.multipleAccountSubmit(true);
|
|
36442
36476
|
})
|
|
36443
|
-
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.i18n('
|
|
36477
|
+
}, (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
36478
|
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("span", {
|
|
36445
36479
|
key: j
|
|
36446
36480
|
}, (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",
|
|
36481
|
+
}), 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
36482
|
"class": "custom-plain-button",
|
|
36449
|
-
onClick: _cache[
|
|
36483
|
+
onClick: _cache[20] || (_cache[20] = function ($event) {
|
|
36450
36484
|
_ctx.ishbzhShow = false;
|
|
36451
36485
|
_ctx.isMultipleAccountShow = true;
|
|
36452
36486
|
})
|
|
36453
36487
|
}, (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
36488
|
"class": "custom-primary-button",
|
|
36455
36489
|
disabled: !_ctx.isMerged,
|
|
36456
|
-
onClick: _cache[
|
|
36490
|
+
onClick: _cache[21] || (_cache[21] = function () {
|
|
36457
36491
|
return _ctx.hbtiaozhuan && _ctx.hbtiaozhuan.apply(_ctx, arguments);
|
|
36458
36492
|
})
|
|
36459
|
-
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)(_ctx.i18n('合并账号')), 9,
|
|
36493
|
+
}, (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
36494
|
onLoginSuccess: _ctx.wxLoginSuccess,
|
|
36461
36495
|
bdwxShow: _ctx.bdwxShow
|
|
36462
|
-
}, null, 8, ["onLoginSuccess", "bdwxShow"])])]), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div",
|
|
36496
|
+
}, 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
36497
|
"class": "custom-plain-button",
|
|
36464
|
-
onClick: _cache[
|
|
36498
|
+
onClick: _cache[22] || (_cache[22] = function () {
|
|
36465
36499
|
return _ctx.bztx && _ctx.bztx.apply(_ctx, arguments);
|
|
36466
36500
|
})
|
|
36467
36501
|
}, (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
36502
|
"class": "custom-primary-button",
|
|
36469
|
-
onClick: _cache[
|
|
36503
|
+
onClick: _cache[23] || (_cache[23] = function () {
|
|
36470
36504
|
return _ctx.xcbd && _ctx.xcbd.apply(_ctx, arguments);
|
|
36471
36505
|
})
|
|
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",
|
|
36506
|
+
}, (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
36507
|
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("li", {
|
|
36474
36508
|
key: idx
|
|
36475
|
-
}, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div",
|
|
36509
|
+
}, [(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
36510
|
width: "14",
|
|
36477
36511
|
height: "14",
|
|
36478
36512
|
viewBox: "0 0 14 14",
|
|
@@ -36491,33 +36525,33 @@ function userCenterLoginvue_type_template_id_da49a790_render(_ctx, _cache, $prop
|
|
|
36491
36525
|
"stroke-linecap": "round",
|
|
36492
36526
|
"stroke-linejoin": "round"
|
|
36493
36527
|
})], -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",
|
|
36528
|
+
}), 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
36529
|
"class": "custom-primary-button",
|
|
36496
|
-
onClick: _cache[
|
|
36530
|
+
onClick: _cache[24] || (_cache[24] = function () {
|
|
36497
36531
|
return _ctx.oneYearBeforeLogin && _ctx.oneYearBeforeLogin.apply(_ctx, arguments);
|
|
36498
36532
|
})
|
|
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",
|
|
36533
|
+
}, (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
36534
|
userId: _ctx.userId,
|
|
36501
36535
|
mobileType: _ctx.mobileType,
|
|
36502
|
-
onLoginSuccess: _cache[
|
|
36536
|
+
onLoginSuccess: _cache[25] || (_cache[25] = function ($event) {
|
|
36503
36537
|
return _ctx.loginSuccess(_ctx.tzToken);
|
|
36504
36538
|
})
|
|
36505
36539
|
}, 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
36540
|
key: 6,
|
|
36507
36541
|
"class": "custom-dialog-overlay",
|
|
36508
|
-
onClick: _cache[
|
|
36542
|
+
onClick: _cache[27] || (_cache[27] = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.withModifiers)(function () {
|
|
36509
36543
|
return _ctx.xcbd && _ctx.xcbd.apply(_ctx, arguments);
|
|
36510
36544
|
}, ["self"]))
|
|
36511
|
-
}, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div",
|
|
36545
|
+
}, [(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
36546
|
weakPwd: _ctx.isWeakPwd,
|
|
36513
36547
|
tzToken: _ctx.tzToken,
|
|
36514
|
-
onLoginSuccess: _cache[
|
|
36548
|
+
onLoginSuccess: _cache[26] || (_cache[26] = function ($event) {
|
|
36515
36549
|
return _ctx.loginSuccess(_ctx.tzToken);
|
|
36516
36550
|
})
|
|
36517
36551
|
}, 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
36552
|
value: _ctx.nationalityModalShow,
|
|
36519
36553
|
onChange: _ctx.handleNationalityChange,
|
|
36520
|
-
onClose: _cache[
|
|
36554
|
+
onClose: _cache[28] || (_cache[28] = function ($event) {
|
|
36521
36555
|
return _ctx.nationalityModalShow = false;
|
|
36522
36556
|
})
|
|
36523
36557
|
}, 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 +36560,7 @@ function userCenterLoginvue_type_template_id_da49a790_render(_ctx, _cache, $prop
|
|
|
36526
36560
|
onSuccess: _ctx.CaptchaSuccess
|
|
36527
36561
|
}, 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
36562
|
}
|
|
36529
|
-
;// ./src/components/userCenterLogin.vue?vue&type=template&id=
|
|
36563
|
+
;// ./src/components/userCenterLogin.vue?vue&type=template&id=b6f19b42
|
|
36530
36564
|
|
|
36531
36565
|
;// ./node_modules/@babel/runtime/helpers/esm/regeneratorDefine.js
|
|
36532
36566
|
|
|
@@ -36735,9 +36769,9 @@ function agreementvue_type_template_id_13fe3570_scoped_true_render(_ctx, _cache,
|
|
|
36735
36769
|
;// ./src/components/agreement.vue?vue&type=template&id=13fe3570&scoped=true
|
|
36736
36770
|
|
|
36737
36771
|
;// ./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","
|
|
36772
|
+
const locales_en_namespaceObject = /*#__PURE__*/JSON.parse('{"手机绑定":"Phone Binding","请输入验证码":"Code","获取验证码":"Send Code","请输入手机号":"Please enter your phone number","手机号码格式错误":"Mobile phone number format error","秒重获":"Seconds to reacquire","中->英":"English ->Chinese","欢迎登录":"Log in to learn in ICVE","账号密码登录":"Account Log in with","手机验证码登录":"Mobile login","请输入账号":"Account","请输入密码":"Password","请输入新密码":"Please enter a new password","姓名":"Name","新密码":"New password","学校或企业":"School or enterprise","点击进行验证":"Click to verify","向右滑动完成验证":"Swipe to the right to complete verification","请完成安全验证":"Please complete the security verification","我已阅读并同意":"I have read and agreed to ","用户协议及隐私协议":"User Agreement and Privacy Agreement","已阅读并同意用户协议,隐私协议":"Already read and agreed to the user agreement and privacy policy","用户服务协议":"the User Service Agreement","隐私协议":"Privacy Agreement","忘记密码":"Forget password","登录":"Log in","注册":"Register","联系客服":"Contact customer service","《国家职业教育智慧教育平台用户协议》":"《National Vocational Education and Training Intelligent Education Platform User Agreement》","《国家职业教育智慧教育平台隐私协议》":"《National Vocational Education and Training Intelligent Education Platform Privacy Agreement》","京公网安备 11010202007836号 京ICP备 12020869号-19":"Jing Gong Wang An Bei No. 11010202007836 Jing ICP Bei No. 12020869-19","Copyright© 2026 国家职业教育智慧教育平台":"Copyright © 2026 National Vocational Education and Training Intelligent Education Platform","Copyright© 2026 湖北职业教育智慧教育平台":"Copyright © 2026 Hubei Vocational Education and Training Intelligent Education Platform","Copyright©2026 高等教育出版社":"Copyright © 2026 Higher Education Press","京ICP备 09059518号-20 京公网安备 11010202007836号":"Beijing ICP No. 09059518-20 Beijing Public Security No. 11010202007836","请仔细阅读用户协议,隐私协议并勾":"Please carefully read the user agreement, privacy agreement and check","请点击验证":"Click to verify","手机号为空或手机号格式不正确":"Mobile phone number is empty or the mobile phone number format is incorrect","登录成功":"Login successful","密码包含大写 小写 特殊字符 数字,大于8位,小于50位":"Password contains capital letters, lowercase letters, special characters, numbers, greater than 8 bits, less than 50 bits","至少包含四类字符(大写、小写、数字、特殊字符)中的三类,长度为( 8~50 位)":"At least three classes of characters (capital, lowercase, number, special character) are included, length (8~50 bits)","密码修改成功":"Password modification successful","账号注册":"Account registration","已有账号":"Existing account","立即登录":"Log in now","返回":"return","国籍":"nationality","单位列表":"Unit List","请选择身份类型":"Please select identity type","身份类型":"Identity Type","学生":"student","老师":"teacher","社会学习者":"Social learners","企业用户":"corporate user","国际学习者":"International learners","国际教师":"International teachers","点击选择国籍":"Click to select nationality","单位名称":"Unit Name","工号/学号":"Employee ID/Student ID","真实姓名":"Real Name","性别":"Gender","男":"Male","女":"Female","用户名需符合以下格式:6-20位(字母+数字)":"The username must conform to the following format: 6-20 characters (letters+numbers)","确认密码,保持一致":"Confirm password and keep it consistent","出生日期":"Date of Birth:","注册信息填写不完整":"Incomplete registration information filled in","两次密码输入不一致,请重新输入":"The password entered twice is inconsistent. Please re-enter","注册成功":"registered successfully","账号验证":"Account verification","修改密码":"Change password","完成":"complete","下一步":"Next step","验证通过,您需要修改密码的用户名为":"Verification passed, the username for which you need to change your password is","修改成功":"Modified successfully","去登录":"Log in","账号绑定":"Account Binding","手机号绑定":"Mobile phone binding","邮箱绑定":"Email binding","立即绑定":"Bind Now","账号绑定成功":"Account binding successful","还没有账号?":"Don\'t have an account yet?","立即注册":"Register Now","该手机号下拥有多个账号,请选择要进行登录的账号!":"There are multiple accounts under this phone number, please select the account you want to log in to!","请选择要进行登录的账号":"Please select the account to log in to","下次绑定":"Next binding","提交绑定":"Submit binding","取消":"Cancel","确定":"confirm","您当前设置的密码强度不足,存在安全风险,请尽快修改为更复杂的密码。":"The password strength you have set is insufficient and poses a security risk. Please change it to a more complex password as soon as possible.","微信扫码二维码":"Scan QR code on WeChat","不再提醒":"Do not remind again","中国大陆":"Chinese Mainland","手机号验证":"Mobile number verification","无手机号验证":"No phone number verification","该手机号为后续账号绑定手机号":"This phone number is the phone number for subsequent account binding","请选择需修改账号":"Please select the account to be modified","最后登录时间":"last login time","单位未填写":"Unit not filled in","工号未填写":"The job number is not filled in","姓名未填写":"Name not filled in","找回用户名或密码,请点击":"Forgot Account or Password?","该手机号绑定多个账号请选择":"This phone number is bound to multiple accounts. Please select","您的用户名已经更改,老用户将不能登录,更改之后的用户名称为:":"Your username has been changed, and old users will no longer be able to log in. The changed username is called:","手机号登录新用户自动注册":"Mobile phone number login, new user automatic registration","邮箱登录新用户自动注册":"New users will be auto-registered","提示":"prompt","检测到该手机号绑定了多个账号,账号名称为:":"Detected that the phone number is bound to multiple accounts, with the account name being:","建议您合并多余账号":"I suggest you merge your excess accounts!","继续登录":"Continue Login","合并账号":"Merge accounts","验证身份":"Verify identity","立即验证":"Verify Now","去重置":"Go reset","重置密码":"Reset password","重置成功":"Reset successful","提交":"submit","首次登录完善基本信息":"Improve basic information","请输入姓名":"Please enter your name","请输入学校或企业":"Please enter school or enterprise","请输入邮箱地址":"Please enter your email address","邮箱格式不正确":"Email format incorrect","请输入邮箱":"Email","请输入邮箱验证码":"Verification code","邮箱登录":"Email Log in with","邮箱注册":"Please enter the email verification code","手机号注册":"Mobile number registration","用户名":"enter one user name","密码":"Password","手机号":"mobile phone number","确认密码":"Confirm Password","用户名称":"Username","您输入的手机号已绑定过以下账号,绑定到该账号将自动解绑原绑定账户,是否确定?":"The phone number you entered has already been bound to the following account. Binding to this account will automatically unbind the original bound account. Are you sure?","绑定手机":"Bind mobile phone","请选择学校或企业":"Please choose a school or enterprise","安全提醒:检测到当前手机号已绑定多个账号,且部分账号已超过一年未登录。为保障账户安全,这些长期未登录的账号将自动解除手机号绑定。":"Security Reminder: Multiple accounts have been linked to the current phone number, and some accounts have not been logged in for over a year. To ensure account security, these accounts that have not been logged in for a long time will automatically have their phone numbers unbound.","安全提醒:检测到当前手机号已绑定多个账号。为保障账户安全,本次登录后,未选择的账号将自动解除手机号绑定。":"Security reminder: Multiple accounts have been linked to the current phone number. To ensure account security, unselected accounts will be automatically unlinked after this login.","微信或App扫码均可登录":"Scan with Wechat or ICVE+ APP","你当前的微信暂未绑定账号或手机号,需先完成绑定,后续登录将无需重复验证,直接进入即可~":"Your current WeChat account or email has not been linked yet. You need to complete the binding first, and there will be no need for repeated verification when logging in later. Just enter directly","微信绑定":"WeChat Binding","密码不能为空":"Password cannot be empty",",":"and","已扫码":"Scanned","请在手机上确认":"Please confirm on your phone","重新扫码":"Rescan QR code","二维码已过期":"The QR code has expired","请点击下方按钮刷新":"Please click the button below to refresh","重新生成":"regenerate","微信绑定成功":"WeChat binding is successful","微信扫码进行账号绑定":"Scan the QR code with WeChat to bind the account","关闭":"Close","请先选择要登录的账号":"Please select the account to log in to","当前登录方式有多个账号,请选择登录账号":"There are multiple accounts for the current login method, please select the login account","其他账号合并到该账号":"Merge other accounts into this account","继续":"Continue","用户类型":"User Type","根据系统账号管理规则,仅同一类型的账号允许执行合并操作":"According to the system account management rules, only accounts of the same type are permitted to perform merge operations"}');
|
|
36739
36773
|
;// ./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扫码均可登录","你当前的微信暂未绑定账号或手机号,需先完成绑定,后续登录将无需重复验证,直接进入即可~":"你当前的微信暂未绑定账号或手机号,需先完成绑定,后续登录将无需重复验证,直接进入即可~","微信绑定":"微信绑定","密码不能为空":"密码不能为空",",":",","已扫码":"已扫码","请在手机上确认":"请在手机上确认","重新扫码":"重新扫码","二维码已过期":"二维码已过期","请点击下方按钮刷新":"请点击下方按钮刷新","重新生成":"重新生成","微信绑定成功":"微信绑定成功","微信扫码进行账号绑定":"微信扫码进行账号绑定","关闭":"关闭","请先选择要登录的账号":"请先选择要登录的账号"}');
|
|
36774
|
+
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
36775
|
;// ./src/utils/i18n.js
|
|
36742
36776
|
|
|
36743
36777
|
|
|
@@ -37770,73 +37804,148 @@ const AliyunCaptchaModal_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)
|
|
|
37770
37804
|
const verifyComponents_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)(verifyComponentsvue_type_script_lang_js, [['render',verifyComponentsvue_type_template_id_7d804fae_render]])
|
|
37771
37805
|
|
|
37772
37806
|
/* 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=
|
|
37807
|
+
;// ./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
37808
|
|
|
37775
|
-
var
|
|
37809
|
+
var QRCodeLoginvue_type_template_id_b28c2774_scoped_true_hoisted_1 = {
|
|
37776
37810
|
"class": "qr-code-wrapper"
|
|
37777
37811
|
};
|
|
37778
|
-
var
|
|
37779
|
-
var
|
|
37812
|
+
var QRCodeLoginvue_type_template_id_b28c2774_scoped_true_hoisted_2 = ["id"];
|
|
37813
|
+
var QRCodeLoginvue_type_template_id_b28c2774_scoped_true_hoisted_3 = {
|
|
37780
37814
|
key: 0,
|
|
37781
37815
|
"class": "qr-login-overlay"
|
|
37782
37816
|
};
|
|
37783
|
-
var
|
|
37817
|
+
var QRCodeLoginvue_type_template_id_b28c2774_scoped_true_hoisted_4 = {
|
|
37784
37818
|
key: 0,
|
|
37785
37819
|
"class": "overlay-content"
|
|
37786
37820
|
};
|
|
37787
|
-
var
|
|
37821
|
+
var QRCodeLoginvue_type_template_id_b28c2774_scoped_true_hoisted_5 = {
|
|
37788
37822
|
"class": "overlay-text"
|
|
37789
37823
|
};
|
|
37790
|
-
var
|
|
37824
|
+
var QRCodeLoginvue_type_template_id_b28c2774_scoped_true_hoisted_6 = {
|
|
37791
37825
|
"class": "overlay-tip"
|
|
37792
37826
|
};
|
|
37793
|
-
var
|
|
37827
|
+
var QRCodeLoginvue_type_template_id_b28c2774_scoped_true_hoisted_7 = {
|
|
37794
37828
|
key: 1,
|
|
37795
37829
|
"class": "overlay-content"
|
|
37796
37830
|
};
|
|
37797
|
-
var
|
|
37831
|
+
var QRCodeLoginvue_type_template_id_b28c2774_scoped_true_hoisted_8 = {
|
|
37798
37832
|
"class": "overlay-text",
|
|
37799
37833
|
style: {
|
|
37800
37834
|
"color": "red"
|
|
37801
37835
|
}
|
|
37802
37836
|
};
|
|
37803
|
-
var
|
|
37837
|
+
var QRCodeLoginvue_type_template_id_b28c2774_scoped_true_hoisted_9 = {
|
|
37804
37838
|
"class": "overlay-tip"
|
|
37805
37839
|
};
|
|
37806
|
-
var
|
|
37840
|
+
var QRCodeLoginvue_type_template_id_b28c2774_scoped_true_hoisted_10 = {
|
|
37807
37841
|
"class": "qr-tip"
|
|
37808
37842
|
};
|
|
37809
|
-
var
|
|
37843
|
+
var QRCodeLoginvue_type_template_id_b28c2774_scoped_true_hoisted_11 = {
|
|
37810
37844
|
key: 0,
|
|
37811
37845
|
"class": "bind-tip"
|
|
37812
37846
|
};
|
|
37813
|
-
function
|
|
37847
|
+
function QRCodeLoginvue_type_template_id_b28c2774_scoped_true_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
37814
37848
|
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)([
|
|
37849
|
+
"class": (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.normalizeClass)([{
|
|
37816
37850
|
'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,
|
|
37851
|
+
}, "qr-login-container"])
|
|
37852
|
+
}, [(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", {
|
|
37853
|
+
id: "qrcode-container-".concat($data.uniqueId)
|
|
37854
|
+
}, 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
37855
|
"class": "rescan-btn",
|
|
37822
37856
|
onClick: _cache[0] || (_cache[0] = function () {
|
|
37823
37857
|
return $options.handleRescanQrCode && $options.handleRescanQrCode.apply($options, arguments);
|
|
37824
37858
|
})
|
|
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",
|
|
37859
|
+
}, (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
37860
|
"class": "rescan-btn",
|
|
37827
37861
|
onClick: _cache[1] || (_cache[1] = function () {
|
|
37828
37862
|
return $options.handleRescanQrCode && $options.handleRescanQrCode.apply($options, arguments);
|
|
37829
37863
|
})
|
|
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",
|
|
37864
|
+
}, (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
37865
|
}
|
|
37832
|
-
;// ./src/components/QRCodeLogin.vue?vue&type=template&id=
|
|
37866
|
+
;// ./src/components/QRCodeLogin.vue?vue&type=template&id=b28c2774&scoped=true
|
|
37833
37867
|
|
|
37834
37868
|
// EXTERNAL MODULE: ./node_modules/qrcode/lib/browser.js
|
|
37835
37869
|
var browser = __webpack_require__(7583);
|
|
37870
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.date.now.js
|
|
37871
|
+
var es_date_now = __webpack_require__(9089);
|
|
37872
|
+
;// ./src/utils/random.js
|
|
37873
|
+
|
|
37874
|
+
|
|
37875
|
+
|
|
37876
|
+
|
|
37877
|
+
|
|
37878
|
+
|
|
37879
|
+
|
|
37880
|
+
|
|
37881
|
+
/**
|
|
37882
|
+
* 随机数和随机字符串生成工具
|
|
37883
|
+
*/
|
|
37884
|
+
|
|
37885
|
+
/**
|
|
37886
|
+
* 生成指定范围内的随机整数
|
|
37887
|
+
* @param {number} min - 最小值(包含)
|
|
37888
|
+
* @param {number} max - 最大值(包含)
|
|
37889
|
+
* @returns {number} 随机整数
|
|
37890
|
+
*/
|
|
37891
|
+
function randomInt(min, max) {
|
|
37892
|
+
min = Math.ceil(min);
|
|
37893
|
+
max = Math.floor(max);
|
|
37894
|
+
return Math.floor(Math.random() * (max - min + 1)) + min;
|
|
37895
|
+
}
|
|
37896
|
+
|
|
37897
|
+
/**
|
|
37898
|
+
* 生成指定长度的随机数字字符串
|
|
37899
|
+
* @param {number} length - 字符串长度
|
|
37900
|
+
* @returns {string} 随机数字字符串
|
|
37901
|
+
*/
|
|
37902
|
+
function randomDigits(length) {
|
|
37903
|
+
var result = '';
|
|
37904
|
+
for (var i = 0; i < length; i++) {
|
|
37905
|
+
result += Math.floor(Math.random() * 10);
|
|
37906
|
+
}
|
|
37907
|
+
return result;
|
|
37908
|
+
}
|
|
37909
|
+
|
|
37910
|
+
/**
|
|
37911
|
+
* 生成指定长度的随机字符串
|
|
37912
|
+
* @param {number} length - 字符串长度
|
|
37913
|
+
* @param {string} chars - 可选字符集,默认为字母和数字
|
|
37914
|
+
* @returns {string} 随机字符串
|
|
37915
|
+
*/
|
|
37916
|
+
function randomString(length) {
|
|
37917
|
+
var chars = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';
|
|
37918
|
+
var result = '';
|
|
37919
|
+
for (var i = 0; i < length; i++) {
|
|
37920
|
+
result += chars.charAt(Math.floor(Math.random() * chars.length));
|
|
37921
|
+
}
|
|
37922
|
+
return result;
|
|
37923
|
+
}
|
|
37924
|
+
|
|
37925
|
+
/**
|
|
37926
|
+
* 生成UUID v4
|
|
37927
|
+
* @returns {string} UUID字符串
|
|
37928
|
+
*/
|
|
37929
|
+
function generateUUID() {
|
|
37930
|
+
return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function (c) {
|
|
37931
|
+
var r = Math.random() * 16 | 0;
|
|
37932
|
+
var v = c === 'x' ? r : r & 0x3 | 0x8;
|
|
37933
|
+
return v.toString(16);
|
|
37934
|
+
});
|
|
37935
|
+
}
|
|
37936
|
+
|
|
37937
|
+
/**
|
|
37938
|
+
* 生成唯一ID(兼容Vue 3中移除的_uid)
|
|
37939
|
+
* @returns {string} 唯一ID
|
|
37940
|
+
*/
|
|
37941
|
+
function generateUniqueId() {
|
|
37942
|
+
return Date.now().toString(36) + Math.random().toString(36).substr(2);
|
|
37943
|
+
}
|
|
37836
37944
|
;// ./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
37945
|
|
|
37838
37946
|
|
|
37839
37947
|
|
|
37948
|
+
|
|
37840
37949
|
/* harmony default export */ const QRCodeLoginvue_type_script_lang_js = ({
|
|
37841
37950
|
props: {
|
|
37842
37951
|
bdwxShow: {
|
|
@@ -37856,10 +37965,12 @@ var browser = __webpack_require__(7583);
|
|
|
37856
37965
|
statusTimer: null,
|
|
37857
37966
|
loginStatus: 0,
|
|
37858
37967
|
// 0-未扫码, 1-已扫码待确认, 2-登录成功, 3-过期
|
|
37859
|
-
wxRandom: ''
|
|
37968
|
+
wxRandom: '',
|
|
37969
|
+
uniqueId: ''
|
|
37860
37970
|
};
|
|
37861
37971
|
},
|
|
37862
37972
|
mounted: function mounted() {
|
|
37973
|
+
this.uniqueId = generateUniqueId();
|
|
37863
37974
|
this.generateQrCode();
|
|
37864
37975
|
},
|
|
37865
37976
|
beforeDestroy: function beforeDestroy() {
|
|
@@ -37906,7 +38017,7 @@ var browser = __webpack_require__(7583);
|
|
|
37906
38017
|
// 使用新的qrcode库生成二维码
|
|
37907
38018
|
generateQRCode: function generateQRCode(url) {
|
|
37908
38019
|
var _this2 = this;
|
|
37909
|
-
var containerId = "qrcode-container-".concat(this.
|
|
38020
|
+
var containerId = "qrcode-container-".concat(this.uniqueId);
|
|
37910
38021
|
var container = document.getElementById(containerId);
|
|
37911
38022
|
if (!container) {
|
|
37912
38023
|
console.error('二维码容器未找到');
|
|
@@ -37997,10 +38108,10 @@ var browser = __webpack_require__(7583);
|
|
|
37997
38108
|
});
|
|
37998
38109
|
;// ./src/components/QRCodeLogin.vue?vue&type=script&lang=js
|
|
37999
38110
|
|
|
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=
|
|
38111
|
+
;// ./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
38112
|
// extracted by mini-css-extract-plugin
|
|
38002
38113
|
|
|
38003
|
-
;// ./src/components/QRCodeLogin.vue?vue&type=style&index=0&id=
|
|
38114
|
+
;// ./src/components/QRCodeLogin.vue?vue&type=style&index=0&id=b28c2774&lang=scss&scoped=true
|
|
38004
38115
|
|
|
38005
38116
|
;// ./src/components/QRCodeLogin.vue
|
|
38006
38117
|
|
|
@@ -38010,7 +38121,7 @@ var browser = __webpack_require__(7583);
|
|
|
38010
38121
|
;
|
|
38011
38122
|
|
|
38012
38123
|
|
|
38013
|
-
const QRCodeLogin_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)(QRCodeLoginvue_type_script_lang_js, [['render',
|
|
38124
|
+
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
38125
|
|
|
38015
38126
|
/* harmony default export */ const QRCodeLogin = (QRCodeLogin_exports_);
|
|
38016
38127
|
;// ./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 +39505,6 @@ const improveInformation_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)
|
|
|
39394
39505
|
item.checked = false;
|
|
39395
39506
|
}
|
|
39396
39507
|
});
|
|
39397
|
-
this.phoneLogin();
|
|
39398
39508
|
},
|
|
39399
39509
|
inverseSelected: function inverseSelected(i, idx) {
|
|
39400
39510
|
this.phoneForm.userName = i.userName;
|
|
@@ -39406,12 +39516,14 @@ const improveInformation_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)
|
|
|
39406
39516
|
}
|
|
39407
39517
|
});
|
|
39408
39518
|
},
|
|
39409
|
-
multipleAccountSubmit: function multipleAccountSubmit() {
|
|
39519
|
+
multipleAccountSubmit: function multipleAccountSubmit(isMerged) {
|
|
39520
|
+
this.isMultipleAccountShow = false;
|
|
39410
39521
|
//判断this.accountList是否有选中的复选框
|
|
39411
39522
|
var selected = this.accountList.some(function (item) {
|
|
39412
39523
|
return item.checked;
|
|
39413
39524
|
});
|
|
39414
39525
|
if (selected) {
|
|
39526
|
+
this.phoneForm.isMerged = isMerged;
|
|
39415
39527
|
this.phoneLogin();
|
|
39416
39528
|
} else {
|
|
39417
39529
|
this.$message.warning(this.i18n('请先选择要登录的账号'));
|
|
@@ -39878,17 +39990,14 @@ const improveInformation_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)
|
|
|
39878
39990
|
i.userType = '社会学习者';
|
|
39879
39991
|
} else if (i.userType == 4) {
|
|
39880
39992
|
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
39993
|
}
|
|
39888
39994
|
});
|
|
39889
39995
|
_this11.isMerged = data.data.isMerged;
|
|
39890
39996
|
if (_this11.isMerged) {
|
|
39891
|
-
|
|
39997
|
+
//默认选中第一个
|
|
39998
|
+
_this11.phoneForm.userName = _this11.accountList[0].userName;
|
|
39999
|
+
_this11.accountList[0].checked = true;
|
|
40000
|
+
_this11.isMultipleAccountShow = true;
|
|
39892
40001
|
}
|
|
39893
40002
|
return;
|
|
39894
40003
|
}
|
|
@@ -39951,10 +40060,10 @@ const improveInformation_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)
|
|
|
39951
40060
|
}));
|
|
39952
40061
|
;// ./src/components/userCenterLogin.vue?vue&type=script&lang=js
|
|
39953
40062
|
|
|
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=
|
|
40063
|
+
;// ./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=b6f19b42&lang=scss
|
|
39955
40064
|
// extracted by mini-css-extract-plugin
|
|
39956
40065
|
|
|
39957
|
-
;// ./src/components/userCenterLogin.vue?vue&type=style&index=0&id=
|
|
40066
|
+
;// ./src/components/userCenterLogin.vue?vue&type=style&index=0&id=b6f19b42&lang=scss
|
|
39958
40067
|
|
|
39959
40068
|
;// ./src/components/userCenterLogin.vue
|
|
39960
40069
|
|
|
@@ -39964,7 +40073,7 @@ const improveInformation_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)
|
|
|
39964
40073
|
;
|
|
39965
40074
|
|
|
39966
40075
|
|
|
39967
|
-
const userCenterLogin_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)(userCenterLoginvue_type_script_lang_js, [['render',
|
|
40076
|
+
const userCenterLogin_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)(userCenterLoginvue_type_script_lang_js, [['render',userCenterLoginvue_type_template_id_b6f19b42_render]])
|
|
39968
40077
|
|
|
39969
40078
|
/* harmony default export */ const userCenterLogin = (userCenterLogin_exports_);
|
|
39970
40079
|
;// ./index.js
|