eoss-ui 0.6.67 → 0.6.69
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/lib/button-group.js +3 -2
- package/lib/button.js +3 -2
- package/lib/calogin.js +700 -256
- package/lib/checkbox-group.js +3 -2
- package/lib/data-table-form.js +3 -2
- package/lib/data-table.js +3 -2
- package/lib/date-picker.js +3 -2
- package/lib/dialog.js +3 -2
- package/lib/eoss-ui.common.js +1386 -920
- package/lib/flow-group.js +3 -2
- package/lib/flow-list.js +161 -177
- package/lib/flow.js +301 -291
- package/lib/form.js +3 -2
- package/lib/handle-user.js +3 -2
- package/lib/handler.js +3 -2
- package/lib/icon.js +3 -2
- package/lib/index.js +1 -1
- package/lib/input-number.js +3 -2
- package/lib/input.js +3 -2
- package/lib/login.js +70 -39
- package/lib/main.js +135 -134
- package/lib/nav.js +3 -2
- package/lib/page.js +3 -2
- package/lib/pagination.js +3 -2
- package/lib/player.js +3 -2
- package/lib/qr-code.js +16 -15
- package/lib/radio-group.js +3 -2
- package/lib/retrial-auth.js +3 -2
- package/lib/select-ganged.js +3 -2
- package/lib/select.js +3 -2
- package/lib/selector-panel.js +3 -2
- package/lib/selector.js +3 -2
- package/lib/sizer.js +3 -2
- package/lib/steps.js +3 -2
- package/lib/switch.js +3 -2
- package/lib/table-form.js +3 -2
- package/lib/tabs.js +3 -2
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/login.css +1 -1
- package/lib/tips.js +3 -2
- package/lib/tree-group.js +3 -2
- package/lib/tree.js +3 -2
- package/lib/upload.js +3 -2
- package/lib/utils/util.js +3 -2
- package/lib/wujie.js +3 -2
- package/lib/wxlogin.js +3 -2
- package/package.json +160 -160
- package/packages/.DS_Store +0 -0
- package/packages/autocomplete/.DS_Store +0 -0
- package/packages/button/index.js +5 -5
- package/packages/button/src/main.vue +418 -418
- package/packages/button-group/index.js +5 -5
- package/packages/button-group/src/main.vue +298 -298
- package/packages/calendar/index.js +5 -5
- package/packages/calogin/.DS_Store +0 -0
- package/packages/calogin/index.js +5 -5
- package/packages/calogin/src/main.vue +410 -131
- package/packages/calogin/src/plugin.js +915 -748
- package/packages/card/index.js +5 -5
- package/packages/card/src/main.vue +156 -156
- package/packages/cascader/index.js +5 -5
- package/packages/cascader/src/main.vue +168 -168
- package/packages/checkbox-group/index.js +5 -5
- package/packages/checkbox-group/src/main.vue +333 -333
- package/packages/clients/index.js +5 -5
- package/packages/clients/src/main.vue +151 -151
- package/packages/data-table/index.js +5 -5
- package/packages/data-table/src/children.vue +39 -39
- package/packages/data-table/src/column.vue +989 -989
- package/packages/data-table/src/main.vue +1822 -1822
- package/packages/data-table/src/sizer.vue +195 -195
- package/packages/data-table-form/index.js +5 -5
- package/packages/data-table-form/src/checkbox.vue +101 -101
- package/packages/data-table-form/src/colgroup.vue +17 -17
- package/packages/data-table-form/src/main.vue +181 -181
- package/packages/data-table-form/src/radio.vue +65 -65
- package/packages/data-table-form/src/table.vue +233 -233
- package/packages/data-table-form/src/tbody.vue +336 -336
- package/packages/data-table-form/src/thead.vue +68 -68
- package/packages/date-picker/.DS_Store +0 -0
- package/packages/date-picker/index.js +5 -5
- package/packages/date-picker/src/.DS_Store +0 -0
- package/packages/date-picker/src/main.vue +236 -236
- package/packages/dialog/index.js +5 -5
- package/packages/enable-drag/index.js +5 -5
- package/packages/enterprise/index.js +5 -5
- package/packages/enterprise/src/main.vue +66 -66
- package/packages/error-page/index.js +5 -5
- package/packages/error-page/src/main.vue +44 -44
- package/packages/flow/.DS_Store +0 -0
- package/packages/flow/index.js +5 -5
- package/packages/flow/src/component/Circulate.vue +351 -351
- package/packages/flow/src/component/CommonOpinions.vue +346 -346
- package/packages/flow/src/component/CustomPreset.vue +322 -322
- package/packages/flow/src/component/FileList.vue +99 -99
- package/packages/flow/src/component/Preset.vue +255 -255
- package/packages/flow/src/component/SendMsg.vue +241 -241
- package/packages/flow/src/component/TimeLimit.vue +190 -190
- package/packages/flow/src/component/taskUnionExamine.vue +619 -619
- package/packages/flow/src/form.vue +121 -121
- package/packages/flow/src/freeStartFlow.vue +2843 -2843
- package/packages/flow/src/main.vue +3369 -3367
- package/packages/flow/src/processForm.vue +1091 -1091
- package/packages/flow/src/processReject.vue +294 -294
- package/packages/flow/src/reset.vue +905 -905
- package/packages/flow/src/selectUser.vue +6 -0
- package/packages/flow/src/startTaskRead.vue +659 -659
- package/packages/flow/src/supervise.vue +149 -149
- package/packages/flow/src/table.vue +58 -58
- package/packages/flow-group/index.js +5 -5
- package/packages/flow-group/src/main.vue +688 -688
- package/packages/flow-list/.DS_Store +0 -0
- package/packages/flow-list/index.js +5 -5
- package/packages/flow-list/src/main.vue +1738 -1757
- package/packages/form/index.js +5 -5
- package/packages/form/src/main.vue +3581 -3581
- package/packages/form/src/table.vue +1426 -1426
- package/packages/handle-user/index.js +5 -5
- package/packages/handle-user/src/main.vue +138 -138
- package/packages/handler/index.js +5 -5
- package/packages/handler/src/main.vue +493 -493
- package/packages/icon/index.js +5 -5
- package/packages/icon/src/main.vue +101 -101
- package/packages/icons/index.js +5 -5
- package/packages/icons/src/main.vue +81 -81
- package/packages/input/index.js +5 -5
- package/packages/input/src/main.vue +356 -356
- package/packages/input-number/index.js +5 -5
- package/packages/input-number/src/main.vue +106 -106
- package/packages/label/index.js +5 -5
- package/packages/label/src/main.vue +457 -457
- package/packages/layout/index.js +5 -5
- package/packages/layout/src/item.vue +152 -152
- package/packages/layout/src/main.vue +31 -31
- package/packages/login/.DS_Store +0 -0
- package/packages/login/index.js +5 -5
- package/packages/login/src/main.vue +2015 -1988
- package/packages/login/src/resetPassword.vue +562 -562
- package/packages/main/.DS_Store +0 -0
- package/packages/main/index.js +5 -5
- package/packages/main/src/.DS_Store +0 -0
- package/packages/main/src/default/message.vue +249 -249
- package/packages/main/src/default/notice.vue +157 -157
- package/packages/main/src/default/userinfo.vue +503 -503
- package/packages/main/src/public/online.vue +89 -89
- package/packages/main/src/public/search.vue +462 -462
- package/packages/main/src/public/settings.vue +221 -221
- package/packages/main/src/simplicity/apps.vue +388 -388
- package/packages/main/src/simplicity/avatar.vue +83 -83
- package/packages/main/src/simplicity/handler.vue +259 -259
- package/packages/main/src/simplicity/index.vue +2089 -2089
- package/packages/main/src/simplicity/lists.vue +84 -84
- package/packages/main/src/simplicity/menu-list.vue +135 -135
- package/packages/main/src/simplicity/message.vue +259 -259
- package/packages/main/src/simplicity/notice.vue +190 -190
- package/packages/main/src/simplicity/router-page.vue +45 -45
- package/packages/main/src/simplicity/sub-menu.vue +264 -264
- package/packages/main/src/simplicity/user.vue +257 -257
- package/packages/main/src/simplicity/userinfo.vue +312 -312
- package/packages/menu/.DS_Store +0 -0
- package/packages/menu/index.js +5 -5
- package/packages/menu/src/main.vue +584 -584
- package/packages/nav/index.js +5 -5
- package/packages/nav/src/main.vue +351 -351
- package/packages/notify/index.js +5 -5
- package/packages/notify/src/main.vue +538 -538
- package/packages/page/index.js +5 -5
- package/packages/page/src/main.vue +167 -167
- package/packages/pagination/index.js +5 -5
- package/packages/pagination/src/main.vue +96 -96
- package/packages/player/index.js +5 -5
- package/packages/player/src/main.vue +194 -194
- package/packages/qr-code/index.js +5 -5
- package/packages/qr-code/src/main.vue +170 -170
- package/packages/radio-group/index.js +6 -6
- package/packages/radio-group/src/main.vue +319 -319
- package/packages/retrial-auth/index.js +5 -5
- package/packages/retrial-auth/src/main.vue +280 -280
- package/packages/scrollbar/.DS_Store +0 -0
- package/packages/select/.DS_Store +0 -0
- package/packages/select/index.js +5 -5
- package/packages/select/src/main.vue +778 -778
- package/packages/select-ganged/index.js +5 -5
- package/packages/select-ganged/src/main.vue +724 -724
- package/packages/selector/index.js +5 -5
- package/packages/selector/src/main.vue +687 -687
- package/packages/selector-panel/index.js +5 -5
- package/packages/selector-panel/src/main.vue +1027 -1027
- package/packages/selector-panel/src/selection.vue +177 -177
- package/packages/selector-panel/src/tree.vue +129 -129
- package/packages/sizer/index.js +5 -5
- package/packages/sizer/src/main.vue +254 -254
- package/packages/steps/index.js +5 -5
- package/packages/steps/src/main.vue +181 -181
- package/packages/switch/index.js +5 -5
- package/packages/switch/src/main.vue +154 -154
- package/packages/table-form/index.js +5 -5
- package/packages/tabs/index.js +5 -5
- package/packages/tabs/src/main.vue +788 -788
- package/packages/tabs-panel/index.js +5 -5
- package/packages/tabs-panel/src/main.vue +29 -29
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/login.css +1 -1
- package/packages/theme-chalk/src/.DS_Store +0 -0
- package/packages/theme-chalk/src/base.scss +261 -261
- package/packages/theme-chalk/src/button-group.scss +176 -176
- package/packages/theme-chalk/src/button.scss +24 -24
- package/packages/theme-chalk/src/calendar.scss +113 -113
- package/packages/theme-chalk/src/card.scss +99 -99
- package/packages/theme-chalk/src/checkbox-group.scss +8 -8
- package/packages/theme-chalk/src/clients.scss +87 -87
- package/packages/theme-chalk/src/data-table-form.scss +67 -67
- package/packages/theme-chalk/src/data-table.scss +293 -293
- package/packages/theme-chalk/src/date-picker.scss +7 -7
- package/packages/theme-chalk/src/dialog.scss +77 -77
- package/packages/theme-chalk/src/enable-drag.scss +181 -181
- package/packages/theme-chalk/src/enterprise.scss +5 -5
- package/packages/theme-chalk/src/error-page.scss +18 -18
- package/packages/theme-chalk/src/flow-group.scss +110 -110
- package/packages/theme-chalk/src/flow-list.scss +39 -39
- package/packages/theme-chalk/src/flow.scss +343 -343
- package/packages/theme-chalk/src/form.scss +496 -496
- package/packages/theme-chalk/src/handle-user.scss +40 -40
- package/packages/theme-chalk/src/handler.scss +143 -143
- package/packages/theme-chalk/src/icon.scss +1792 -1792
- package/packages/theme-chalk/src/icons.scss +99 -99
- package/packages/theme-chalk/src/input.scss +9 -9
- package/packages/theme-chalk/src/label.scss +24 -24
- package/packages/theme-chalk/src/layout.scss +46 -46
- package/packages/theme-chalk/src/login.scss +981 -981
- package/packages/theme-chalk/src/main.scss +663 -663
- package/packages/theme-chalk/src/menu.scss +222 -222
- package/packages/theme-chalk/src/mixins/color.scss +117 -117
- package/packages/theme-chalk/src/nav.scss +111 -111
- package/packages/theme-chalk/src/page.scss +3 -3
- package/packages/theme-chalk/src/pagination.scss +29 -29
- package/packages/theme-chalk/src/player.scss +9 -9
- package/packages/theme-chalk/src/qr-code.scss +17 -17
- package/packages/theme-chalk/src/radio-group.scss +9 -9
- package/packages/theme-chalk/src/retrial-auth.scss +38 -38
- package/packages/theme-chalk/src/select-ganged.scss +8 -8
- package/packages/theme-chalk/src/select.scss +8 -8
- package/packages/theme-chalk/src/selector-panel.scss +204 -204
- package/packages/theme-chalk/src/selector.scss +91 -91
- package/packages/theme-chalk/src/simplicity.scss +1355 -1355
- package/packages/theme-chalk/src/sizer.scss +36 -36
- package/packages/theme-chalk/src/steps.scss +88 -88
- package/packages/theme-chalk/src/switch.scss +3 -3
- package/packages/theme-chalk/src/table-form.scss +1 -1
- package/packages/theme-chalk/src/tabs.scss +87 -87
- package/packages/theme-chalk/src/tips.scss +7 -7
- package/packages/theme-chalk/src/toolbar.scss +179 -179
- package/packages/theme-chalk/src/tree-group.scss +72 -72
- package/packages/theme-chalk/src/tree.scss +165 -165
- package/packages/theme-chalk/src/upload.scss +168 -168
- package/packages/theme-chalk/src/wxlogin.scss +3 -3
- package/packages/tips/index.js +5 -5
- package/packages/tips/src/main.vue +141 -141
- package/packages/toolbar/index.js +5 -5
- package/packages/toolbar/src/main.vue +430 -430
- package/packages/tree/index.js +5 -5
- package/packages/tree-group/index.js +5 -5
- package/packages/upload/.DS_Store +0 -0
- package/packages/upload/index.js +5 -5
- package/packages/upload/src/main.vue +1347 -1347
- package/packages/upload/src/picture.js +15 -15
- package/packages/wujie/index.js +5 -5
- package/packages/wujie/src/main.vue +145 -145
- package/packages/wxlogin/index.js +5 -5
- package/packages/wxlogin/src/main.vue +128 -128
- package/src/.DS_Store +0 -0
- package/src/config/api.js +291 -291
- package/src/config/image.js +2 -2
- package/src/index.js +163 -163
- package/src/utils/.DS_Store +0 -0
- package/src/utils/bus.js +3 -3
- package/src/utils/date-util.js +312 -312
- package/src/utils/http.js +50 -50
- package/src/utils/rules.js +18 -18
- package/src/utils/store.js +21 -21
- package/src/utils/util.js +3 -2
- package/src/utils/webSocket.js +107 -107
package/lib/input-number.js
CHANGED
|
@@ -587,8 +587,9 @@ var ajaxStream = function ajaxStream(_ref2) {
|
|
|
587
587
|
try {
|
|
588
588
|
// 假设数据是 JSON 格式
|
|
589
589
|
var parsedData = JSON.parse(data);
|
|
590
|
-
info
|
|
591
|
-
info.
|
|
590
|
+
info = _extends({}, info, parsedData);
|
|
591
|
+
// info.time = parsedData.time;
|
|
592
|
+
// info.conversationId = parsedData.conversationId;
|
|
592
593
|
var thinkRegex = /<think>([\s\S]*?)<\/think>([\s\S]*)?/;
|
|
593
594
|
var match = parsedData.message.match(thinkRegex);
|
|
594
595
|
if (match) {
|
package/lib/input.js
CHANGED
|
@@ -587,8 +587,9 @@ var ajaxStream = function ajaxStream(_ref2) {
|
|
|
587
587
|
try {
|
|
588
588
|
// 假设数据是 JSON 格式
|
|
589
589
|
var parsedData = JSON.parse(data);
|
|
590
|
-
info
|
|
591
|
-
info.
|
|
590
|
+
info = _extends({}, info, parsedData);
|
|
591
|
+
// info.time = parsedData.time;
|
|
592
|
+
// info.conversationId = parsedData.conversationId;
|
|
592
593
|
var thinkRegex = /<think>([\s\S]*?)<\/think>([\s\S]*)?/;
|
|
593
594
|
var match = parsedData.message.match(thinkRegex);
|
|
594
595
|
if (match) {
|
package/lib/login.js
CHANGED
|
@@ -586,8 +586,9 @@ var ajaxStream = function ajaxStream(_ref2) {
|
|
|
586
586
|
try {
|
|
587
587
|
// 假设数据是 JSON 格式
|
|
588
588
|
var parsedData = JSON.parse(data);
|
|
589
|
-
info
|
|
590
|
-
info.
|
|
589
|
+
info = _extends({}, info, parsedData);
|
|
590
|
+
// info.time = parsedData.time;
|
|
591
|
+
// info.conversationId = parsedData.conversationId;
|
|
591
592
|
var thinkRegex = /<think>([\s\S]*?)<\/think>([\s\S]*)?/;
|
|
592
593
|
var match = parsedData.message.match(thinkRegex);
|
|
593
594
|
if (match) {
|
|
@@ -4316,7 +4317,7 @@ var nightImg = 'data:image/jpeg;base64,/9j/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBA
|
|
|
4316
4317
|
// ESM COMPAT FLAG
|
|
4317
4318
|
__webpack_require__.r(__webpack_exports__);
|
|
4318
4319
|
|
|
4319
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=
|
|
4320
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=729dd354&
|
|
4320
4321
|
var render = function () {
|
|
4321
4322
|
var _vm = this
|
|
4322
4323
|
var _h = _vm.$createElement
|
|
@@ -4486,35 +4487,38 @@ var render = function () {
|
|
|
4486
4487
|
: [
|
|
4487
4488
|
_vm._l(_vm.icons, function (item) {
|
|
4488
4489
|
return [
|
|
4489
|
-
|
|
4490
|
-
|
|
4491
|
-
|
|
4492
|
-
directives: [
|
|
4490
|
+
_vm.modelLength == 2
|
|
4491
|
+
? _c(
|
|
4492
|
+
"div",
|
|
4493
4493
|
{
|
|
4494
|
-
|
|
4495
|
-
|
|
4496
|
-
|
|
4497
|
-
|
|
4498
|
-
|
|
4499
|
-
|
|
4500
|
-
|
|
4501
|
-
|
|
4494
|
+
directives: [
|
|
4495
|
+
{
|
|
4496
|
+
name: "show",
|
|
4497
|
+
rawName: "v-show",
|
|
4498
|
+
value:
|
|
4499
|
+
_vm.active != item.type &&
|
|
4500
|
+
_vm.modelTips,
|
|
4501
|
+
expression:
|
|
4502
|
+
"active != item.type && modelTips",
|
|
4503
|
+
},
|
|
4504
|
+
],
|
|
4505
|
+
key: item.type,
|
|
4506
|
+
staticClass:
|
|
4507
|
+
"es-login-model-item-tips",
|
|
4502
4508
|
},
|
|
4503
|
-
|
|
4504
|
-
|
|
4505
|
-
|
|
4506
|
-
|
|
4507
|
-
|
|
4508
|
-
|
|
4509
|
-
|
|
4510
|
-
|
|
4511
|
-
|
|
4512
|
-
|
|
4513
|
-
|
|
4514
|
-
|
|
4515
|
-
|
|
4516
|
-
]
|
|
4517
|
-
),
|
|
4509
|
+
[
|
|
4510
|
+
_vm._v(
|
|
4511
|
+
"\n " +
|
|
4512
|
+
_vm._s(item.name) +
|
|
4513
|
+
"点这里"
|
|
4514
|
+
),
|
|
4515
|
+
_c("i", {
|
|
4516
|
+
staticClass:
|
|
4517
|
+
"es-icon-zhixiangyou",
|
|
4518
|
+
}),
|
|
4519
|
+
]
|
|
4520
|
+
)
|
|
4521
|
+
: _vm._e(),
|
|
4518
4522
|
_c(
|
|
4519
4523
|
"span",
|
|
4520
4524
|
{
|
|
@@ -4613,7 +4617,7 @@ var render = function () {
|
|
|
4613
4617
|
: [
|
|
4614
4618
|
_vm._l(_vm.icons, function (item) {
|
|
4615
4619
|
return [
|
|
4616
|
-
item.type !== "3"
|
|
4620
|
+
item.type !== "3"
|
|
4617
4621
|
? _c(
|
|
4618
4622
|
"div",
|
|
4619
4623
|
{
|
|
@@ -5550,7 +5554,7 @@ var render = function () {
|
|
|
5550
5554
|
},
|
|
5551
5555
|
[
|
|
5552
5556
|
_c("p", { staticClass: "es-launch-text es-launch-user-name" }, [
|
|
5553
|
-
_vm._v(_vm._s(_vm.userName) + "
|
|
5557
|
+
_vm._v(_vm._s(_vm.userName) + ",您好!"),
|
|
5554
5558
|
]),
|
|
5555
5559
|
_c(
|
|
5556
5560
|
"p",
|
|
@@ -5568,9 +5572,12 @@ var render = function () {
|
|
|
5568
5572
|
? _c("es-ca-login", {
|
|
5569
5573
|
ref: "calogin",
|
|
5570
5574
|
attrs: {
|
|
5575
|
+
"install-path": _vm.installPath,
|
|
5576
|
+
"ca-model": _vm.caLoginModel,
|
|
5571
5577
|
identifyingId: _vm.identifyingId,
|
|
5572
5578
|
success: _vm.caLogin,
|
|
5573
5579
|
},
|
|
5580
|
+
on: { error: _vm.handleError },
|
|
5574
5581
|
})
|
|
5575
5582
|
: _vm._e(),
|
|
5576
5583
|
],
|
|
@@ -5596,7 +5603,7 @@ var staticRenderFns = [
|
|
|
5596
5603
|
render._withStripped = true
|
|
5597
5604
|
|
|
5598
5605
|
|
|
5599
|
-
// CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=
|
|
5606
|
+
// CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=729dd354&
|
|
5600
5607
|
|
|
5601
5608
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
5602
5609
|
var regenerator_ = __webpack_require__(4);
|
|
@@ -6704,6 +6711,10 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6704
6711
|
//
|
|
6705
6712
|
//
|
|
6706
6713
|
//
|
|
6714
|
+
//
|
|
6715
|
+
//
|
|
6716
|
+
//
|
|
6717
|
+
//
|
|
6707
6718
|
|
|
6708
6719
|
|
|
6709
6720
|
|
|
@@ -6943,7 +6954,9 @@ var ceshi = util["a" /* default */].getParams('ceshi');
|
|
|
6943
6954
|
default: function _default() {
|
|
6944
6955
|
return [];
|
|
6945
6956
|
}
|
|
6946
|
-
}
|
|
6957
|
+
},
|
|
6958
|
+
caModel: String,
|
|
6959
|
+
caInstallPath: String
|
|
6947
6960
|
},
|
|
6948
6961
|
computed: {
|
|
6949
6962
|
transform: function transform() {
|
|
@@ -7041,6 +7054,7 @@ var ceshi = util["a" /* default */].getParams('ceshi');
|
|
|
7041
7054
|
types.forEach(function (item) {
|
|
7042
7055
|
icon.push(_this.iconfonts[item]);
|
|
7043
7056
|
});
|
|
7057
|
+
console.log(icon);
|
|
7044
7058
|
return icon;
|
|
7045
7059
|
},
|
|
7046
7060
|
isCaLogin: function isCaLogin() {
|
|
@@ -7131,6 +7145,7 @@ var ceshi = util["a" /* default */].getParams('ceshi');
|
|
|
7131
7145
|
loginTitleImg: this.loginTitle,
|
|
7132
7146
|
loginLogoImg: this.loginLogo,
|
|
7133
7147
|
loginModel: this.type,
|
|
7148
|
+
caLoginModel: this.caModel,
|
|
7134
7149
|
passModifyModel: null,
|
|
7135
7150
|
active: 0,
|
|
7136
7151
|
submit: false,
|
|
@@ -7195,7 +7210,8 @@ var ceshi = util["a" /* default */].getParams('ceshi');
|
|
|
7195
7210
|
launchKey: 'day',
|
|
7196
7211
|
launchTime: 2000,
|
|
7197
7212
|
switchActive: this.switchsActive,
|
|
7198
|
-
loginDownloadApp: this.loginDownloadApps
|
|
7213
|
+
loginDownloadApp: this.loginDownloadApps,
|
|
7214
|
+
installPath: this.caInstallPath
|
|
7199
7215
|
};
|
|
7200
7216
|
},
|
|
7201
7217
|
beforeCreate: function beforeCreate() {
|
|
@@ -7206,8 +7222,8 @@ var ceshi = util["a" /* default */].getParams('ceshi');
|
|
|
7206
7222
|
},
|
|
7207
7223
|
created: function created() {
|
|
7208
7224
|
this.launchKey = 5 < new Date().getHours() < 18 ? 'day' : 'night';
|
|
7209
|
-
if (ceshi
|
|
7210
|
-
this.loginModel = '0';
|
|
7225
|
+
if (ceshi) {
|
|
7226
|
+
this.loginModel = ceshi == 'true' || ceshi == true ? '0' : ceshi;
|
|
7211
7227
|
}
|
|
7212
7228
|
if (this.isScale || util["a" /* default */].getParams('scale')) {
|
|
7213
7229
|
util["a" /* default */].setScale();
|
|
@@ -7401,6 +7417,7 @@ var ceshi = util["a" /* default */].getParams('ceshi');
|
|
|
7401
7417
|
_this4.$refs[ref] && _this4.$refs[ref].clearValidate();
|
|
7402
7418
|
});
|
|
7403
7419
|
} else {
|
|
7420
|
+
this.submit = true;
|
|
7404
7421
|
this.$refs.calogin && this.$refs.calogin.getCertificate();
|
|
7405
7422
|
}
|
|
7406
7423
|
this.countdown = 0;
|
|
@@ -7522,15 +7539,19 @@ var ceshi = util["a" /* default */].getParams('ceshi');
|
|
|
7522
7539
|
document.title = res.subsystemName;
|
|
7523
7540
|
}
|
|
7524
7541
|
this.app = res.appName || res.subsystemName;
|
|
7525
|
-
if (res.loginModel && ceshi
|
|
7542
|
+
if (res.loginModel && !ceshi) {
|
|
7526
7543
|
this.loginModel = (res.firstLoginModel || this.firstLoginModel) && !isLogined ? res.firstLoginModel || this.firstLoginModel : res.loginModel;
|
|
7527
7544
|
}
|
|
7545
|
+
|
|
7528
7546
|
if (res.loginBackgroundUrl) {
|
|
7529
7547
|
this.loginBackgroundImg = res.loginBackgroundUrl.split(',');
|
|
7530
7548
|
}
|
|
7531
7549
|
if (res.loginLogoUrl) {
|
|
7532
7550
|
this.loginLogoImg = res.loginLogoUrl;
|
|
7533
7551
|
}
|
|
7552
|
+
if (res.caModel) {
|
|
7553
|
+
this.caLoginModel = res.caModel;
|
|
7554
|
+
}
|
|
7534
7555
|
res.loginPage && sessionStorage.setItem('loginPage', res.loginPage);
|
|
7535
7556
|
if (res.subsystemExtend && Object.keys(res.subsystemExtend).length) {
|
|
7536
7557
|
if (res.subsystemExtend.copyright && res.subsystemExtend.copyright.length) {
|
|
@@ -7550,6 +7571,9 @@ var ceshi = util["a" /* default */].getParams('ceshi');
|
|
|
7550
7571
|
if (res.subsystemExtend.loginModel && (ceshi == 'true' || ceshi == true)) {
|
|
7551
7572
|
this.loginModel = (res.firstLoginModel || this.firstLoginModel) && !isLogined ? res.firstLoginModel || this.firstLoginModel : res.subsystemExtend.loginModel;
|
|
7552
7573
|
}
|
|
7574
|
+
if (res.subsystemExtend.caModel) {
|
|
7575
|
+
this.caLoginModel = res.subsystemExtend.caModel;
|
|
7576
|
+
}
|
|
7553
7577
|
if (res.subsystemExtend.applicationName) {
|
|
7554
7578
|
localStorage.setItem('appcode', res.subsystemExtend.applicationName);
|
|
7555
7579
|
}
|
|
@@ -7603,6 +7627,9 @@ var ceshi = util["a" /* default */].getParams('ceshi');
|
|
|
7603
7627
|
if (res.subsystemExtend.loginDownloadApp) {
|
|
7604
7628
|
this.loginDownloadApp = res.subsystemExtend.loginDownloadApp;
|
|
7605
7629
|
}
|
|
7630
|
+
if (res.subsystemExtend.caInstallPath) {
|
|
7631
|
+
this.installPath = res.subsystemExtend.caInstallPath;
|
|
7632
|
+
}
|
|
7606
7633
|
}
|
|
7607
7634
|
this.passModifyModel = res.passModifyModel;
|
|
7608
7635
|
this.wechatAppid = res.wechatAppid;
|
|
@@ -7803,7 +7830,7 @@ var ceshi = util["a" /* default */].getParams('ceshi');
|
|
|
7803
7830
|
util["a" /* default */].ajax({
|
|
7804
7831
|
method: 'post',
|
|
7805
7832
|
url: this.caAction,
|
|
7806
|
-
data: { identifyingId: this.identifyingId, signedData: signedData }
|
|
7833
|
+
data: typeof signedData === 'string' ? { identifyingId: this.identifyingId, signedData: signedData } : signedData
|
|
7807
7834
|
}).then(function (res) {
|
|
7808
7835
|
_this10.submit = false;
|
|
7809
7836
|
if (res.rCode == 0) {
|
|
@@ -7826,6 +7853,7 @@ var ceshi = util["a" /* default */].getParams('ceshi');
|
|
|
7826
7853
|
_this10.onError(res);
|
|
7827
7854
|
}
|
|
7828
7855
|
}).catch(function (err) {
|
|
7856
|
+
_this10.submit = false;
|
|
7829
7857
|
if (err.message && err.message !== 'canceled') {
|
|
7830
7858
|
_this10.$message.error(err.message);
|
|
7831
7859
|
}
|
|
@@ -8062,6 +8090,9 @@ var ceshi = util["a" /* default */].getParams('ceshi');
|
|
|
8062
8090
|
},
|
|
8063
8091
|
handlePaste: function handlePaste(event) {
|
|
8064
8092
|
this.safe && event.preventDefault();
|
|
8093
|
+
},
|
|
8094
|
+
handleError: function handleError() {
|
|
8095
|
+
this.submit = false;
|
|
8065
8096
|
}
|
|
8066
8097
|
},
|
|
8067
8098
|
beforeDestroy: function beforeDestroy() {
|