From 288a76241b64dae567ded52ad103b5d52f60f569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=80=A1?= Date: Thu, 31 Jul 2025 17:15:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BE=9B=E5=BA=94=E5=95=86?= =?UTF-8?q?=E8=B4=A6=E5=8F=B7=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2=E8=B7=AF?= =?UTF-8?q?=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.ts | 1 + config/router_system.ts | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/config/config.ts b/config/config.ts index 317a28c..ed00498 100644 --- a/config/config.ts +++ b/config/config.ts @@ -32,6 +32,7 @@ export default defineConfig({ targets: { ie: 11, }, + jsMinifier: 'terser', define: { PROJECT_THEME: JSON.stringify(theme), }, diff --git a/config/router_system.ts b/config/router_system.ts index a46cb65..109f63e 100644 --- a/config/router_system.ts +++ b/config/router_system.ts @@ -32,6 +32,11 @@ export default [{ path: '/System/CategoryManagement', component: './CategoryManagement/components/CategoryMaintenance', }, + {//品类管理 + name: '供应商账号管理', + path: '/System/SupplierAccount', + component: './System/SupplierUser', + }, {//定时任务管理 path: '/System/Scheduled', component: './System/Scheduled',