From d07acc3847ca9d8d56b30665b5cbd50d2adda032 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 18 Jul 2023 21:51:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20account-setting.vue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/account-setting.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/account-setting.vue b/src/pages/account-setting.vue index e06ff7fd..71b322fd 100644 --- a/src/pages/account-setting.vue +++ b/src/pages/account-setting.vue @@ -12,7 +12,7 @@ const activeTab = ref(route.params.tab); // tabs const tabs = [ { title: "用户", icon: "mdi-account-outline", tab: "account" }, - { title: "系统", icon: "mdi-cog", tab: "system" }, + { title: "资源", icon: "mdi-file-multiple", tab: "system" }, { title: "通知", icon: "mdi-bell-outline", tab: "notification" }, { title: "自定义词表", icon: "mdi-file-word-box", tab: "words" }, ];