|
|
@@ -205,7 +205,6 @@
|
|
|
import { mapGetters, mapState } from "vuex";
|
|
|
import { getWeixinId } from "@/api/invite";
|
|
|
import { getStat,getStrokeCount } from '@/api/console'
|
|
|
-import { getShopInfo } from "@/utils/auth";
|
|
|
import { consoleIndex } from "@/api/workbench";
|
|
|
import NotLogin from "@/components/not-login";
|
|
|
import autoUpdateMixins from "@/mixins/autoUpdate";
|
|
|
@@ -411,12 +410,14 @@ export default {
|
|
|
|
|
|
getWeixinId().then(res => {
|
|
|
this.getappIdList = res.data
|
|
|
- });
|
|
|
+ })
|
|
|
+
|
|
|
// #ifdef MP-WEIXIN
|
|
|
this.isMini = 1
|
|
|
// #endif
|
|
|
+
|
|
|
let that = this
|
|
|
- consoleIndex({isMini:this.isMini}).then(res => {
|
|
|
+ consoleIndex({isMini:this.isMini}).then(res => {
|
|
|
this.data = res.data;
|
|
|
})
|
|
|
|