From f140a793b6a1921e05ab9124ca2755975efe9f4f Mon Sep 17 00:00:00 2001 From: value <z1292839451@163.com> Date: 星期一, 28 八月 2023 16:33:58 +0800 Subject: [PATCH] 改中文名 --- src/store/modules/settings.js | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/store/modules/settings.js b/src/store/modules/settings.js index b3f33f8..d1367d6 100644 --- a/src/store/modules/settings.js +++ b/src/store/modules/settings.js @@ -5,7 +5,8 @@ const state = { showSettings: showSettings, fixedHeader: fixedHeader, - sidebarLogo: sidebarLogo + sidebarLogo: sidebarLogo, + link:'' } const mutations = { @@ -14,6 +15,9 @@ if (state.hasOwnProperty(key)) { state[key] = value } + }, + SAVE_LINK(state,link){ + state.link = link } } -- Gitblit v1.9.3