Showing
1 changed file
with
2 additions
and
0 deletions
| @@ -645,11 +645,13 @@ const app = Vue.createApp({ | @@ -645,11 +645,13 @@ const app = Vue.createApp({ | ||
| 645 | if (state.isLogined == 1) { | 645 | if (state.isLogined == 1) { |
| 646 | // 已登录 | 646 | // 已登录 |
| 647 | if (window.config.VUE_BASE_NODE === 'dev') { | 647 | if (window.config.VUE_BASE_NODE === 'dev') { |
| 648 | + showButton.value = true | ||
| 648 | showClook.value = true | 649 | showClook.value = true |
| 649 | } else { | 650 | } else { |
| 650 | clookStatus(true) // 查"关注"状态 , 更新按钮上的文字 | 651 | clookStatus(true) // 查"关注"状态 , 更新按钮上的文字 |
| 651 | } | 652 | } |
| 652 | } else { | 653 | } else { |
| 654 | + showButton.value = true | ||
| 653 | showClook.value = true | 655 | showClook.value = true |
| 654 | } | 656 | } |
| 655 | } | 657 | } |
-
Please register or login to post a comment