mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-12 10:00:57 +08:00
优化代码
This commit is contained in:
parent
7735a4c794
commit
e10d4c4faf
@ -67,7 +67,7 @@
|
|||||||
import context from '../../lib/java110/Java110Context.js';
|
import context from '../../lib/java110/Java110Context.js';
|
||||||
import account from '@/components/account/account.vue';
|
import account from '@/components/account/account.vue';
|
||||||
import charge from '@/components/charge/charge.vue';
|
import charge from '@/components/charge/charge.vue';
|
||||||
|
import {autoLogin} from '@/api/user/sessionApi.js';
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
@ -110,6 +110,7 @@
|
|||||||
},
|
},
|
||||||
onLoad(options) {
|
onLoad(options) {
|
||||||
context.onLoad(options);
|
context.onLoad(options);
|
||||||
|
autoLogin(options);
|
||||||
this.machineId = options.machineId;
|
this.machineId = options.machineId;
|
||||||
this.communityId = options.communityId;
|
this.communityId = options.communityId;
|
||||||
this.login= context.checkLoginStatus();
|
this.login= context.checkLoginStatus();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user