Commit f8d3d3d5 authored by 邓晓峰's avatar 邓晓峰

chore: 升级kit_global_config版本

parent 947c1de0
Pipeline #39018 passed with stages
in 23 minutes 23 seconds
/* eslint-disable */
// const proxyURL = process.env.NODE_ENV !== 'production' ? 'http://192.168.10.150:8777' : window.location.origin;
const proxyURL = 'http://192.168.12.92:8083';
const proxyURL = 'http://192.168.10.150:8669';
module.exports = {
assetsRoot: process.env.NODE_ENV !== 'production' ? proxyURL : './',
dev: {
......
......@@ -16736,9 +16736,9 @@
}
},
"kit_global_config": {
"version": "1.0.33",
"resolved": "https://g.civnet.cn:4873/kit_global_config/-/kit_global_config-1.0.33.tgz",
"integrity": "sha512-IcW1Sq5iMt2OWWcM0CcBG/TBWdeJgrJNc3i5JQXvBYVq0SUIf9IMC628ashsMY3BA+SFHEo7Z8AK9mIKfh4UxA==",
"version": "1.0.35",
"resolved": "https://g.civnet.cn:4873/kit_global_config/-/kit_global_config-1.0.35.tgz",
"integrity": "sha512-yGc4knxeLdWP7E1g/deJ6zQccu1ZNGPVtQKRSPFmVQ8Cy3j4g1x2ALPcVcSpYPE2hCWYo/GH+6ZOyKodYeDpIA==",
"requires": {
"@babel/runtime": "^7.10.5",
"js-base64": "^3.5.2",
......@@ -116,7 +116,7 @@
"immutable": "^4.0.0-rc.12",
"js-base64": "^3.5.2",
"js-cookie": "^2.2.1",
"kit_global_config": "^1.0.33",
"kit_global_config": "^1.0.35",
"kit_logger": "^1.0.2",
"kit_utils": "^1.3.11",
"lodash": "4.17.11",
......
......@@ -133,8 +133,9 @@ class Notifier {
if (isAll) hisIDs = this.messageCache.messages.map(item => item.id);
const self = this;
// eslint-disable-next-line no-undef
noticeService.postInformationStatus({
userID: this.userInfo.OID,
userID: this.userInfo.OID || window.globalConfig.userInfo.OID,
hisID: hisIDs.join(','),
isAll: isAll ? 1 : '',
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment