eoss-ui 0.7.71 → 0.7.73
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/calogin.js +233 -233
- package/lib/eoss-ui.common.js +385 -388
- package/lib/flow.js +13 -11
- package/lib/index.js +1 -1
- package/lib/login.js +3 -3
- package/lib/main.js +107 -112
- package/lib/qr-code.js +13 -13
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/login.css +1 -1
- package/lib/theme-chalk/main.css +1 -1
- package/lib/theme-chalk/simplicity-top.css +1 -1
- package/package.json +1 -1
- 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/calendar/index.js +5 -5
- package/packages/calogin/index.js +5 -5
- package/packages/calogin/src/plugin.js +915 -915
- 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/data-table/index.js +5 -5
- package/packages/data-table/src/children.vue +39 -39
- 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/index.js +5 -5
- 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/index.js +5 -5
- package/packages/flow/src/component/TimeLimit.vue +190 -190
- package/packages/flow/src/freeStartFlow.vue +2 -1
- package/packages/flow/src/main.vue +3 -2
- package/packages/flow/src/table.vue +58 -58
- package/packages/flow-group/index.js +5 -5
- package/packages/flow-list/index.js +5 -5
- package/packages/form/index.js +5 -5
- package/packages/handle-user/index.js +5 -5
- package/packages/handler/index.js +5 -5
- package/packages/icon/index.js +5 -5
- 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/index.js +5 -5
- package/packages/login/src/main.vue +3 -1
- package/packages/main/index.js +5 -5
- package/packages/main/src/default/message.vue +249 -249
- package/packages/main/src/default/notice.vue +157 -157
- package/packages/main/src/main.vue +6 -18
- package/packages/main/src/simplicity/handler.vue +1 -3
- package/packages/main/src/simplicity/index.vue +13 -3
- package/packages/main/src/simplicity/lists.vue +84 -84
- package/packages/main/src/simplicity/router-page.vue +45 -45
- package/packages/main/src/simplicityTop/handler.vue +1 -4
- package/packages/main/src/simplicityTop/index.vue +14 -9
- package/packages/menu/index.js +5 -5
- package/packages/nav/index.js +5 -5
- 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/select/index.js +5 -5
- 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-panel/index.js +5 -5
- 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/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/lib/main.css +1 -1
- package/packages/theme-chalk/lib/simplicity-top.css +1 -1
- 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/common/var.scss +1 -1
- package/packages/theme-chalk/src/data-table-form.scss +67 -67
- 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/handle-user.scss +40 -40
- 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/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/simplicity-top.scss +2 -2
- 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/wxlogin.scss +3 -3
- package/packages/tips/index.js +5 -5
- package/packages/toolbar/index.js +5 -5
- package/packages/tree/index.js +5 -5
- package/packages/tree-group/index.js +5 -5
- package/packages/upload/index.js +5 -5
- 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/config/image.js +2 -2
- package/src/index.js +1 -1
- 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/store.js +21 -21
- package/src/utils/webSocket.js +107 -107
package/lib/eoss-ui.common.js
CHANGED
|
@@ -6775,8 +6775,8 @@ var plugin_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "
|
|
|
6775
6775
|
|
|
6776
6776
|
function plugin_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
6777
6777
|
|
|
6778
|
-
/**
|
|
6779
|
-
* JIT_GW_ExtInterface 模块,提供与客户端交互的功能
|
|
6778
|
+
/**
|
|
6779
|
+
* JIT_GW_ExtInterface 模块,提供与客户端交互的功能
|
|
6780
6780
|
*/
|
|
6781
6781
|
var CA_ExtInterface = function () {
|
|
6782
6782
|
function CA_ExtInterface() {
|
|
@@ -6789,11 +6789,11 @@ var CA_ExtInterface = function () {
|
|
|
6789
6789
|
this.init();
|
|
6790
6790
|
}
|
|
6791
6791
|
|
|
6792
|
-
/**
|
|
6793
|
-
* 简单的 Object.assign 兼容 IE <= 11 的 polyfill
|
|
6794
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
|
|
6795
|
-
* @param {Object} target - 目标对象
|
|
6796
|
-
* @param {Object} options - 新的选项对象
|
|
6792
|
+
/**
|
|
6793
|
+
* 简单的 Object.assign 兼容 IE <= 11 的 polyfill
|
|
6794
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
|
|
6795
|
+
* @param {Object} target - 目标对象
|
|
6796
|
+
* @param {Object} options - 新的选项对象
|
|
6797
6797
|
*/
|
|
6798
6798
|
|
|
6799
6799
|
|
|
@@ -6808,8 +6808,8 @@ var CA_ExtInterface = function () {
|
|
|
6808
6808
|
}
|
|
6809
6809
|
};
|
|
6810
6810
|
|
|
6811
|
-
/**
|
|
6812
|
-
* 检查当前会话的 WebSocket URL
|
|
6811
|
+
/**
|
|
6812
|
+
* 检查当前会话的 WebSocket URL
|
|
6813
6813
|
*/
|
|
6814
6814
|
|
|
6815
6815
|
|
|
@@ -6823,8 +6823,8 @@ var CA_ExtInterface = function () {
|
|
|
6823
6823
|
}
|
|
6824
6824
|
};
|
|
6825
6825
|
|
|
6826
|
-
/**
|
|
6827
|
-
* 检查是否使用 ActiveX
|
|
6826
|
+
/**
|
|
6827
|
+
* 检查是否使用 ActiveX
|
|
6828
6828
|
*/
|
|
6829
6829
|
|
|
6830
6830
|
|
|
@@ -6836,11 +6836,11 @@ var CA_ExtInterface = function () {
|
|
|
6836
6836
|
}
|
|
6837
6837
|
};
|
|
6838
6838
|
|
|
6839
|
-
/**
|
|
6840
|
-
* 扩展发送消息并等待响应
|
|
6841
|
-
* @param {string} operatorCmd - 操作命令
|
|
6842
|
-
* @param {string} sendMsg - 发送的消息
|
|
6843
|
-
* @returns {string} 响应消息
|
|
6839
|
+
/**
|
|
6840
|
+
* 扩展发送消息并等待响应
|
|
6841
|
+
* @param {string} operatorCmd - 操作命令
|
|
6842
|
+
* @param {string} sendMsg - 发送的消息
|
|
6843
|
+
* @returns {string} 响应消息
|
|
6844
6844
|
*/
|
|
6845
6845
|
|
|
6846
6846
|
|
|
@@ -6850,11 +6850,11 @@ var CA_ExtInterface = function () {
|
|
|
6850
6850
|
return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
|
|
6851
6851
|
};
|
|
6852
6852
|
|
|
6853
|
-
/**
|
|
6854
|
-
* 发送消息并等待响应
|
|
6855
|
-
* @param {string} wsurl - WebSocket URL
|
|
6856
|
-
* @param {string} sendMsg - 发送的消息
|
|
6857
|
-
* @returns {string} 响应消息
|
|
6853
|
+
/**
|
|
6854
|
+
* 发送消息并等待响应
|
|
6855
|
+
* @param {string} wsurl - WebSocket URL
|
|
6856
|
+
* @param {string} sendMsg - 发送的消息
|
|
6857
|
+
* @returns {string} 响应消息
|
|
6858
6858
|
*/
|
|
6859
6859
|
|
|
6860
6860
|
|
|
@@ -6878,9 +6878,9 @@ var CA_ExtInterface = function () {
|
|
|
6878
6878
|
return ResultMsg;
|
|
6879
6879
|
};
|
|
6880
6880
|
|
|
6881
|
-
/**
|
|
6882
|
-
* 配置选项
|
|
6883
|
-
* @param {Object} extendOption - 扩展选项
|
|
6881
|
+
/**
|
|
6882
|
+
* 配置选项
|
|
6883
|
+
* @param {Object} extendOption - 扩展选项
|
|
6884
6884
|
*/
|
|
6885
6885
|
|
|
6886
6886
|
|
|
@@ -6890,8 +6890,8 @@ var CA_ExtInterface = function () {
|
|
|
6890
6890
|
}
|
|
6891
6891
|
};
|
|
6892
6892
|
|
|
6893
|
-
/**
|
|
6894
|
-
* 初始化
|
|
6893
|
+
/**
|
|
6894
|
+
* 初始化
|
|
6895
6895
|
*/
|
|
6896
6896
|
|
|
6897
6897
|
|
|
@@ -6899,9 +6899,9 @@ var CA_ExtInterface = function () {
|
|
|
6899
6899
|
this.isUseActioveX();
|
|
6900
6900
|
};
|
|
6901
6901
|
|
|
6902
|
-
/**
|
|
6903
|
-
* 返回客户端的版本
|
|
6904
|
-
* @returns {string} 客户端版本
|
|
6902
|
+
/**
|
|
6903
|
+
* 返回客户端的版本
|
|
6904
|
+
* @returns {string} 客户端版本
|
|
6905
6905
|
*/
|
|
6906
6906
|
|
|
6907
6907
|
|
|
@@ -6914,13 +6914,13 @@ var CA_ExtInterface = function () {
|
|
|
6914
6914
|
}
|
|
6915
6915
|
};
|
|
6916
6916
|
|
|
6917
|
-
/**
|
|
6918
|
-
* 下载客户端程序并安装
|
|
6919
|
-
* @param {string} bstrURL - 下载地址
|
|
6920
|
-
* @param {string} bstrHashValue - 哈希值
|
|
6921
|
-
* @param {boolean} bSync - 是否同步安装
|
|
6922
|
-
* @param {boolean} bOnlySSO - 是否仅安装 SSO
|
|
6923
|
-
* @returns {number} 安装结果
|
|
6917
|
+
/**
|
|
6918
|
+
* 下载客户端程序并安装
|
|
6919
|
+
* @param {string} bstrURL - 下载地址
|
|
6920
|
+
* @param {string} bstrHashValue - 哈希值
|
|
6921
|
+
* @param {boolean} bSync - 是否同步安装
|
|
6922
|
+
* @param {boolean} bOnlySSO - 是否仅安装 SSO
|
|
6923
|
+
* @returns {number} 安装结果
|
|
6924
6924
|
*/
|
|
6925
6925
|
|
|
6926
6926
|
|
|
@@ -6934,11 +6934,11 @@ var CA_ExtInterface = function () {
|
|
|
6934
6934
|
}
|
|
6935
6935
|
};
|
|
6936
6936
|
|
|
6937
|
-
/**
|
|
6938
|
-
* 获取硬件指纹信息
|
|
6939
|
-
* @param {number} dwSign - 签名
|
|
6940
|
-
* @param {string} strGateWayIP - 网关 IP
|
|
6941
|
-
* @returns {string} 硬件指纹信息
|
|
6937
|
+
/**
|
|
6938
|
+
* 获取硬件指纹信息
|
|
6939
|
+
* @param {number} dwSign - 签名
|
|
6940
|
+
* @param {string} strGateWayIP - 网关 IP
|
|
6941
|
+
* @returns {string} 硬件指纹信息
|
|
6942
6942
|
*/
|
|
6943
6943
|
|
|
6944
6944
|
|
|
@@ -6952,12 +6952,12 @@ var CA_ExtInterface = function () {
|
|
|
6952
6952
|
}
|
|
6953
6953
|
};
|
|
6954
6954
|
|
|
6955
|
-
/**
|
|
6956
|
-
* 设置转发策略和代填策略
|
|
6957
|
-
* @param {string} strProxyPolicy - 转发策略
|
|
6958
|
-
* @param {string} strSSOPolicy - 代填策略
|
|
6959
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
6960
|
-
* @returns {number} 设置结果
|
|
6955
|
+
/**
|
|
6956
|
+
* 设置转发策略和代填策略
|
|
6957
|
+
* @param {string} strProxyPolicy - 转发策略
|
|
6958
|
+
* @param {string} strSSOPolicy - 代填策略
|
|
6959
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
6960
|
+
* @returns {number} 设置结果
|
|
6961
6961
|
*/
|
|
6962
6962
|
|
|
6963
6963
|
|
|
@@ -6971,11 +6971,11 @@ var CA_ExtInterface = function () {
|
|
|
6971
6971
|
}
|
|
6972
6972
|
};
|
|
6973
6973
|
|
|
6974
|
-
/**
|
|
6975
|
-
* 启动认证信息模块
|
|
6976
|
-
* @param {string} strFileName - 文件名
|
|
6977
|
-
* @param {string} strXmlData - XML 数据
|
|
6978
|
-
* @returns {string} 认证信息
|
|
6974
|
+
/**
|
|
6975
|
+
* 启动认证信息模块
|
|
6976
|
+
* @param {string} strFileName - 文件名
|
|
6977
|
+
* @param {string} strXmlData - XML 数据
|
|
6978
|
+
* @returns {string} 认证信息
|
|
6979
6979
|
*/
|
|
6980
6980
|
|
|
6981
6981
|
|
|
@@ -6989,10 +6989,10 @@ var CA_ExtInterface = function () {
|
|
|
6989
6989
|
}
|
|
6990
6990
|
};
|
|
6991
6991
|
|
|
6992
|
-
/**
|
|
6993
|
-
* 打开 BS 应用
|
|
6994
|
-
* @param {string} strUrl - 应用 URL
|
|
6995
|
-
* @returns {number} 打开结果
|
|
6992
|
+
/**
|
|
6993
|
+
* 打开 BS 应用
|
|
6994
|
+
* @param {string} strUrl - 应用 URL
|
|
6995
|
+
* @returns {number} 打开结果
|
|
6996
6996
|
*/
|
|
6997
6997
|
|
|
6998
6998
|
|
|
@@ -7006,12 +7006,12 @@ var CA_ExtInterface = function () {
|
|
|
7006
7006
|
}
|
|
7007
7007
|
};
|
|
7008
7008
|
|
|
7009
|
-
/**
|
|
7010
|
-
* 打开 CS 应用
|
|
7011
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
7012
|
-
* @param {string} strAppFlag - 应用标识
|
|
7013
|
-
* @param {string} strAppPath - 应用路径
|
|
7014
|
-
* @returns {number} 打开结果
|
|
7009
|
+
/**
|
|
7010
|
+
* 打开 CS 应用
|
|
7011
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
7012
|
+
* @param {string} strAppFlag - 应用标识
|
|
7013
|
+
* @param {string} strAppPath - 应用路径
|
|
7014
|
+
* @returns {number} 打开结果
|
|
7015
7015
|
*/
|
|
7016
7016
|
|
|
7017
7017
|
|
|
@@ -7025,13 +7025,13 @@ var CA_ExtInterface = function () {
|
|
|
7025
7025
|
}
|
|
7026
7026
|
};
|
|
7027
7027
|
|
|
7028
|
-
/**
|
|
7029
|
-
* 设置自动更新策略
|
|
7030
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
7031
|
-
* @param {number} nGatewayPort - 网关端口
|
|
7032
|
-
* @param {string} strUserToken - 用户令牌
|
|
7033
|
-
* @param {number} updatedelay - 更新延迟
|
|
7034
|
-
* @returns {number} 设置结果
|
|
7028
|
+
/**
|
|
7029
|
+
* 设置自动更新策略
|
|
7030
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
7031
|
+
* @param {number} nGatewayPort - 网关端口
|
|
7032
|
+
* @param {string} strUserToken - 用户令牌
|
|
7033
|
+
* @param {number} updatedelay - 更新延迟
|
|
7034
|
+
* @returns {number} 设置结果
|
|
7035
7035
|
*/
|
|
7036
7036
|
|
|
7037
7037
|
|
|
@@ -7045,10 +7045,10 @@ var CA_ExtInterface = function () {
|
|
|
7045
7045
|
}
|
|
7046
7046
|
};
|
|
7047
7047
|
|
|
7048
|
-
/**
|
|
7049
|
-
* 获取客户端 IP
|
|
7050
|
-
* @param {string} strGatewayIP - 网关 IP
|
|
7051
|
-
* @returns {string} 客户端 IP
|
|
7048
|
+
/**
|
|
7049
|
+
* 获取客户端 IP
|
|
7050
|
+
* @param {string} strGatewayIP - 网关 IP
|
|
7051
|
+
* @returns {string} 客户端 IP
|
|
7052
7052
|
*/
|
|
7053
7053
|
|
|
7054
7054
|
|
|
@@ -7062,10 +7062,10 @@ var CA_ExtInterface = function () {
|
|
|
7062
7062
|
}
|
|
7063
7063
|
};
|
|
7064
7064
|
|
|
7065
|
-
/**
|
|
7066
|
-
* 登出网关
|
|
7067
|
-
* @param {string} strServerIP - 服务器 IP
|
|
7068
|
-
* @returns {number} 登出结果
|
|
7065
|
+
/**
|
|
7066
|
+
* 登出网关
|
|
7067
|
+
* @param {string} strServerIP - 服务器 IP
|
|
7068
|
+
* @returns {number} 登出结果
|
|
7069
7069
|
*/
|
|
7070
7070
|
|
|
7071
7071
|
|
|
@@ -7079,11 +7079,11 @@ var CA_ExtInterface = function () {
|
|
|
7079
7079
|
}
|
|
7080
7080
|
};
|
|
7081
7081
|
|
|
7082
|
-
/**
|
|
7083
|
-
* 运行安装包
|
|
7084
|
-
* @param {number} lRunType - 运行类型
|
|
7085
|
-
* @param {boolean} bIsOnlySSO - 是否仅安装 SSO
|
|
7086
|
-
* @returns {number} 运行结果
|
|
7082
|
+
/**
|
|
7083
|
+
* 运行安装包
|
|
7084
|
+
* @param {number} lRunType - 运行类型
|
|
7085
|
+
* @param {boolean} bIsOnlySSO - 是否仅安装 SSO
|
|
7086
|
+
* @returns {number} 运行结果
|
|
7087
7087
|
*/
|
|
7088
7088
|
|
|
7089
7089
|
|
|
@@ -7097,9 +7097,9 @@ var CA_ExtInterface = function () {
|
|
|
7097
7097
|
}
|
|
7098
7098
|
};
|
|
7099
7099
|
|
|
7100
|
-
/**
|
|
7101
|
-
* 获取下载进度
|
|
7102
|
-
* @returns {number} 下载进度
|
|
7100
|
+
/**
|
|
7101
|
+
* 获取下载进度
|
|
7102
|
+
* @returns {number} 下载进度
|
|
7103
7103
|
*/
|
|
7104
7104
|
|
|
7105
7105
|
|
|
@@ -7113,9 +7113,9 @@ var CA_ExtInterface = function () {
|
|
|
7113
7113
|
}
|
|
7114
7114
|
};
|
|
7115
7115
|
|
|
7116
|
-
/**
|
|
7117
|
-
* 是否安装完成
|
|
7118
|
-
* @returns {boolean} 安装完成状态
|
|
7116
|
+
/**
|
|
7117
|
+
* 是否安装完成
|
|
7118
|
+
* @returns {boolean} 安装完成状态
|
|
7119
7119
|
*/
|
|
7120
7120
|
|
|
7121
7121
|
|
|
@@ -7129,11 +7129,11 @@ var CA_ExtInterface = function () {
|
|
|
7129
7129
|
}
|
|
7130
7130
|
};
|
|
7131
7131
|
|
|
7132
|
-
/**
|
|
7133
|
-
* 初始化签包对象
|
|
7134
|
-
* @param {string} strAlgType - 算法类型
|
|
7135
|
-
* @param {string} strAuxParam - 辅助参数
|
|
7136
|
-
* @returns {number} 初始化结果
|
|
7132
|
+
/**
|
|
7133
|
+
* 初始化签包对象
|
|
7134
|
+
* @param {string} strAlgType - 算法类型
|
|
7135
|
+
* @param {string} strAuxParam - 辅助参数
|
|
7136
|
+
* @returns {number} 初始化结果
|
|
7137
7137
|
*/
|
|
7138
7138
|
|
|
7139
7139
|
|
|
@@ -7147,10 +7147,10 @@ var CA_ExtInterface = function () {
|
|
|
7147
7147
|
}
|
|
7148
7148
|
};
|
|
7149
7149
|
|
|
7150
|
-
/**
|
|
7151
|
-
* 设置摘要算法
|
|
7152
|
-
* @param {string} strDigestAlg - 摘要算法
|
|
7153
|
-
* @returns {number} 设置结果
|
|
7150
|
+
/**
|
|
7151
|
+
* 设置摘要算法
|
|
7152
|
+
* @param {string} strDigestAlg - 摘要算法
|
|
7153
|
+
* @returns {number} 设置结果
|
|
7154
7154
|
*/
|
|
7155
7155
|
|
|
7156
7156
|
|
|
@@ -7164,10 +7164,10 @@ var CA_ExtInterface = function () {
|
|
|
7164
7164
|
}
|
|
7165
7165
|
};
|
|
7166
7166
|
|
|
7167
|
-
/**
|
|
7168
|
-
* 设置单证书是否弹出对话框
|
|
7169
|
-
* @param {number} isChoose - 是否弹出对话框
|
|
7170
|
-
* @returns {number} 设置结果
|
|
7167
|
+
/**
|
|
7168
|
+
* 设置单证书是否弹出对话框
|
|
7169
|
+
* @param {number} isChoose - 是否弹出对话框
|
|
7170
|
+
* @returns {number} 设置结果
|
|
7171
7171
|
*/
|
|
7172
7172
|
|
|
7173
7173
|
|
|
@@ -7181,11 +7181,11 @@ var CA_ExtInterface = function () {
|
|
|
7181
7181
|
}
|
|
7182
7182
|
};
|
|
7183
7183
|
|
|
7184
|
-
/**
|
|
7185
|
-
* 添加证书过滤条件
|
|
7186
|
-
* @param {number} ulType - 过滤类型
|
|
7187
|
-
* @param {string} strValue - 过滤值
|
|
7188
|
-
* @returns {number} 添加结果
|
|
7184
|
+
/**
|
|
7185
|
+
* 添加证书过滤条件
|
|
7186
|
+
* @param {number} ulType - 过滤类型
|
|
7187
|
+
* @param {string} strValue - 过滤值
|
|
7188
|
+
* @returns {number} 添加结果
|
|
7189
7189
|
*/
|
|
7190
7190
|
|
|
7191
7191
|
|
|
@@ -7199,9 +7199,9 @@ var CA_ExtInterface = function () {
|
|
|
7199
7199
|
}
|
|
7200
7200
|
};
|
|
7201
7201
|
|
|
7202
|
-
/**
|
|
7203
|
-
* 清除所有过滤条件
|
|
7204
|
-
* @returns {number} 清除结果
|
|
7202
|
+
/**
|
|
7203
|
+
* 清除所有过滤条件
|
|
7204
|
+
* @returns {number} 清除结果
|
|
7205
7205
|
*/
|
|
7206
7206
|
|
|
7207
7207
|
|
|
@@ -7215,10 +7215,10 @@ var CA_ExtInterface = function () {
|
|
|
7215
7215
|
}
|
|
7216
7216
|
};
|
|
7217
7217
|
|
|
7218
|
-
/**
|
|
7219
|
-
* P1 签名
|
|
7220
|
-
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
7221
|
-
* @returns {string} 签名结果
|
|
7218
|
+
/**
|
|
7219
|
+
* P1 签名
|
|
7220
|
+
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
7221
|
+
* @returns {string} 签名结果
|
|
7222
7222
|
*/
|
|
7223
7223
|
|
|
7224
7224
|
|
|
@@ -7232,10 +7232,10 @@ var CA_ExtInterface = function () {
|
|
|
7232
7232
|
}
|
|
7233
7233
|
};
|
|
7234
7234
|
|
|
7235
|
-
/**
|
|
7236
|
-
* P1 签名字符串
|
|
7237
|
-
* @param {string} strValue - 待签名的字符串
|
|
7238
|
-
* @returns {string} 签名结果
|
|
7235
|
+
/**
|
|
7236
|
+
* P1 签名字符串
|
|
7237
|
+
* @param {string} strValue - 待签名的字符串
|
|
7238
|
+
* @returns {string} 签名结果
|
|
7239
7239
|
*/
|
|
7240
7240
|
|
|
7241
7241
|
|
|
@@ -7249,12 +7249,12 @@ var CA_ExtInterface = function () {
|
|
|
7249
7249
|
}
|
|
7250
7250
|
};
|
|
7251
7251
|
|
|
7252
|
-
/**
|
|
7253
|
-
* P7 签名
|
|
7254
|
-
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
7255
|
-
* @param {boolean} isDetach - 是否分离签名
|
|
7256
|
-
* @param {boolean} isIncludeCert - 是否包含证书
|
|
7257
|
-
* @returns {string} 签名结果
|
|
7252
|
+
/**
|
|
7253
|
+
* P7 签名
|
|
7254
|
+
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
7255
|
+
* @param {boolean} isDetach - 是否分离签名
|
|
7256
|
+
* @param {boolean} isIncludeCert - 是否包含证书
|
|
7257
|
+
* @returns {string} 签名结果
|
|
7258
7258
|
*/
|
|
7259
7259
|
|
|
7260
7260
|
|
|
@@ -7268,12 +7268,12 @@ var CA_ExtInterface = function () {
|
|
|
7268
7268
|
}
|
|
7269
7269
|
};
|
|
7270
7270
|
|
|
7271
|
-
/**
|
|
7272
|
-
* P7 签名字符串
|
|
7273
|
-
* @param {string} strValue - 待签名的字符串
|
|
7274
|
-
* @param {boolean} isDetach - 是否分离签名
|
|
7275
|
-
* @param {boolean} isIncludeCert - 是否包含证书
|
|
7276
|
-
* @returns {string} 签名结果
|
|
7271
|
+
/**
|
|
7272
|
+
* P7 签名字符串
|
|
7273
|
+
* @param {string} strValue - 待签名的字符串
|
|
7274
|
+
* @param {boolean} isDetach - 是否分离签名
|
|
7275
|
+
* @param {boolean} isIncludeCert - 是否包含证书
|
|
7276
|
+
* @returns {string} 签名结果
|
|
7277
7277
|
*/
|
|
7278
7278
|
|
|
7279
7279
|
|
|
@@ -7287,9 +7287,9 @@ var CA_ExtInterface = function () {
|
|
|
7287
7287
|
}
|
|
7288
7288
|
};
|
|
7289
7289
|
|
|
7290
|
-
/**
|
|
7291
|
-
* 释放签名对象
|
|
7292
|
-
* @returns {number} 释放结果
|
|
7290
|
+
/**
|
|
7291
|
+
* 释放签名对象
|
|
7292
|
+
* @returns {number} 释放结果
|
|
7293
7293
|
*/
|
|
7294
7294
|
|
|
7295
7295
|
|
|
@@ -7303,9 +7303,9 @@ var CA_ExtInterface = function () {
|
|
|
7303
7303
|
}
|
|
7304
7304
|
};
|
|
7305
7305
|
|
|
7306
|
-
/**
|
|
7307
|
-
* 获取签名版本
|
|
7308
|
-
* @returns {string} 签名版本
|
|
7306
|
+
/**
|
|
7307
|
+
* 获取签名版本
|
|
7308
|
+
* @returns {string} 签名版本
|
|
7309
7309
|
*/
|
|
7310
7310
|
|
|
7311
7311
|
|
|
@@ -7319,9 +7319,9 @@ var CA_ExtInterface = function () {
|
|
|
7319
7319
|
}
|
|
7320
7320
|
};
|
|
7321
7321
|
|
|
7322
|
-
/**
|
|
7323
|
-
* 获取签名证书
|
|
7324
|
-
* @returns {string} 签名证书
|
|
7322
|
+
/**
|
|
7323
|
+
* 获取签名证书
|
|
7324
|
+
* @returns {string} 签名证书
|
|
7325
7325
|
*/
|
|
7326
7326
|
|
|
7327
7327
|
|
|
@@ -7335,9 +7335,9 @@ var CA_ExtInterface = function () {
|
|
|
7335
7335
|
}
|
|
7336
7336
|
};
|
|
7337
7337
|
|
|
7338
|
-
/**
|
|
7339
|
-
* 获取错误码
|
|
7340
|
-
* @returns {number} 错误码
|
|
7338
|
+
/**
|
|
7339
|
+
* 获取错误码
|
|
7340
|
+
* @returns {number} 错误码
|
|
7341
7341
|
*/
|
|
7342
7342
|
|
|
7343
7343
|
|
|
@@ -7351,9 +7351,9 @@ var CA_ExtInterface = function () {
|
|
|
7351
7351
|
}
|
|
7352
7352
|
};
|
|
7353
7353
|
|
|
7354
|
-
/**
|
|
7355
|
-
* 获取错误信息
|
|
7356
|
-
* @returns {string} 错误信息
|
|
7354
|
+
/**
|
|
7355
|
+
* 获取错误信息
|
|
7356
|
+
* @returns {string} 错误信息
|
|
7357
7357
|
*/
|
|
7358
7358
|
|
|
7359
7359
|
|
|
@@ -7367,9 +7367,9 @@ var CA_ExtInterface = function () {
|
|
|
7367
7367
|
}
|
|
7368
7368
|
};
|
|
7369
7369
|
|
|
7370
|
-
/**
|
|
7371
|
-
* 销毁认证对象
|
|
7372
|
-
* @returns {number} 销毁结果
|
|
7370
|
+
/**
|
|
7371
|
+
* 销毁认证对象
|
|
7372
|
+
* @returns {number} 销毁结果
|
|
7373
7373
|
*/
|
|
7374
7374
|
|
|
7375
7375
|
|
|
@@ -7383,9 +7383,9 @@ var CA_ExtInterface = function () {
|
|
|
7383
7383
|
}
|
|
7384
7384
|
};
|
|
7385
7385
|
|
|
7386
|
-
/**
|
|
7387
|
-
* 获取证书类型
|
|
7388
|
-
* @returns {string} 证书类型
|
|
7386
|
+
/**
|
|
7387
|
+
* 获取证书类型
|
|
7388
|
+
* @returns {string} 证书类型
|
|
7389
7389
|
*/
|
|
7390
7390
|
|
|
7391
7391
|
|
|
@@ -7399,9 +7399,9 @@ var CA_ExtInterface = function () {
|
|
|
7399
7399
|
}
|
|
7400
7400
|
};
|
|
7401
7401
|
|
|
7402
|
-
/**
|
|
7403
|
-
* 获取签名摘要算法
|
|
7404
|
-
* @returns {string} 签名摘要算法
|
|
7402
|
+
/**
|
|
7403
|
+
* 获取签名摘要算法
|
|
7404
|
+
* @returns {string} 签名摘要算法
|
|
7405
7405
|
*/
|
|
7406
7406
|
|
|
7407
7407
|
|
|
@@ -7415,11 +7415,11 @@ var CA_ExtInterface = function () {
|
|
|
7415
7415
|
}
|
|
7416
7416
|
};
|
|
7417
7417
|
|
|
7418
|
-
/**
|
|
7419
|
-
* 使能调用序列
|
|
7420
|
-
* @param {boolean} bCallQueueEnable - 是否使能调用序列
|
|
7421
|
-
* @param {boolean} bHeadInfoEnable - 是否使能头部信息
|
|
7422
|
-
* @returns {number} 使能结果
|
|
7418
|
+
/**
|
|
7419
|
+
* 使能调用序列
|
|
7420
|
+
* @param {boolean} bCallQueueEnable - 是否使能调用序列
|
|
7421
|
+
* @param {boolean} bHeadInfoEnable - 是否使能头部信息
|
|
7422
|
+
* @returns {number} 使能结果
|
|
7423
7423
|
*/
|
|
7424
7424
|
|
|
7425
7425
|
|
|
@@ -7433,9 +7433,9 @@ var CA_ExtInterface = function () {
|
|
|
7433
7433
|
}
|
|
7434
7434
|
};
|
|
7435
7435
|
|
|
7436
|
-
/**
|
|
7437
|
-
* 清空调用序列结果
|
|
7438
|
-
* @returns {number} 清空调用序列结果
|
|
7436
|
+
/**
|
|
7437
|
+
* 清空调用序列结果
|
|
7438
|
+
* @returns {number} 清空调用序列结果
|
|
7439
7439
|
*/
|
|
7440
7440
|
|
|
7441
7441
|
|
|
@@ -7449,9 +7449,9 @@ var CA_ExtInterface = function () {
|
|
|
7449
7449
|
}
|
|
7450
7450
|
};
|
|
7451
7451
|
|
|
7452
|
-
/**
|
|
7453
|
-
* 获取调用序列结果
|
|
7454
|
-
* @returns {string} 调用序列结果
|
|
7452
|
+
/**
|
|
7453
|
+
* 获取调用序列结果
|
|
7454
|
+
* @returns {string} 调用序列结果
|
|
7455
7455
|
*/
|
|
7456
7456
|
|
|
7457
7457
|
|
|
@@ -7465,12 +7465,12 @@ var CA_ExtInterface = function () {
|
|
|
7465
7465
|
}
|
|
7466
7466
|
};
|
|
7467
7467
|
|
|
7468
|
-
/**
|
|
7469
|
-
* 客户端安全策略检查
|
|
7470
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
7471
|
-
* @param {number} usGatewayPort - 网关端口
|
|
7472
|
-
* @param {string} strSecurityPolicys - 安全策略
|
|
7473
|
-
* @returns {boolean} 检查结果
|
|
7468
|
+
/**
|
|
7469
|
+
* 客户端安全策略检查
|
|
7470
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
7471
|
+
* @param {number} usGatewayPort - 网关端口
|
|
7472
|
+
* @param {string} strSecurityPolicys - 安全策略
|
|
7473
|
+
* @returns {boolean} 检查结果
|
|
7474
7474
|
*/
|
|
7475
7475
|
|
|
7476
7476
|
|
|
@@ -7484,9 +7484,9 @@ var CA_ExtInterface = function () {
|
|
|
7484
7484
|
}
|
|
7485
7485
|
};
|
|
7486
7486
|
|
|
7487
|
-
/**
|
|
7488
|
-
* 获取通讯协议版本
|
|
7489
|
-
* @returns {string} 通讯协议版本
|
|
7487
|
+
/**
|
|
7488
|
+
* 获取通讯协议版本
|
|
7489
|
+
* @returns {string} 通讯协议版本
|
|
7490
7490
|
*/
|
|
7491
7491
|
|
|
7492
7492
|
|
|
@@ -7500,13 +7500,13 @@ var CA_ExtInterface = function () {
|
|
|
7500
7500
|
}
|
|
7501
7501
|
};
|
|
7502
7502
|
|
|
7503
|
-
/**
|
|
7504
|
-
* 修改 Key 的 Pin 码
|
|
7505
|
-
* @param {string} strCertSn - 证书序列号
|
|
7506
|
-
* @param {number} lPinCodeType - Pin 码类型
|
|
7507
|
-
* @param {string} strCurPinCode - 当前 Pin 码
|
|
7508
|
-
* @param {string} strNewPinCode - 新 Pin 码
|
|
7509
|
-
* @returns {number} 修改结果
|
|
7503
|
+
/**
|
|
7504
|
+
* 修改 Key 的 Pin 码
|
|
7505
|
+
* @param {string} strCertSn - 证书序列号
|
|
7506
|
+
* @param {number} lPinCodeType - Pin 码类型
|
|
7507
|
+
* @param {string} strCurPinCode - 当前 Pin 码
|
|
7508
|
+
* @param {string} strNewPinCode - 新 Pin 码
|
|
7509
|
+
* @returns {number} 修改结果
|
|
7510
7510
|
*/
|
|
7511
7511
|
|
|
7512
7512
|
|
|
@@ -7520,10 +7520,10 @@ var CA_ExtInterface = function () {
|
|
|
7520
7520
|
}
|
|
7521
7521
|
};
|
|
7522
7522
|
|
|
7523
|
-
/**
|
|
7524
|
-
* 等待策略设置完毕
|
|
7525
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
7526
|
-
* @returns {number} 等待结果
|
|
7523
|
+
/**
|
|
7524
|
+
* 等待策略设置完毕
|
|
7525
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
7526
|
+
* @returns {number} 等待结果
|
|
7527
7527
|
*/
|
|
7528
7528
|
|
|
7529
7529
|
|
|
@@ -7537,10 +7537,10 @@ var CA_ExtInterface = function () {
|
|
|
7537
7537
|
}
|
|
7538
7538
|
};
|
|
7539
7539
|
|
|
7540
|
-
/**
|
|
7541
|
-
* 获取会话 Token
|
|
7542
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
7543
|
-
* @returns {string} 会话 Token
|
|
7540
|
+
/**
|
|
7541
|
+
* 获取会话 Token
|
|
7542
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
7543
|
+
* @returns {string} 会话 Token
|
|
7544
7544
|
*/
|
|
7545
7545
|
|
|
7546
7546
|
|
|
@@ -7554,9 +7554,9 @@ var CA_ExtInterface = function () {
|
|
|
7554
7554
|
}
|
|
7555
7555
|
};
|
|
7556
7556
|
|
|
7557
|
-
/**
|
|
7558
|
-
* 获取控件版本
|
|
7559
|
-
* @returns {string} 控件版本
|
|
7557
|
+
/**
|
|
7558
|
+
* 获取控件版本
|
|
7559
|
+
* @returns {string} 控件版本
|
|
7560
7560
|
*/
|
|
7561
7561
|
|
|
7562
7562
|
|
|
@@ -7570,10 +7570,10 @@ var CA_ExtInterface = function () {
|
|
|
7570
7570
|
}
|
|
7571
7571
|
};
|
|
7572
7572
|
|
|
7573
|
-
/**
|
|
7574
|
-
* 设置语言资源
|
|
7575
|
-
* @param {string} strLanguage - 语言资源
|
|
7576
|
-
* @returns {number} 设置结果
|
|
7573
|
+
/**
|
|
7574
|
+
* 设置语言资源
|
|
7575
|
+
* @param {string} strLanguage - 语言资源
|
|
7576
|
+
* @returns {number} 设置结果
|
|
7577
7577
|
*/
|
|
7578
7578
|
|
|
7579
7579
|
|
|
@@ -7587,12 +7587,12 @@ var CA_ExtInterface = function () {
|
|
|
7587
7587
|
}
|
|
7588
7588
|
};
|
|
7589
7589
|
|
|
7590
|
-
/**
|
|
7591
|
-
* 获取用户属性
|
|
7592
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
7593
|
-
* @param {string} strAppFlag - 应用标识
|
|
7594
|
-
* @param {string} strAttributeName - 属性名称
|
|
7595
|
-
* @returns {string} 用户属性值
|
|
7590
|
+
/**
|
|
7591
|
+
* 获取用户属性
|
|
7592
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
7593
|
+
* @param {string} strAppFlag - 应用标识
|
|
7594
|
+
* @param {string} strAttributeName - 属性名称
|
|
7595
|
+
* @returns {string} 用户属性值
|
|
7596
7596
|
*/
|
|
7597
7597
|
|
|
7598
7598
|
|
|
@@ -7606,9 +7606,9 @@ var CA_ExtInterface = function () {
|
|
|
7606
7606
|
}
|
|
7607
7607
|
};
|
|
7608
7608
|
|
|
7609
|
-
/**
|
|
7610
|
-
* 获取签名加密 PIN 码
|
|
7611
|
-
* @returns {string} 签名加密 PIN 码
|
|
7609
|
+
/**
|
|
7610
|
+
* 获取签名加密 PIN 码
|
|
7611
|
+
* @returns {string} 签名加密 PIN 码
|
|
7612
7612
|
*/
|
|
7613
7613
|
|
|
7614
7614
|
|
|
@@ -7621,20 +7621,20 @@ var CA_ExtInterface = function () {
|
|
|
7621
7621
|
return result.value;
|
|
7622
7622
|
}
|
|
7623
7623
|
};
|
|
7624
|
-
/*
|
|
7625
|
-
*曙光四川CA
|
|
7626
|
-
*'SOF_GetUserList' 证书列表
|
|
7627
|
-
*'SOF_ExportUserCert' 导出证书
|
|
7628
|
-
*'SOF_GetCertInfo': 获取证书信息
|
|
7629
|
-
*'SOF_GenRandom': 生成随机数
|
|
7630
|
-
*'SOF_SignData': 获取证书签名
|
|
7631
|
-
*'SOF_Login': 登录证书
|
|
7632
|
-
*'SOF_GetPinRetryCount': 剩余次数
|
|
7624
|
+
/*
|
|
7625
|
+
*曙光四川CA
|
|
7626
|
+
*'SOF_GetUserList' 证书列表
|
|
7627
|
+
*'SOF_ExportUserCert' 导出证书
|
|
7628
|
+
*'SOF_GetCertInfo': 获取证书信息
|
|
7629
|
+
*'SOF_GenRandom': 生成随机数
|
|
7630
|
+
*'SOF_SignData': 获取证书签名
|
|
7631
|
+
*'SOF_Login': 登录证书
|
|
7632
|
+
*'SOF_GetPinRetryCount': 剩余次数
|
|
7633
7633
|
*/
|
|
7634
|
-
/**
|
|
7635
|
-
*
|
|
7636
|
-
* 获取webSocket消息
|
|
7637
|
-
* @returns {string}
|
|
7634
|
+
/**
|
|
7635
|
+
*
|
|
7636
|
+
* 获取webSocket消息
|
|
7637
|
+
* @returns {string}
|
|
7638
7638
|
*/
|
|
7639
7639
|
|
|
7640
7640
|
|
|
@@ -7670,10 +7670,10 @@ var CA_ExtInterface = function () {
|
|
|
7670
7670
|
};
|
|
7671
7671
|
});
|
|
7672
7672
|
};
|
|
7673
|
-
/**
|
|
7674
|
-
*
|
|
7675
|
-
* base64解码
|
|
7676
|
-
* @returns {string} base64解码后的字符串
|
|
7673
|
+
/**
|
|
7674
|
+
*
|
|
7675
|
+
* base64解码
|
|
7676
|
+
* @returns {string} base64解码后的字符串
|
|
7677
7677
|
*/
|
|
7678
7678
|
|
|
7679
7679
|
|
|
@@ -7708,10 +7708,10 @@ var CA_ExtInterface = function () {
|
|
|
7708
7708
|
val = this.utf8_decode(val);
|
|
7709
7709
|
return val;
|
|
7710
7710
|
};
|
|
7711
|
-
/**
|
|
7712
|
-
*
|
|
7713
|
-
* base64编码
|
|
7714
|
-
* @returns {string} base64编码后的字符串
|
|
7711
|
+
/**
|
|
7712
|
+
*
|
|
7713
|
+
* base64编码
|
|
7714
|
+
* @returns {string} base64编码后的字符串
|
|
7715
7715
|
*/
|
|
7716
7716
|
|
|
7717
7717
|
|
|
@@ -7744,10 +7744,10 @@ var CA_ExtInterface = function () {
|
|
|
7744
7744
|
}
|
|
7745
7745
|
return val;
|
|
7746
7746
|
};
|
|
7747
|
-
/**
|
|
7748
|
-
*
|
|
7749
|
-
* utf8解码
|
|
7750
|
-
* @returns {string} utf8解码后的字符串
|
|
7747
|
+
/**
|
|
7748
|
+
*
|
|
7749
|
+
* utf8解码
|
|
7750
|
+
* @returns {string} utf8解码后的字符串
|
|
7751
7751
|
*/
|
|
7752
7752
|
|
|
7753
7753
|
|
|
@@ -7776,10 +7776,10 @@ var CA_ExtInterface = function () {
|
|
|
7776
7776
|
}
|
|
7777
7777
|
return string;
|
|
7778
7778
|
};
|
|
7779
|
-
/**
|
|
7780
|
-
*
|
|
7781
|
-
* utf8编码
|
|
7782
|
-
* @returns {string} utf8编码后的字符串
|
|
7779
|
+
/**
|
|
7780
|
+
*
|
|
7781
|
+
* utf8编码
|
|
7782
|
+
* @returns {string} utf8编码后的字符串
|
|
7783
7783
|
*/
|
|
7784
7784
|
|
|
7785
7785
|
|
|
@@ -28203,8 +28203,8 @@ form_src_main.install = function (Vue) {
|
|
|
28203
28203
|
};
|
|
28204
28204
|
|
|
28205
28205
|
/* harmony default export */ var packages_form = (form_src_main);
|
|
28206
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=
|
|
28207
|
-
var
|
|
28206
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=3280dd80&
|
|
28207
|
+
var mainvue_type_template_id_3280dd80_render = function () {
|
|
28208
28208
|
var _vm = this
|
|
28209
28209
|
var _h = _vm.$createElement
|
|
28210
28210
|
var _c = _vm._self._c || _h
|
|
@@ -31145,11 +31145,11 @@ var mainvue_type_template_id_389411fe_render = function () {
|
|
|
31145
31145
|
)
|
|
31146
31146
|
: _vm._e()
|
|
31147
31147
|
}
|
|
31148
|
-
var
|
|
31149
|
-
|
|
31148
|
+
var mainvue_type_template_id_3280dd80_staticRenderFns = []
|
|
31149
|
+
mainvue_type_template_id_3280dd80_render._withStripped = true
|
|
31150
31150
|
|
|
31151
31151
|
|
|
31152
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
31152
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=3280dd80&
|
|
31153
31153
|
|
|
31154
31154
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=4a620f86&
|
|
31155
31155
|
var CommonOpinionsvue_type_template_id_4a620f86_render = function () {
|
|
@@ -41192,8 +41192,8 @@ var taskUnionExamine_component = normalizeComponent(
|
|
|
41192
41192
|
)
|
|
41193
41193
|
|
|
41194
41194
|
/* harmony default export */ var component_taskUnionExamine = (taskUnionExamine_component.exports);
|
|
41195
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=template&id=
|
|
41196
|
-
var
|
|
41195
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=template&id=bacd05b4&
|
|
41196
|
+
var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
|
|
41197
41197
|
var _vm = this
|
|
41198
41198
|
var _h = _vm.$createElement
|
|
41199
41199
|
var _c = _vm._self._c || _h
|
|
@@ -43292,11 +43292,11 @@ var freeStartFlowvue_type_template_id_71c6df47_render = function () {
|
|
|
43292
43292
|
)
|
|
43293
43293
|
: _vm._e()
|
|
43294
43294
|
}
|
|
43295
|
-
var
|
|
43296
|
-
|
|
43295
|
+
var freeStartFlowvue_type_template_id_bacd05b4_staticRenderFns = []
|
|
43296
|
+
freeStartFlowvue_type_template_id_bacd05b4_render._withStripped = true
|
|
43297
43297
|
|
|
43298
43298
|
|
|
43299
|
-
// CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=
|
|
43299
|
+
// CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=bacd05b4&
|
|
43300
43300
|
|
|
43301
43301
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=script&lang=js&
|
|
43302
43302
|
|
|
@@ -44147,7 +44147,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44147
44147
|
nextOtherOrgObjSelect: [],
|
|
44148
44148
|
subProcessColumns: [],
|
|
44149
44149
|
nextCurrentOrgObjSelect: [],
|
|
44150
|
-
otherParams: { filid: 'all', roleid:
|
|
44150
|
+
otherParams: { filid: 'all', roleid: '', nofilid: sessionStorage.getItem('orgId') },
|
|
44151
44151
|
loading: null, // 加载中
|
|
44152
44152
|
newTypeCode: '',
|
|
44153
44153
|
NodeName: '', // 当前节点值
|
|
@@ -44268,6 +44268,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44268
44268
|
mounted: function mounted() {
|
|
44269
44269
|
this.businessIds = this.startFlowBusinessId;
|
|
44270
44270
|
this.nextNode.nextNodeId = this.nextNodeId;
|
|
44271
|
+
this.otherParams.roleid = this.selectorParams.roleid;
|
|
44271
44272
|
this.getNodeType();
|
|
44272
44273
|
!this.isFlow && (this.newTypeCode = this.typeCode || this.$route.query.typecode);
|
|
44273
44274
|
if (this.isFlow) {
|
|
@@ -46012,8 +46013,8 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
46012
46013
|
|
|
46013
46014
|
var freeStartFlow_component = normalizeComponent(
|
|
46014
46015
|
src_freeStartFlowvue_type_script_lang_js_,
|
|
46015
|
-
|
|
46016
|
-
|
|
46016
|
+
freeStartFlowvue_type_template_id_bacd05b4_render,
|
|
46017
|
+
freeStartFlowvue_type_template_id_bacd05b4_staticRenderFns,
|
|
46017
46018
|
false,
|
|
46018
46019
|
null,
|
|
46019
46020
|
null,
|
|
@@ -49943,6 +49944,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49943
49944
|
|
|
49944
49945
|
_this27.loading.close();
|
|
49945
49946
|
if (status === 'success') {
|
|
49947
|
+
_this27.isCurrentNodeForbiddenChangeCandidate = data.nodeExtAttr.isCurrentNodeForbiddenChangeCandidate;
|
|
49946
49948
|
_this27.currentNodeEnableItemHandleDescription = data.nodeExtAttr.currentNodeEnableItemHandleDescription == 1;
|
|
49947
49949
|
_this27.enableCustomLimitTimeSetting = data.nodeExtAttr.enableCustomLimitTimeSetting == 1;
|
|
49948
49950
|
if (_this27.enableCustomLimitTimeSetting && data.nodeMoreInfo.defaultCustomLimitDays) {
|
|
@@ -50379,7 +50381,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50379
50381
|
_this29.nodeFixedOpinionSelectList.push({ content: x });
|
|
50380
50382
|
});
|
|
50381
50383
|
}
|
|
50382
|
-
|
|
50384
|
+
|
|
50383
50385
|
_this29.value = opinion || '';
|
|
50384
50386
|
_this29.nodeDefaultSubmitOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultSubmitOpinion;
|
|
50385
50387
|
_this29.isSubmitButtonShowAgreeAndDisagree = nodeInfoMap.nodeExtAttr.isSubmitButtonShowAgreeAndDisagree;
|
|
@@ -51058,8 +51060,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
51058
51060
|
|
|
51059
51061
|
var flow_src_main_component = normalizeComponent(
|
|
51060
51062
|
packages_flow_src_mainvue_type_script_lang_js_,
|
|
51061
|
-
|
|
51062
|
-
|
|
51063
|
+
mainvue_type_template_id_3280dd80_render,
|
|
51064
|
+
mainvue_type_template_id_3280dd80_staticRenderFns,
|
|
51063
51065
|
false,
|
|
51064
51066
|
null,
|
|
51065
51067
|
null,
|
|
@@ -57522,8 +57524,8 @@ layout_src_main.install = function (Vue) {
|
|
|
57522
57524
|
};
|
|
57523
57525
|
|
|
57524
57526
|
/* harmony default export */ var packages_layout = (layout_src_main);
|
|
57525
|
-
// 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=
|
|
57526
|
-
var
|
|
57527
|
+
// 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=7774c1e2&
|
|
57528
|
+
var mainvue_type_template_id_7774c1e2_render = function () {
|
|
57527
57529
|
var _vm = this
|
|
57528
57530
|
var _h = _vm.$createElement
|
|
57529
57531
|
var _c = _vm._self._c || _h
|
|
@@ -58797,7 +58799,7 @@ var mainvue_type_template_id_6eee97de_render = function () {
|
|
|
58797
58799
|
)
|
|
58798
58800
|
: _vm._e()
|
|
58799
58801
|
}
|
|
58800
|
-
var
|
|
58802
|
+
var mainvue_type_template_id_7774c1e2_staticRenderFns = [
|
|
58801
58803
|
function () {
|
|
58802
58804
|
var _vm = this
|
|
58803
58805
|
var _h = _vm.$createElement
|
|
@@ -58812,10 +58814,10 @@ var mainvue_type_template_id_6eee97de_staticRenderFns = [
|
|
|
58812
58814
|
])
|
|
58813
58815
|
},
|
|
58814
58816
|
]
|
|
58815
|
-
|
|
58817
|
+
mainvue_type_template_id_7774c1e2_render._withStripped = true
|
|
58816
58818
|
|
|
58817
58819
|
|
|
58818
|
-
// CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=
|
|
58820
|
+
// CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=7774c1e2&
|
|
58819
58821
|
|
|
58820
58822
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/resetPassword.vue?vue&type=template&id=325dc074&
|
|
58821
58823
|
var resetPasswordvue_type_template_id_325dc074_render = function () {
|
|
@@ -60252,7 +60254,7 @@ var mainvue_type_script_lang_js_params = utils_util.getParams();
|
|
|
60252
60254
|
return { 'background-image': 'url(' + img + ')' };
|
|
60253
60255
|
},
|
|
60254
60256
|
showForget: function showForget() {
|
|
60255
|
-
return this.forgetUrl && typeof this.forgetUrl === 'string' ? true : this.forgetUrl === true && this.loginModel.indexOf('0') > -1;
|
|
60257
|
+
return this.forgetUrl && typeof this.forgetUrl === 'string' ? true : this.forgetUrl === true && this.loginModel.indexOf('0') > -1 && this.showVerifyCode;
|
|
60256
60258
|
},
|
|
60257
60259
|
isCeshi: function isCeshi() {
|
|
60258
60260
|
return this.ceshi ? mainvue_type_script_lang_js_params[this.ceshi] : false;
|
|
@@ -61421,8 +61423,8 @@ var mainvue_type_script_lang_js_params = utils_util.getParams();
|
|
|
61421
61423
|
|
|
61422
61424
|
var login_src_main_component = normalizeComponent(
|
|
61423
61425
|
packages_login_src_mainvue_type_script_lang_js_,
|
|
61424
|
-
|
|
61425
|
-
|
|
61426
|
+
mainvue_type_template_id_7774c1e2_render,
|
|
61427
|
+
mainvue_type_template_id_7774c1e2_staticRenderFns,
|
|
61426
61428
|
false,
|
|
61427
61429
|
null,
|
|
61428
61430
|
null,
|
|
@@ -61439,8 +61441,8 @@ login_src_main.install = function (Vue) {
|
|
|
61439
61441
|
};
|
|
61440
61442
|
|
|
61441
61443
|
/* harmony default export */ var login = (login_src_main);
|
|
61442
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=
|
|
61443
|
-
var
|
|
61444
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=0fbde292&
|
|
61445
|
+
var mainvue_type_template_id_0fbde292_render = function () {
|
|
61444
61446
|
var _vm = this
|
|
61445
61447
|
var _h = _vm.$createElement
|
|
61446
61448
|
var _c = _vm._self._c || _h
|
|
@@ -61583,14 +61585,14 @@ var mainvue_type_template_id_7129ff3e_render = function () {
|
|
|
61583
61585
|
)
|
|
61584
61586
|
: _vm._e()
|
|
61585
61587
|
}
|
|
61586
|
-
var
|
|
61587
|
-
|
|
61588
|
+
var mainvue_type_template_id_0fbde292_staticRenderFns = []
|
|
61589
|
+
mainvue_type_template_id_0fbde292_render._withStripped = true
|
|
61588
61590
|
|
|
61589
61591
|
|
|
61590
|
-
// CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=
|
|
61592
|
+
// CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=0fbde292&
|
|
61591
61593
|
|
|
61592
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=
|
|
61593
|
-
var
|
|
61594
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=c4919c58&scoped=true&
|
|
61595
|
+
var simplicityvue_type_template_id_c4919c58_scoped_true_render = function () {
|
|
61594
61596
|
var _vm = this
|
|
61595
61597
|
var _h = _vm.$createElement
|
|
61596
61598
|
var _c = _vm._self._c || _h
|
|
@@ -61624,7 +61626,9 @@ var simplicityvue_type_template_id_429559f0_scoped_true_render = function () {
|
|
|
61624
61626
|
),
|
|
61625
61627
|
]
|
|
61626
61628
|
),
|
|
61627
|
-
_vm.
|
|
61629
|
+
_vm.jobExplicited &&
|
|
61630
|
+
_vm.user.identityList &&
|
|
61631
|
+
_vm.user.identityList.length > 1
|
|
61628
61632
|
? _c(
|
|
61629
61633
|
"el-dropdown",
|
|
61630
61634
|
{
|
|
@@ -62354,11 +62358,11 @@ var simplicityvue_type_template_id_429559f0_scoped_true_render = function () {
|
|
|
62354
62358
|
),
|
|
62355
62359
|
])
|
|
62356
62360
|
}
|
|
62357
|
-
var
|
|
62358
|
-
|
|
62361
|
+
var simplicityvue_type_template_id_c4919c58_scoped_true_staticRenderFns = []
|
|
62362
|
+
simplicityvue_type_template_id_c4919c58_scoped_true_render._withStripped = true
|
|
62359
62363
|
|
|
62360
62364
|
|
|
62361
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=
|
|
62365
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=c4919c58&scoped=true&
|
|
62362
62366
|
|
|
62363
62367
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/avatar.vue?vue&type=template&id=e722b45c&scoped=true&
|
|
62364
62368
|
var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
|
|
@@ -62509,8 +62513,8 @@ var avatar_component = normalizeComponent(
|
|
|
62509
62513
|
)
|
|
62510
62514
|
|
|
62511
62515
|
/* harmony default export */ var avatar = (avatar_component.exports);
|
|
62512
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/handler.vue?vue&type=template&id=
|
|
62513
|
-
var
|
|
62516
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/handler.vue?vue&type=template&id=f2c8221c&scoped=true&
|
|
62517
|
+
var handlervue_type_template_id_f2c8221c_scoped_true_render = function () {
|
|
62514
62518
|
var _vm = this
|
|
62515
62519
|
var _h = _vm.$createElement
|
|
62516
62520
|
var _c = _vm._self._c || _h
|
|
@@ -62665,11 +62669,11 @@ var handlervue_type_template_id_4332e6c6_scoped_true_render = function () {
|
|
|
62665
62669
|
2
|
|
62666
62670
|
)
|
|
62667
62671
|
}
|
|
62668
|
-
var
|
|
62669
|
-
|
|
62672
|
+
var handlervue_type_template_id_f2c8221c_scoped_true_staticRenderFns = []
|
|
62673
|
+
handlervue_type_template_id_f2c8221c_scoped_true_render._withStripped = true
|
|
62670
62674
|
|
|
62671
62675
|
|
|
62672
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/handler.vue?vue&type=template&id=
|
|
62676
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/handler.vue?vue&type=template&id=f2c8221c&scoped=true&
|
|
62673
62677
|
|
|
62674
62678
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/handler.vue?vue&type=script&lang=js&
|
|
62675
62679
|
var handlervue_type_script_lang_js_data;
|
|
@@ -62805,9 +62809,7 @@ var handlervue_type_script_lang_js_data;
|
|
|
62805
62809
|
data: (handlervue_type_script_lang_js_data = {
|
|
62806
62810
|
handler: 'deep',
|
|
62807
62811
|
immediate: true
|
|
62808
|
-
}, handlervue_type_script_lang_js_data['handler'] = function handler(newVal, oldVal) {
|
|
62809
|
-
console.log(newVal, 122221212);
|
|
62810
|
-
}, handlervue_type_script_lang_js_data)
|
|
62812
|
+
}, handlervue_type_script_lang_js_data['handler'] = function handler(newVal, oldVal) {}, handlervue_type_script_lang_js_data)
|
|
62811
62813
|
},
|
|
62812
62814
|
created: function created() {
|
|
62813
62815
|
//this.time = util.timeCycle() + '好!';
|
|
@@ -62846,11 +62848,11 @@ var handlervue_type_script_lang_js_data;
|
|
|
62846
62848
|
|
|
62847
62849
|
var handler_component = normalizeComponent(
|
|
62848
62850
|
simplicity_handlervue_type_script_lang_js_,
|
|
62849
|
-
|
|
62850
|
-
|
|
62851
|
+
handlervue_type_template_id_f2c8221c_scoped_true_render,
|
|
62852
|
+
handlervue_type_template_id_f2c8221c_scoped_true_staticRenderFns,
|
|
62851
62853
|
false,
|
|
62852
62854
|
null,
|
|
62853
|
-
"
|
|
62855
|
+
"f2c8221c",
|
|
62854
62856
|
null
|
|
62855
62857
|
|
|
62856
62858
|
)
|
|
@@ -68343,6 +68345,8 @@ var simplicityvue_type_script_lang_js_extends = Object.assign || function (targe
|
|
|
68343
68345
|
//
|
|
68344
68346
|
//
|
|
68345
68347
|
//
|
|
68348
|
+
//
|
|
68349
|
+
//
|
|
68346
68350
|
|
|
68347
68351
|
|
|
68348
68352
|
|
|
@@ -68586,7 +68590,8 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68586
68590
|
validator: function validator(val) {
|
|
68587
68591
|
return ['tooltip', 'text'].includes(val);
|
|
68588
68592
|
}
|
|
68589
|
-
}
|
|
68593
|
+
},
|
|
68594
|
+
jobExplicit: Boolean
|
|
68590
68595
|
},
|
|
68591
68596
|
data: function data() {
|
|
68592
68597
|
return {
|
|
@@ -68708,7 +68713,8 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68708
68713
|
//单点退出地址
|
|
68709
68714
|
singleLogout: null,
|
|
68710
68715
|
//展示系统操作按钮标题类型
|
|
68711
|
-
showTitleType: this.showHandlerTitleType
|
|
68716
|
+
showTitleType: this.showHandlerTitleType,
|
|
68717
|
+
jobExplicited: this.jobExplicit
|
|
68712
68718
|
};
|
|
68713
68719
|
},
|
|
68714
68720
|
|
|
@@ -69013,6 +69019,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
69013
69019
|
if (results[i].menuCollapse !== undefined) {
|
|
69014
69020
|
this.isCollapse = results[i].menuCollapse !== false && results[i].menuCollapse !== 'false';
|
|
69015
69021
|
}
|
|
69022
|
+
//是否显示岗位
|
|
69023
|
+
if (results[i].jobExplicit !== undefined) {
|
|
69024
|
+
this.jobExplicited = results[i].jobExplicit !== false && results[i].jobExplicit !== 'false';
|
|
69025
|
+
}
|
|
69016
69026
|
}
|
|
69017
69027
|
if (i === 'userModel' && results[i]) {
|
|
69018
69028
|
if (results[i].userHeadUrl) {
|
|
@@ -70189,18 +70199,18 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
70189
70199
|
|
|
70190
70200
|
var simplicity_component = normalizeComponent(
|
|
70191
70201
|
src_simplicityvue_type_script_lang_js_,
|
|
70192
|
-
|
|
70193
|
-
|
|
70202
|
+
simplicityvue_type_template_id_c4919c58_scoped_true_render,
|
|
70203
|
+
simplicityvue_type_template_id_c4919c58_scoped_true_staticRenderFns,
|
|
70194
70204
|
false,
|
|
70195
70205
|
null,
|
|
70196
|
-
"
|
|
70206
|
+
"c4919c58",
|
|
70197
70207
|
null
|
|
70198
70208
|
|
|
70199
70209
|
)
|
|
70200
70210
|
|
|
70201
70211
|
/* harmony default export */ var simplicity = (simplicity_component.exports);
|
|
70202
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicityTop/index.vue?vue&type=template&id=
|
|
70203
|
-
var
|
|
70212
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicityTop/index.vue?vue&type=template&id=4a8a8fcc&scoped=true&
|
|
70213
|
+
var simplicityTopvue_type_template_id_4a8a8fcc_scoped_true_render = function () {
|
|
70204
70214
|
var _vm = this
|
|
70205
70215
|
var _h = _vm.$createElement
|
|
70206
70216
|
var _c = _vm._self._c || _h
|
|
@@ -70781,7 +70791,7 @@ var simplicityTopvue_type_template_id_36df8573_scoped_true_render = function ()
|
|
|
70781
70791
|
1
|
|
70782
70792
|
)
|
|
70783
70793
|
}
|
|
70784
|
-
var
|
|
70794
|
+
var simplicityTopvue_type_template_id_4a8a8fcc_scoped_true_staticRenderFns = [
|
|
70785
70795
|
function () {
|
|
70786
70796
|
var _vm = this
|
|
70787
70797
|
var _h = _vm.$createElement
|
|
@@ -70793,10 +70803,10 @@ var simplicityTopvue_type_template_id_36df8573_scoped_true_staticRenderFns = [
|
|
|
70793
70803
|
])
|
|
70794
70804
|
},
|
|
70795
70805
|
]
|
|
70796
|
-
|
|
70806
|
+
simplicityTopvue_type_template_id_4a8a8fcc_scoped_true_render._withStripped = true
|
|
70797
70807
|
|
|
70798
70808
|
|
|
70799
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicityTop/index.vue?vue&type=template&id=
|
|
70809
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicityTop/index.vue?vue&type=template&id=4a8a8fcc&scoped=true&
|
|
70800
70810
|
|
|
70801
70811
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicityTop/avatar.vue?vue&type=template&id=30391b69&scoped=true&
|
|
70802
70812
|
var avatarvue_type_template_id_30391b69_scoped_true_render = function () {
|
|
@@ -70947,8 +70957,8 @@ var simplicityTop_avatar_component = normalizeComponent(
|
|
|
70947
70957
|
)
|
|
70948
70958
|
|
|
70949
70959
|
/* harmony default export */ var simplicityTop_avatar = (simplicityTop_avatar_component.exports);
|
|
70950
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicityTop/handler.vue?vue&type=template&id=
|
|
70951
|
-
var
|
|
70960
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicityTop/handler.vue?vue&type=template&id=63cde61d&scoped=true&
|
|
70961
|
+
var handlervue_type_template_id_63cde61d_scoped_true_render = function () {
|
|
70952
70962
|
var _vm = this
|
|
70953
70963
|
var _h = _vm.$createElement
|
|
70954
70964
|
var _c = _vm._self._c || _h
|
|
@@ -71049,11 +71059,11 @@ var handlervue_type_template_id_76d9de37_scoped_true_render = function () {
|
|
|
71049
71059
|
2
|
|
71050
71060
|
)
|
|
71051
71061
|
}
|
|
71052
|
-
var
|
|
71053
|
-
|
|
71062
|
+
var handlervue_type_template_id_63cde61d_scoped_true_staticRenderFns = []
|
|
71063
|
+
handlervue_type_template_id_63cde61d_scoped_true_render._withStripped = true
|
|
71054
71064
|
|
|
71055
71065
|
|
|
71056
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicityTop/handler.vue?vue&type=template&id=
|
|
71066
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicityTop/handler.vue?vue&type=template&id=63cde61d&scoped=true&
|
|
71057
71067
|
|
|
71058
71068
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicityTop/handler.vue?vue&type=script&lang=js&
|
|
71059
71069
|
var simplicityTop_handlervue_type_script_lang_js_data;
|
|
@@ -71181,14 +71191,11 @@ var simplicityTop_handlervue_type_script_lang_js_data;
|
|
|
71181
71191
|
data: (simplicityTop_handlervue_type_script_lang_js_data = {
|
|
71182
71192
|
handler: 'deep',
|
|
71183
71193
|
immediate: true
|
|
71184
|
-
}, simplicityTop_handlervue_type_script_lang_js_data['handler'] = function handler(newVal, oldVal) {
|
|
71185
|
-
console.log(newVal, 122221212);
|
|
71186
|
-
}, simplicityTop_handlervue_type_script_lang_js_data)
|
|
71194
|
+
}, simplicityTop_handlervue_type_script_lang_js_data['handler'] = function handler(newVal, oldVal) {}, simplicityTop_handlervue_type_script_lang_js_data)
|
|
71187
71195
|
},
|
|
71188
71196
|
created: function created() {
|
|
71189
71197
|
//this.time = util.timeCycle() + '好!';
|
|
71190
71198
|
this.date = utils_util.formatDate('', 'yyyy年M月d日');
|
|
71191
|
-
console.log(this.data, 'this.data');
|
|
71192
71199
|
},
|
|
71193
71200
|
mounted: function mounted() {
|
|
71194
71201
|
this.getTime();
|
|
@@ -71266,11 +71273,11 @@ var simplicityTop_handlervue_type_script_lang_js_data;
|
|
|
71266
71273
|
|
|
71267
71274
|
var simplicityTop_handler_component = normalizeComponent(
|
|
71268
71275
|
src_simplicityTop_handlervue_type_script_lang_js_,
|
|
71269
|
-
|
|
71270
|
-
|
|
71276
|
+
handlervue_type_template_id_63cde61d_scoped_true_render,
|
|
71277
|
+
handlervue_type_template_id_63cde61d_scoped_true_staticRenderFns,
|
|
71271
71278
|
false,
|
|
71272
71279
|
null,
|
|
71273
|
-
"
|
|
71280
|
+
"63cde61d",
|
|
71274
71281
|
null
|
|
71275
71282
|
|
|
71276
71283
|
)
|
|
@@ -75575,7 +75582,9 @@ var simplicityTopvue_type_script_lang_js_events = [function (tabs, index, that)
|
|
|
75575
75582
|
children: [],
|
|
75576
75583
|
method: 'iframe',
|
|
75577
75584
|
loading: false
|
|
75578
|
-
}]
|
|
75585
|
+
}],
|
|
75586
|
+
myRemindMenu: [],
|
|
75587
|
+
myShortcut: []
|
|
75579
75588
|
};
|
|
75580
75589
|
},
|
|
75581
75590
|
|
|
@@ -75698,8 +75707,8 @@ var simplicityTopvue_type_script_lang_js_events = [function (tabs, index, that)
|
|
|
75698
75707
|
console.log(res.results, 'res.results');
|
|
75699
75708
|
var tree = _this2.flatToNestedTree(res.results);
|
|
75700
75709
|
console.log(tree, 'tree');
|
|
75701
|
-
|
|
75702
|
-
|
|
75710
|
+
_this2.myRemindMenu = tree[0];
|
|
75711
|
+
_this2.myShortcut = tree[1];
|
|
75703
75712
|
}
|
|
75704
75713
|
});
|
|
75705
75714
|
},
|
|
@@ -75923,13 +75932,13 @@ var simplicityTopvue_type_script_lang_js_events = [function (tabs, index, that)
|
|
|
75923
75932
|
* @author huangbo
|
|
75924
75933
|
* @date 2024年9月7日
|
|
75925
75934
|
**/
|
|
75926
|
-
init: function init(results
|
|
75935
|
+
init: function init(results) {
|
|
75927
75936
|
this.setConfig(results);
|
|
75928
|
-
if (this.remote && first) {
|
|
75929
|
-
|
|
75930
|
-
|
|
75931
|
-
|
|
75932
|
-
}
|
|
75937
|
+
// if (this.remote && first) {
|
|
75938
|
+
this.getApplications();
|
|
75939
|
+
// 此处的快捷 是用户自定义的 不是系统配置的快捷菜单 所以注释掉
|
|
75940
|
+
// this.getUseCommonMenu();
|
|
75941
|
+
// }
|
|
75933
75942
|
},
|
|
75934
75943
|
|
|
75935
75944
|
/**
|
|
@@ -76744,6 +76753,9 @@ var simplicityTopvue_type_script_lang_js_events = [function (tabs, index, that)
|
|
|
76744
76753
|
**/
|
|
76745
76754
|
handleRefresh: function handleRefresh() {
|
|
76746
76755
|
this.getNums();
|
|
76756
|
+
if (window.top.refreshList) {
|
|
76757
|
+
window.top.refreshList();
|
|
76758
|
+
}
|
|
76747
76759
|
},
|
|
76748
76760
|
|
|
76749
76761
|
/**
|
|
@@ -77231,11 +77243,11 @@ var simplicityTopvue_type_script_lang_js_events = [function (tabs, index, that)
|
|
|
77231
77243
|
|
|
77232
77244
|
var simplicityTop_component = normalizeComponent(
|
|
77233
77245
|
src_simplicityTopvue_type_script_lang_js_,
|
|
77234
|
-
|
|
77235
|
-
|
|
77246
|
+
simplicityTopvue_type_template_id_4a8a8fcc_scoped_true_render,
|
|
77247
|
+
simplicityTopvue_type_template_id_4a8a8fcc_scoped_true_staticRenderFns,
|
|
77236
77248
|
false,
|
|
77237
77249
|
null,
|
|
77238
|
-
"
|
|
77250
|
+
"4a8a8fcc",
|
|
77239
77251
|
null
|
|
77240
77252
|
|
|
77241
77253
|
)
|
|
@@ -81387,26 +81399,7 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
81387
81399
|
isIE: /MSIE|Trident/.test(navigator.userAgent)
|
|
81388
81400
|
};
|
|
81389
81401
|
},
|
|
81390
|
-
|
|
81391
|
-
watch: {
|
|
81392
|
-
layoutType: function layoutType() {
|
|
81393
|
-
var _this = this;
|
|
81394
|
-
|
|
81395
|
-
console.log('layoutType', this.layoutType);
|
|
81396
|
-
|
|
81397
|
-
// 先解绑事件,以免弹出多次
|
|
81398
|
-
this.unbindEvent();
|
|
81399
|
-
this.$nextTick(function () {
|
|
81400
|
-
// 当主题变化时,重新绑定一次事件 防止事件丢失 或者绑定错误
|
|
81401
|
-
_this.bindEvent();
|
|
81402
|
-
});
|
|
81403
|
-
}
|
|
81404
|
-
},
|
|
81405
81402
|
created: function created() {
|
|
81406
|
-
var layoutType = localStorage.getItem('layoutType');
|
|
81407
|
-
if (layoutType) {
|
|
81408
|
-
this.layoutType = layoutType;
|
|
81409
|
-
}
|
|
81410
81403
|
this.params = utils_util.getParams() || {};
|
|
81411
81404
|
this.sysCode = this.params.sysCode;
|
|
81412
81405
|
this.appCode = this.params.appCode || this.params.appcode;
|
|
@@ -81415,18 +81408,20 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
81415
81408
|
}
|
|
81416
81409
|
},
|
|
81417
81410
|
mounted: function mounted() {
|
|
81418
|
-
var
|
|
81411
|
+
var _this = this;
|
|
81419
81412
|
|
|
81420
81413
|
var token = utils_util.getStorage('token') || utils_util.getStorage('Authorization');
|
|
81421
81414
|
this.isLogin = token ? true : this.isLogin;
|
|
81422
81415
|
if (!token && Object.prototype.hasOwnProperty.call(this.params, 'serverId') && Object.prototype.hasOwnProperty.call(this.params, 'authType')) {
|
|
81423
81416
|
return false;
|
|
81424
81417
|
}
|
|
81425
|
-
// 先解绑事件,以免弹出多次
|
|
81426
|
-
this.unbindEvent();
|
|
81427
81418
|
this.$nextTick(function () {
|
|
81428
81419
|
// 当主题变化时,重新绑定一次事件 防止事件丢失 或者绑定错误
|
|
81429
|
-
|
|
81420
|
+
_this.bindEvent();
|
|
81421
|
+
var layoutType = localStorage.getItem('layoutType');
|
|
81422
|
+
if (layoutType) {
|
|
81423
|
+
_this.layoutType = layoutType;
|
|
81424
|
+
}
|
|
81430
81425
|
});
|
|
81431
81426
|
},
|
|
81432
81427
|
|
|
@@ -81435,8 +81430,10 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
81435
81430
|
* @desc: 绑定事件
|
|
81436
81431
|
**/
|
|
81437
81432
|
bindEvent: function bindEvent() {
|
|
81438
|
-
var
|
|
81433
|
+
var _this2 = this;
|
|
81439
81434
|
|
|
81435
|
+
// 先解绑事件,以免弹出多次
|
|
81436
|
+
this.unbindEvent();
|
|
81440
81437
|
if (this.isLogin) {
|
|
81441
81438
|
if (utils_util.win.$wujie) {
|
|
81442
81439
|
utils_util.win.$wujie.bus.$on('changeTheme', function (res) {
|
|
@@ -81444,38 +81441,38 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
81444
81441
|
});
|
|
81445
81442
|
}
|
|
81446
81443
|
this.$nextTick(function () {
|
|
81447
|
-
|
|
81448
|
-
var bus =
|
|
81444
|
+
_this2.getConfig();
|
|
81445
|
+
var bus = _this2.bus || _this2.$root.Bus;
|
|
81449
81446
|
if (bus) {
|
|
81450
|
-
bus.$on('reLogin',
|
|
81451
|
-
bus.$on('refresh',
|
|
81452
|
-
bus.$on('menuRefresh',
|
|
81453
|
-
bus.$on('windowOpen',
|
|
81454
|
-
bus.$on('windowClose',
|
|
81455
|
-
bus.$on('jumpMenu',
|
|
81447
|
+
bus.$on('reLogin', _this2.handleReLogin);
|
|
81448
|
+
bus.$on('refresh', _this2.$refs.main.handleRefresh);
|
|
81449
|
+
bus.$on('menuRefresh', _this2.$refs.main.handleRefresh);
|
|
81450
|
+
bus.$on('windowOpen', _this2.winOpen);
|
|
81451
|
+
bus.$on('windowClose', _this2.winClose);
|
|
81452
|
+
bus.$on('jumpMenu', _this2.$refs.main.jumpMenu);
|
|
81456
81453
|
bus.$on('emit', function (method, args) {
|
|
81457
81454
|
// 主应用发送事件
|
|
81458
81455
|
bus.$emit(method, args);
|
|
81459
81456
|
});
|
|
81460
81457
|
}
|
|
81461
|
-
utils_util.win.reLogin =
|
|
81462
|
-
utils_util.win.windowOpen =
|
|
81463
|
-
utils_util.win.windowClose =
|
|
81464
|
-
utils_util.win.refresh =
|
|
81465
|
-
utils_util.win.menuRefresh =
|
|
81466
|
-
utils_util.win.jumpMenu =
|
|
81467
|
-
external_wujie_vue2_default.a.bus.$on('reLogin',
|
|
81468
|
-
external_wujie_vue2_default.a.bus.$on('refresh',
|
|
81469
|
-
external_wujie_vue2_default.a.bus.$on('menuRefresh',
|
|
81470
|
-
external_wujie_vue2_default.a.bus.$on('jumpMenu',
|
|
81471
|
-
external_wujie_vue2_default.a.bus.$on('windowOpen',
|
|
81472
|
-
external_wujie_vue2_default.a.bus.$on('windowClose',
|
|
81458
|
+
utils_util.win.reLogin = _this2.handleReLogin;
|
|
81459
|
+
utils_util.win.windowOpen = _this2.winOpen;
|
|
81460
|
+
utils_util.win.windowClose = _this2.winClose;
|
|
81461
|
+
utils_util.win.refresh = _this2.$refs.main.handleRefresh;
|
|
81462
|
+
utils_util.win.menuRefresh = _this2.$refs.main.handleRefresh;
|
|
81463
|
+
utils_util.win.jumpMenu = _this2.$refs.main.jumpMenu;
|
|
81464
|
+
external_wujie_vue2_default.a.bus.$on('reLogin', _this2.handleReLogin);
|
|
81465
|
+
external_wujie_vue2_default.a.bus.$on('refresh', _this2.$refs.main.handleRefresh);
|
|
81466
|
+
external_wujie_vue2_default.a.bus.$on('menuRefresh', _this2.$refs.main.handleRefresh);
|
|
81467
|
+
external_wujie_vue2_default.a.bus.$on('jumpMenu', _this2.$refs.main.jumpMenu);
|
|
81468
|
+
external_wujie_vue2_default.a.bus.$on('windowOpen', _this2.winOpen);
|
|
81469
|
+
external_wujie_vue2_default.a.bus.$on('windowClose', _this2.winClose);
|
|
81473
81470
|
external_wujie_vue2_default.a.bus.$on('emit', function (method, args) {
|
|
81474
81471
|
// 主应用发送事件
|
|
81475
81472
|
external_wujie_vue2_default.a.bus.$emit(method, args);
|
|
81476
81473
|
});
|
|
81477
81474
|
|
|
81478
|
-
window.addEventListener('message',
|
|
81475
|
+
window.addEventListener('message', _this2.handleMessage);
|
|
81479
81476
|
});
|
|
81480
81477
|
} else {
|
|
81481
81478
|
var loginPage = utils_util.getStorage('login') || utils_util.getStorage('loginPage');
|
|
@@ -81526,7 +81523,7 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
81526
81523
|
* @date 2024年9月7日
|
|
81527
81524
|
**/
|
|
81528
81525
|
changLayout: function changLayout(res, active) {
|
|
81529
|
-
var
|
|
81526
|
+
var _this3 = this;
|
|
81530
81527
|
|
|
81531
81528
|
this.layoutType = res;
|
|
81532
81529
|
localStorage.setItem('layoutType', res);
|
|
@@ -81537,14 +81534,14 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
81537
81534
|
if (mainConfig) {
|
|
81538
81535
|
mainConfig = JSON.parse(mainConfig);
|
|
81539
81536
|
this.$nextTick(function () {
|
|
81540
|
-
|
|
81537
|
+
_this3.$refs.main.init(mainConfig, true);
|
|
81541
81538
|
utils_util.getMainConfig(function (res) {
|
|
81542
|
-
|
|
81539
|
+
_this3.$refs.main.init(res, false);
|
|
81543
81540
|
});
|
|
81544
81541
|
});
|
|
81545
81542
|
} else {
|
|
81546
81543
|
utils_util.getMainConfig(function (res) {
|
|
81547
|
-
|
|
81544
|
+
_this3.$refs.main.init(res, true);
|
|
81548
81545
|
});
|
|
81549
81546
|
}
|
|
81550
81547
|
},
|
|
@@ -81555,7 +81552,7 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
81555
81552
|
* @date 2024年9月7日
|
|
81556
81553
|
**/
|
|
81557
81554
|
handleReLogin: function handleReLogin(res) {
|
|
81558
|
-
var
|
|
81555
|
+
var _this4 = this;
|
|
81559
81556
|
|
|
81560
81557
|
if (res && typeof res == 'string') {
|
|
81561
81558
|
res = JSON.parse(res);
|
|
@@ -81586,7 +81583,7 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
81586
81583
|
this.timer = setTimeout(function () {
|
|
81587
81584
|
console.log('handleReLogin');
|
|
81588
81585
|
sessionStorage.setItem('remind', 1);
|
|
81589
|
-
|
|
81586
|
+
_this4.$confirm(msg, btn).then(function () {
|
|
81590
81587
|
utils_util.removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
|
|
81591
81588
|
var loginPage = utils_util.getStorage('login') || utils_util.getStorage('loginPage');
|
|
81592
81589
|
try {
|
|
@@ -81631,18 +81628,18 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
81631
81628
|
* @date 2024年9月7日
|
|
81632
81629
|
**/
|
|
81633
81630
|
getConfig: function getConfig() {
|
|
81634
|
-
var
|
|
81631
|
+
var _this5 = this;
|
|
81635
81632
|
|
|
81636
81633
|
var mainConfig = utils_util.getStorage('mainConfig');
|
|
81637
81634
|
if (mainConfig) {
|
|
81638
81635
|
mainConfig = JSON.parse(mainConfig);
|
|
81639
81636
|
this.$refs.main.init(mainConfig, true);
|
|
81640
81637
|
utils_util.getMainConfig(function (res) {
|
|
81641
|
-
|
|
81638
|
+
_this5.$refs.main.init(res, false);
|
|
81642
81639
|
});
|
|
81643
81640
|
} else {
|
|
81644
81641
|
utils_util.getMainConfig(function (res) {
|
|
81645
|
-
|
|
81642
|
+
_this5.$refs.main.init(res, true);
|
|
81646
81643
|
});
|
|
81647
81644
|
}
|
|
81648
81645
|
},
|
|
@@ -81653,7 +81650,7 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
81653
81650
|
* @date 2024年9月7日
|
|
81654
81651
|
**/
|
|
81655
81652
|
winOpen: function winOpen(_ref) {
|
|
81656
|
-
var
|
|
81653
|
+
var _this6 = this;
|
|
81657
81654
|
|
|
81658
81655
|
var url = _ref.url,
|
|
81659
81656
|
name = _ref.name,
|
|
@@ -81692,8 +81689,8 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
81692
81689
|
}, config);
|
|
81693
81690
|
var n = this.dialogs.push(_dialog);
|
|
81694
81691
|
this.$nextTick(function () {
|
|
81695
|
-
|
|
81696
|
-
|
|
81692
|
+
_this6.$set(_dialog, 'index', n - 1);
|
|
81693
|
+
_this6.$set(_dialog, 'visible', true);
|
|
81697
81694
|
});
|
|
81698
81695
|
return _dialog;
|
|
81699
81696
|
}
|
|
@@ -81847,14 +81844,14 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
81847
81844
|
* @date 2024年9月7日
|
|
81848
81845
|
**/
|
|
81849
81846
|
handleClosed: function handleClosed(res, index) {
|
|
81850
|
-
var
|
|
81847
|
+
var _this7 = this;
|
|
81851
81848
|
|
|
81852
81849
|
// 在关闭弹窗后更新数量
|
|
81853
81850
|
if (this.layoutType == 'simplicityTop') {
|
|
81854
81851
|
this.$refs.main.getNums();
|
|
81855
81852
|
}
|
|
81856
81853
|
this.$nextTick(function () {
|
|
81857
|
-
|
|
81854
|
+
_this7.dialogs.splice(index, 1);
|
|
81858
81855
|
});
|
|
81859
81856
|
},
|
|
81860
81857
|
|
|
@@ -81897,8 +81894,8 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
81897
81894
|
|
|
81898
81895
|
var main_src_main_component = normalizeComponent(
|
|
81899
81896
|
packages_main_src_mainvue_type_script_lang_js_,
|
|
81900
|
-
|
|
81901
|
-
|
|
81897
|
+
mainvue_type_template_id_0fbde292_render,
|
|
81898
|
+
mainvue_type_template_id_0fbde292_staticRenderFns,
|
|
81902
81899
|
false,
|
|
81903
81900
|
null,
|
|
81904
81901
|
null,
|
|
@@ -84469,19 +84466,19 @@ var QRCode = __webpack_require__(27);
|
|
|
84469
84466
|
//设置logo大小
|
|
84470
84467
|
var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
|
|
84471
84468
|
//设置获取的logo将其变为圆角以及添加白色背景
|
|
84472
|
-
/* ctx.fillStyle = "#fff";
|
|
84473
|
-
ctx.beginPath();
|
|
84474
|
-
let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
|
|
84475
|
-
let w = 46; //圆角宽
|
|
84476
|
-
let x = logoPosition - 5;
|
|
84477
|
-
let y = logoPosition - 5;
|
|
84478
|
-
let r = 5; //圆角半径
|
|
84479
|
-
ctx.moveTo(x + r, y);
|
|
84480
|
-
ctx.arcTo(x + w, y, x + w, y + h, r);
|
|
84481
|
-
ctx.arcTo(x + w, y + h, x, y + h, r);
|
|
84482
|
-
ctx.arcTo(x, y + h, x, y, r);
|
|
84483
|
-
ctx.arcTo(x, y, x + w, y, r);
|
|
84484
|
-
ctx.closePath();
|
|
84469
|
+
/* ctx.fillStyle = "#fff";
|
|
84470
|
+
ctx.beginPath();
|
|
84471
|
+
let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
|
|
84472
|
+
let w = 46; //圆角宽
|
|
84473
|
+
let x = logoPosition - 5;
|
|
84474
|
+
let y = logoPosition - 5;
|
|
84475
|
+
let r = 5; //圆角半径
|
|
84476
|
+
ctx.moveTo(x + r, y);
|
|
84477
|
+
ctx.arcTo(x + w, y, x + w, y + h, r);
|
|
84478
|
+
ctx.arcTo(x + w, y + h, x, y + h, r);
|
|
84479
|
+
ctx.arcTo(x, y + h, x, y, r);
|
|
84480
|
+
ctx.arcTo(x, y, x + w, y, r);
|
|
84481
|
+
ctx.closePath();
|
|
84485
84482
|
ctx.fill(); */
|
|
84486
84483
|
logo.onload = function () {
|
|
84487
84484
|
ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
|
|
@@ -102598,7 +102595,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
102598
102595
|
}
|
|
102599
102596
|
|
|
102600
102597
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
102601
|
-
version: '0.7.
|
|
102598
|
+
version: '0.7.73',
|
|
102602
102599
|
install: install,
|
|
102603
102600
|
Button: packages_button,
|
|
102604
102601
|
ButtonGroup: button_group,
|