File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
streampark-console/streampark-console-webapp/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff line change 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'" >
You can’t perform that action at this time.
0 commit comments