From cfb50d0573359a4e299e1bcca9e7c199b0bc0166 Mon Sep 17 00:00:00 2001 From: xz2000 Date: Mon, 14 Jul 2025 19:59:59 +0800 Subject: [PATCH] =?UTF-8?q?###=20=E4=B8=BB=E8=A6=81=E6=94=B9=E5=8A=A8=201.?= =?UTF-8?q?=20=20**=E5=88=A0=E9=99=A4=E2=80=9C=E6=95=B0=E6=8D=AE=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E2=80=9D**:=20=20=20=20=20*=20=20=20=E4=BB=8E=20`UI/s?= =?UTF-8?q?rc/App.vue`=20=E7=9A=84=E5=AF=BC=E8=88=AA=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E4=B8=AD=E7=A7=BB=E9=99=A4=E4=BA=86=E2=80=9C=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E2=80=9D=E9=A1=B9=E3=80=82=20=20=20=20=20*?= =?UTF-8?q?=20=20=20=E4=BB=8E=20`UI/src/router/index.js`=20=E4=B8=AD?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=BA=86=E5=AF=B9=E5=BA=94=E7=9A=84=20`/data?= =?UTF-8?q?`=20=E8=B7=AF=E7=94=B1=E3=80=82=20=20=20=20=20*=20=20=20?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=BA=86=E8=A7=86=E5=9B=BE=E6=96=87=E4=BB=B6?= =?UTF-8?q?=20`UI/src/views/DataView.vue`=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2. **提升“店铺管理”**: * 将“店铺管理”菜单项在 `UI/src/App.vue` 中的位置提升,以填补原“数据管理”的位置,使其在导航中更加突出。 ### 涉及文件 * `UI/src/App.vue` * `UI/src/router/index.js` * `UI/src/views/DataView.vue` (已删除) --- UI/src/App.vue | 7 +- UI/src/router/index.js | 5 - UI/src/views/DataView.vue | 461 -------------------------------------- xz修改记录日志.md | 24 ++ 4 files changed, 26 insertions(+), 471 deletions(-) delete mode 100644 UI/src/views/DataView.vue diff --git a/UI/src/App.vue b/UI/src/App.vue index d4bca42..a908c3f 100644 --- a/UI/src/App.vue +++ b/UI/src/App.vue @@ -31,8 +31,8 @@ 首页概览 - - 数据管理 + + 店铺管理