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',