code refactor

This commit is contained in:
MaysWind
2023-06-24 20:12:54 +08:00
parent 46a1eda029
commit c89da1d0f7
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -20,8 +20,6 @@ import { getSystemTheme } from '@/lib/ui.js';
export default {
data() {
const self = this;
return {
isProduction: isProduction(),
devCookiePath: isProduction() ? '' : '/dev/cookies'
-2
View File
@@ -208,8 +208,6 @@ import {
export default {
data() {
const self = this;
return {
loading: true,
todayFirstUnixTime: getTodayFirstUnixTime(),