fix building issue

This commit is contained in:
MaysWind
2023-06-04 15:43:38 +08:00
parent 8cf7bf859b
commit 36b9177069
+2 -1
View File
@@ -1,5 +1,5 @@
<template>
<img src="/dev/cookies" style="display: none;" v-if="!isProduction" />
<img style="display: none;" :src="devCookiePath" v-if="!isProduction" />
<f7-app v-bind="f7params">
<f7-view id="main-view" class="safe-areas" main url="/"></f7-view>
</f7-app>
@@ -15,6 +15,7 @@ export default {
return {
isProduction: self.$settings.isProduction(),
devCookiePath: self.$settings.isProduction() ? '' : '/dev/cookies',
f7params: {
name: 'ezBookkeeping',
theme: 'ios',