|
@@ -70,8 +70,8 @@ export default {
|
|
|
methods: {
|
|
|
...mapActions(['LogOut', 'AccessDeepMenu']),
|
|
|
showPay() {
|
|
|
- return false // 22.11.21 暂不开放
|
|
|
- // return !this.isLogin
|
|
|
+ // return false // 22.11.21 暂不开放
|
|
|
+ return !this.isLogin
|
|
|
},
|
|
|
handleMenuClick(item) {
|
|
|
this.AccessDeepMenu(item)
|