mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
fix building issue
This commit is contained in:
+2
-1
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<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-app v-bind="f7params">
|
||||||
<f7-view id="main-view" class="safe-areas" main url="/"></f7-view>
|
<f7-view id="main-view" class="safe-areas" main url="/"></f7-view>
|
||||||
</f7-app>
|
</f7-app>
|
||||||
@@ -15,6 +15,7 @@ export default {
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
isProduction: self.$settings.isProduction(),
|
isProduction: self.$settings.isProduction(),
|
||||||
|
devCookiePath: self.$settings.isProduction() ? '' : '/dev/cookies',
|
||||||
f7params: {
|
f7params: {
|
||||||
name: 'ezBookkeeping',
|
name: 'ezBookkeeping',
|
||||||
theme: 'ios',
|
theme: 'ios',
|
||||||
|
|||||||
Reference in New Issue
Block a user