弹窗改为跳转链接
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 6m41s

This commit is contained in:
sexygoat
2026-03-07 11:41:15 +08:00
parent 8fbc321a5e
commit e73992d253
11 changed files with 1238 additions and 245 deletions

View File

@@ -977,6 +977,16 @@ export const asyncRoutes: AppRouteRecord[] = [
keepAlive: true
}
},
{
path: 'iot-card-management/detail',
name: 'IotCardDetail',
component: RoutesAlias.StandaloneCardList + '/detail',
meta: {
title: 'menus.assetManagement.iotCardDetail',
isHide: true,
keepAlive: false
}
},
{
path: 'iot-card-task',
name: 'IotCardTask',