From 5d0fa305bc3901ff8256f609d7283c1f6f9b77a3 Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Sun, 21 Sep 2025 21:54:26 +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