Skip to content

Commit f410ab8

Browse files
committed
[Improve] vue router name bug fixed.
1 parent 50d4d67 commit f410ab8

File tree

2 files changed

+2
-2
lines changed
  • streampark-console/streampark-console-webapp/src

2 files changed

+2
-2
lines changed

streampark-console/streampark-console-webapp/src/router/routes/basic.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const PAGE_NOT_FOUND_ROUTE: AppRouteRecordRaw = {
2020
children: [
2121
{
2222
path: '/:path(.*)*',
23-
name: PAGE_NOT_FOUND_NAME + '_SUB_PAGE',
23+
name: PAGE_NOT_FOUND_NAME + '_CHILDREN',
2424
component: EXCEPTION_COMPONENT,
2525
meta: {
2626
title: 'ErrorPage',

streampark-console/streampark-console-webapp/src/views/setting/alarm/View.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
</script>
165165

166166
<template>
167-
<PageWrapper contentFullHeight fixed-height content-class="flex flex-col">
167+
<PageWrapper contentFullHeight content-class="flex flex-col">
168168
<div class="bg-white py-16px px-24px">
169169
<span class="alarm-title">{{ t('setting.alarm.alertSetting') }}</span>
170170
<div v-auth="'project:create'">

0 commit comments

Comments
 (0)