bug fixed
This commit is contained in:
parent
95ebfe0c25
commit
1a052bf765
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -2061,9 +2061,9 @@
|
|||
"integrity": "sha512-hKAEsIzMhUuR8u26ENkuIAh4Xp8ltzBlZggxhqtLifP8KbgQdWD3w3+1M1697MPni8q42+Q/ZH/1IHLdi8KB7w=="
|
||||
},
|
||||
"@ucap/web-storage": {
|
||||
"version": "0.0.4",
|
||||
"resolved": "http://10.81.13.221:8081/nexus/repository/npm-all/@ucap/web-storage/-/web-storage-0.0.4.tgz",
|
||||
"integrity": "sha512-ZiZZRdpuaL1aIr0968heT/xKWWwMNHwylakp171ZUQzuOIX8TtbhFiABHH+qbWXg//k8YRADzvDaffuGu+f+Sw=="
|
||||
"version": "0.0.5",
|
||||
"resolved": "http://10.81.13.221:8081/nexus/repository/npm-all/@ucap/web-storage/-/web-storage-0.0.5.tgz",
|
||||
"integrity": "sha512-p6xCNGAe/4J45S3rgqkhopH2X9PsCHFgeQGc3cfXq+YT4aVOqkJaLoTFf1fZws3RCly+wSa/qUcNXu4lEPXNHw=="
|
||||
},
|
||||
"@webassemblyjs/ast": {
|
||||
"version": "1.8.5",
|
||||
|
|
|
@ -95,7 +95,7 @@
|
|||
"@ucap/protocol-sync": "~0.0.4",
|
||||
"@ucap/protocol-umg": "~0.0.5",
|
||||
"@ucap/web-socket": "~0.0.2",
|
||||
"@ucap/web-storage": "~0.0.4",
|
||||
"@ucap/web-storage": "~0.0.5",
|
||||
"autolinker": "^3.13.0",
|
||||
"axios": "^0.19.2",
|
||||
"classlist.js": "^1.1.20150312",
|
||||
|
|
|
@ -175,6 +175,6 @@ export const environment: Environment = {
|
|||
},
|
||||
pingProtocolModuleConfig: {
|
||||
statusCode: 'O',
|
||||
interval: 5
|
||||
interval: 5 * 60
|
||||
}
|
||||
};
|
||||
|
|
|
@ -178,7 +178,7 @@ export const environment: Environment = {
|
|||
},
|
||||
pingProtocolModuleConfig: {
|
||||
statusCode: 'O',
|
||||
interval: 5
|
||||
interval: 5 * 60
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user