mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-21 02:04:26 +08:00
code refactor
This commit is contained in:
@@ -20,8 +20,6 @@ import { getSystemTheme } from '@/lib/ui.js';
|
|||||||
|
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
const self = this;
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
isProduction: isProduction(),
|
isProduction: isProduction(),
|
||||||
devCookiePath: isProduction() ? '' : '/dev/cookies'
|
devCookiePath: isProduction() ? '' : '/dev/cookies'
|
||||||
|
|||||||
@@ -208,8 +208,6 @@ import {
|
|||||||
|
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
const self = this;
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
loading: true,
|
loading: true,
|
||||||
todayFirstUnixTime: getTodayFirstUnixTime(),
|
todayFirstUnixTime: getTodayFirstUnixTime(),
|
||||||
|
|||||||
Reference in New Issue
Block a user