From a25b7bba3befed0fc67f38b0c13ba93ae36ac601 Mon Sep 17 00:00:00 2001 From: chuzhongzai Date: Sat, 24 Aug 2024 21:14:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=99=BB=E5=BD=95=E5=90=8E?= =?UTF-8?q?=E4=B8=8D=E8=83=BD=E8=87=AA=E5=8A=A8=E5=8A=A0=E8=BD=BD=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/index.js b/src/store/index.js index a3dcec1..d47e675 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -214,7 +214,7 @@ const mutations = { const state = { statues: {}, websocket: {}, - sites:[], + sites:[{'id': 1},], files:[], users:[], config:{'host': "https://sns.lionwebsite.xyz/"},