system-clients 3.2.98 → 3.2.99

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "system-clients",
3
- "version": "3.2.98",
3
+ "version": "3.2.99",
4
4
  "description": "系统基础框架",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -227,12 +227,6 @@ let createWaterMark = function (userName) {
227
227
  (document.head.append || document.head.appendChild).apply(document.head, [style]);
228
228
  }
229
229
 
230
- window.onunload = () => {
231
- vue.http({url: `rs/user/update/${this.$login.f.ename}`, method: 'GET'})
232
- }
233
- window.onbeforeunload = () => {
234
- vue.http({url: `rs/user/update/${this.$login.f.ename}`, method: 'GET'})
235
- }
236
230
  export default {
237
231
  title: '主界面',
238
232
  props: ['functions', 'userid', 'config'],