From 182f8f8507662d76fb8f644fc48c82749d625222 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Wed, 15 Nov 2023 12:00:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BA=86=E5=95=86=E6=88=B7?= =?UTF-8?q?=E6=89=B9=E5=8F=91=E4=BB=B7=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/uploadPicture/index.vue | 281 +++++++++++++++++------- src/layout/components/Navbar.vue | 61 ++--- src/layout/components/Sidebar/index.vue | 193 +++++++++------- src/store/modules/user.js | 21 +- src/views/product/addProduct/index.vue | 25 ++- 5 files changed, 373 insertions(+), 208 deletions(-) diff --git a/src/components/uploadPicture/index.vue b/src/components/uploadPicture/index.vue index 0734f27..fd846c9 100644 --- a/src/components/uploadPicture/index.vue +++ b/src/components/uploadPicture/index.vue @@ -1,34 +1,76 @@