Commit 64e21d43 authored by Xuguangxing's avatar Xuguangxing

fix

parent 743d3b14
......@@ -22,7 +22,7 @@ import { isApp, isWxMp, isWechat } from '@/service/validation.service';
import store from '@/store';
import Weapp from '@/components/weapp';
import goodsShare from '@/components/groupShare';
import { setAppTitleColor } from '@/service/utils.service';
// import { setAppTitleColor } from '@/service/utils.service';
export default {
name: 'App',
components: {
......@@ -51,8 +51,8 @@ export default {
}
}
},
$route(to) {
to.name !== 'groupBuyList' && alert(setAppTitleColor('#fff'));
$route() {
// to.name !== 'groupBuyList' && alert(setAppTitleColor('#fff'));
store.dispatch('change_show_mini_app_guide', {
bool: !isApp && !isWxMp && !isWechat ? true : false,
pointer: this
......
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