From ef34bdb2dbbe09b4641dc5e5ffdb97867d7c2f18 Mon Sep 17 00:00:00 2001 From: sdaduanbilei-d1581 Date: Wed, 17 Sep 2025 15:55:05 +0800 Subject: [PATCH] =?UTF-8?q?[add]=20UI=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + src/components/breadcrumb/index.vue | 43 ++++++++ src/layout/left.vue | 153 ++++++++++++++++------------ src/views/login/index.vue | 4 +- src/views/system/region/index.vue | 26 +++++ src/views/system/region/info.vue | 22 ++++ 6 files changed, 184 insertions(+), 65 deletions(-) create mode 100644 src/components/breadcrumb/index.vue create mode 100644 src/views/system/region/index.vue create mode 100644 src/views/system/region/info.vue diff --git a/package.json b/package.json index 353fb4d..26629b2 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "preview": "vite preview" }, "dependencies": { + "@arco-themes/vue-taolu-publishing-platform": "^0.0.2", "@vue-office/docx": "^1.6.2", "@vue-office/excel": "^1.7.11", "@vue-office/pptx": "^0.0.6", diff --git a/src/components/breadcrumb/index.vue b/src/components/breadcrumb/index.vue new file mode 100644 index 0000000..eed2499 --- /dev/null +++ b/src/components/breadcrumb/index.vue @@ -0,0 +1,43 @@ + + + + + \ No newline at end of file diff --git a/src/layout/left.vue b/src/layout/left.vue index ffa7b4d..0892cae 100644 --- a/src/layout/left.vue +++ b/src/layout/left.vue @@ -1,44 +1,76 @@