update:字典前端增删改查

This commit is contained in:
hrz
2025-05-01 16:57:58 +08:00
parent e1f54b30dc
commit 76f47bce37
28 changed files with 1653 additions and 222 deletions
+7 -1
View File
@@ -84,8 +84,14 @@ const routes = [
title: 'OTA管理'
}
},
{
path: '/dict-management',
name: 'DictManagement',
component: function () {
return import('../views/DictManagement.vue')
}
}
]
const router = new VueRouter({
base: process.env.VUE_APP_PUBLIC_PATH || '/',
routes