From bec427f26682df945aecb1e39c8e412481e0a0c6 Mon Sep 17 00:00:00 2001 From: chenkainan Date: Tue, 2 Sep 2025 10:36:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 24 +- src/assets/css/{common.css => common.scss} | 0 src/components/layout/HeaderNav.vue | 51 +- src/components/layout/HomeLayout.vue | 55 +-- src/components/product/ProductList.vue | 14 +- src/libs/utils.js | 14 +- src/main.js | 2 +- src/store/index.js | 13 +- src/views/Detail/Index.vue | 61 +-- src/views/Index.vue | 56 ++- src/views/Login.vue | 24 +- src/views/ProductPage/Index.vue | 516 +++++++++++---------- 12 files changed, 462 insertions(+), 368 deletions(-) rename src/assets/css/{common.css => common.scss} (100%) diff --git a/src/App.vue b/src/App.vue index eb90b0b..17d2179 100644 --- a/src/App.vue +++ b/src/App.vue @@ -9,18 +9,23 @@ > --> - + -
+
+ +
+ + +
- + -