diff --git a/src/views/main-navbar.vue b/src/views/main-navbar.vue index 8c562f8f2..51c5574ee 100644 --- a/src/views/main-navbar.vue +++ b/src/views/main-navbar.vue @@ -84,7 +84,7 @@ mode="horizontal" style="min-width: 180px" > - +
@@ -211,7 +211,9 @@ export default { this.displayedNoticeList = false; this.$router.replace("/main/home-notice"); }, - + toImportRecord(){ + this.$router.replace("/main/importRecord-index"); + }, toIndexPage() { this.$router.replace("/index"); }, diff --git a/src/views/modules/importRecord/index.vue b/src/views/modules/importRecord/index.vue index be1dd7675..41c0a7db6 100644 --- a/src/views/modules/importRecord/index.vue +++ b/src/views/modules/importRecord/index.vue @@ -1,12 +1,12 @@ + + + +