diff --git a/src/components/Layout/BasicLayoutPage.vue b/src/components/Layout/BasicLayoutPage.vue index 1119f7f6..71ebdcc8 100644 --- a/src/components/Layout/BasicLayoutPage.vue +++ b/src/components/Layout/BasicLayoutPage.vue @@ -6,7 +6,7 @@ v-model:selectedKeys="state.selectedKeys" :pure="state.pure" :breadcrumb="{ routes: breadcrumb }" - @back='routerBack' + @backClick='routerBack' >