diff --git a/public/desktop.html b/public/desktop.html
index 9d5d75f..2f04723 100755
--- a/public/desktop.html
+++ b/public/desktop.html
@@ -8,12 +8,13 @@
-
+
-
-
+
+
+
diff --git a/public/mobile.html b/public/mobile.html
index a20e40b..467348c 100755
--- a/public/mobile.html
+++ b/public/mobile.html
@@ -8,11 +8,13 @@
-
+
-
-
+
+
+
+
CEBG 1,000 Commander Rally
diff --git a/src/views/layout/Header.vue b/src/views/layout/Header.vue
index 0962914..4e38528 100644
--- a/src/views/layout/Header.vue
+++ b/src/views/layout/Header.vue
@@ -48,7 +48,12 @@ export default {
},
methods: {
header(){
- this.hide = true
+ if (AppModule.account) {
+ this.hide = !this.hide
+ } else {
+ this.hide = false
+ }
+
},
toHome() {
location.href = isMobile()? '/mobile.html' : '/desktop.html'