From 3ae0869386af72489e979a1d51790209840bd2a8 Mon Sep 17 00:00:00 2001 From: luoer Date: Wed, 10 Jan 2024 17:39:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=B4=E6=97=B6=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/stat.html | 4 +- .../editor/components/EditorHeader.vue | 2 +- .../editor/components/InputTexter.vue | 39 +-- src/pages/_layout/components/userDropdown.vue | 19 +- src/pages/_layout/index.vue | 18 +- src/pages/content/material/index.vue | 12 +- src/pages/user/TabCommon.vue | 64 ++++ src/pages/user/TabDemo.vue | 99 ++++++ src/pages/user/TabMail.vue | 100 ++++++ src/pages/user/index.vue | 319 +++--------------- src/styles/css-arco.less | 8 +- src/types/auto-router.d.ts | 3 + 12 files changed, 371 insertions(+), 316 deletions(-) create mode 100644 src/pages/user/TabCommon.vue create mode 100644 src/pages/user/TabDemo.vue create mode 100644 src/pages/user/TabMail.vue diff --git a/.gitea/stat.html b/.gitea/stat.html index 921e109..bad0497 100644 --- a/.gitea/stat.html +++ b/.gitea/stat.html @@ -5,7 +5,7 @@ - 构建统计 | 快速开发web应用的模板工具 + 构建统计 | 绝弹管理中心 + diff --git a/src/pages/_layout/index.vue b/src/pages/_layout/index.vue index 2efc108..1650c33 100644 --- a/src/pages/_layout/index.vue +++ b/src/pages/_layout/index.vue @@ -46,7 +46,7 @@ - - diff --git a/src/pages/user/TabCommon.vue b/src/pages/user/TabCommon.vue new file mode 100644 index 0000000..b6b4f97 --- /dev/null +++ b/src/pages/user/TabCommon.vue @@ -0,0 +1,64 @@ + + + + + + + { + "meta": { + "sort": 30401, + "title": "个人设置", + "icon": "icon-park-outline-config" + } + } + \ No newline at end of file diff --git a/src/pages/user/TabDemo.vue b/src/pages/user/TabDemo.vue new file mode 100644 index 0000000..e0a7bf5 --- /dev/null +++ b/src/pages/user/TabDemo.vue @@ -0,0 +1,99 @@ + + + + + diff --git a/src/pages/user/TabMail.vue b/src/pages/user/TabMail.vue new file mode 100644 index 0000000..a965326 --- /dev/null +++ b/src/pages/user/TabMail.vue @@ -0,0 +1,100 @@ + + + + + + + { + "meta": { + "sort": 30401, + "title": "个人设置", + "icon": "icon-park-outline-config" + } + } + \ No newline at end of file diff --git a/src/pages/user/index.vue b/src/pages/user/index.vue index c58bc53..82f1c90 100644 --- a/src/pages/user/index.vue +++ b/src/pages/user/index.vue @@ -1,291 +1,58 @@