|
|
@@ -200,6 +200,7 @@ import { list } from "@/mixins";
|
|
|
import { mapGetters } from "vuex";
|
|
|
import NotLogin from "@/components/not-login";
|
|
|
import { clearLogin } from "@/api/admin";
|
|
|
+import { APP_VERSION } from "@/config";
|
|
|
export default {
|
|
|
name: "me",
|
|
|
components: {
|
|
|
@@ -233,6 +234,9 @@ export default {
|
|
|
this.version = plus.runtime.version
|
|
|
}
|
|
|
// #endif
|
|
|
+ // #ifdef MP-WEIXIN
|
|
|
+ this.version = APP_VERSION
|
|
|
+ // #endif
|
|
|
},
|
|
|
methods: {
|
|
|
getMyVideo(){
|