refactor:【antd】【iot】产品详情修改路径到 detail

This commit is contained in:
haohao
2025-12-15 22:48:09 +08:00
parent 5cb412a4da
commit 3744069aa2
6 changed files with 55 additions and 69 deletions

View File

@@ -19,7 +19,7 @@ const routes: RouteRecordRaw[] = [
activePath: '/iot/device/product',
},
component: () =>
import('#/views/iot/product/product/modules/detail/index.vue'),
import('#/views/iot/product/product/detail/index.vue'),
},
{
path: 'device/detail/:id',