添加供应商账号管理页面路由

This commit is contained in:
刘倡
2025-07-31 17:15:11 +08:00
parent ff79199f76
commit 288a76241b
2 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,7 @@ export default defineConfig({
targets: {
ie: 11,
},
jsMinifier: 'terser',
define: {
PROJECT_THEME: JSON.stringify(theme),
},

View File

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