diff --git a/front/src/renderer/src/App.vue b/front/src/renderer/src/App.vue index 3883093..1c5f00e 100644 --- a/front/src/renderer/src/App.vue +++ b/front/src/renderer/src/App.vue @@ -34,7 +34,7 @@ export default { data() { return { _: _, - isVip: false, + isVip: true, tabName: "user", } },