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 +1 -1
- package/src/components/Main.vue +0 -6
package/package.json
CHANGED
package/src/components/Main.vue
CHANGED
@@ -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'],
|