From c7bc3eb18e1fda4254ca0195e2133d2ed978de11 Mon Sep 17 00:00:00 2001 From: china <527956374@qq.com> Date: 星期四, 11 五月 2023 17:48:48 +0800 Subject: [PATCH] 样式调整 --- src/store/index.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index 97aaef8..4711fd6 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -8,6 +8,9 @@ import settings from './modules/settings' import getters from './getters' +// 鏃跺厠鑻憋紝2023-04-17 +// import websocket from './modules/websoket' + Vue.use(Vuex) const store = new Vuex.Store({ @@ -18,6 +21,7 @@ tagsView, permission, settings + // websocket }, getters }) -- Gitblit v1.9.1