From 83985c18e5043ca11a3a36ff8d8c6162a9a9b937 Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Sat, 10 Jan 2026 17:10:58 +0800
Subject: [PATCH] 1
---
src/layouts/BasicLayout.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/layouts/BasicLayout.vue b/src/layouts/BasicLayout.vue
index 9e8803a..5fb5da2 100644
--- a/src/layouts/BasicLayout.vue
+++ b/src/layouts/BasicLayout.vue
@@ -141,10 +141,10 @@
}
},
methods: {
- i18nRender,
getreload () {
this.$router.go(0)
},
+ i18nRender,
handleMediaQuery (val) {
this.query = val
if (this.isMobile && !val['screen-xs']) {
--
Gitblit v1.9.3