Compare commits
2 Commits
0b32343112
...
903d23b2f6
Author | SHA1 | Date |
---|---|---|
TianYu | 903d23b2f6 | |
TianYu | 9b0f586317 |
|
@ -186,7 +186,7 @@
|
||||||
methods: {
|
methods: {
|
||||||
async initLoad() {
|
async initLoad() {
|
||||||
this.isQRCode()
|
this.isQRCode()
|
||||||
// this.isProperty()
|
this.isProperty()
|
||||||
this.setSpreadId()
|
this.setSpreadId()
|
||||||
if (this.$store.getters.isLogin && !this.$Cache.get('USER_INFO')) {
|
if (this.$store.getters.isLogin && !this.$Cache.get('USER_INFO')) {
|
||||||
await this.$store.dispatch('USERINFO');
|
await this.$store.dispatch('USERINFO');
|
||||||
|
|
Loading…
Reference in New Issue