@@ -11,6 +11,7 @@
</template>
<script>
import layout from '@/components/layout.vue'
+import { hiddenBottomBar } from '@/utils/globalFunctionsForApp'
export default {
name: 'App',
components: {
@@ -30,6 +31,9 @@ export default {
// cashViews: ['home', 'share-list', 'auth-partner'],
env: this.$env
}
+ },
+ mounted () {
+ hiddenBottomBar()
</script>