|
|
@@ -149,7 +149,7 @@ const __STATIC_ROUTES__ = [
|
|
|
children: [
|
|
|
{
|
|
|
path: '/sealed/${id}',
|
|
|
- component: '/dashboard/sealedMonitoring/index',
|
|
|
+ component: '/monitor/sealedMonitor/index',
|
|
|
meta: {
|
|
|
keepAlive: true,
|
|
|
internalOrExternal: false,
|
|
|
@@ -179,7 +179,7 @@ const __STATIC_ROUTES__ = [
|
|
|
children: [
|
|
|
{
|
|
|
path: '/warningAnalysis/airLeak-status',
|
|
|
- component: 'dashboard/warningAnalysis/airLeakStatus',
|
|
|
+ component: '/analysis/warningAnalysis/airLeakStatus/index',
|
|
|
meta: {
|
|
|
keepAlive: true,
|
|
|
internalOrExternal: false,
|
|
|
@@ -191,7 +191,7 @@ const __STATIC_ROUTES__ = [
|
|
|
},
|
|
|
{
|
|
|
path: '/warningAnalysis/pressureDiff-analysis',
|
|
|
- component: 'dashboard/warningAnalysis/pressureDiffAnalysis',
|
|
|
+ component: '/analysis/warningAnalysis/pressureDiffAnalysis/index',
|
|
|
meta: {
|
|
|
keepAlive: true,
|
|
|
internalOrExternal: false,
|