Commit d559dd3f authored by zhengke's avatar zhengke

修改

parent f6b21591
......@@ -162,7 +162,7 @@
<div class="mainLeftMenu">
<div class="leftMenu1">
<div class="F_Logo">
<div class="asideInner">{{currentUser.MallName}}
<div class="asideInner" @click="CommonJump('zanIndex')">{{currentUser.MallName}}
</div>
</div>
<ul class="FsettingUU">
......@@ -231,14 +231,6 @@
this.currentUser = this.getLocalStorage();
},
methods: {
//跳转微信小程序
goLittlePrograme(){
let routeData = this.$router.resolve({
name: 'Fsetting',
query: {}
});
window.open(routeData.href, "_blank");
},
},
mounted() {
this.CommonJump('wexinappconfig');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment