RuoYi
2021-01-04 449704180b286b033773a1280cc8258d965b0d19
Update copyright
2 files modified
4 ■■■■ changed files
ruoyi-ui/src/layout/components/TagsView/index.vue 2 ●●● patch | view | raw | blame | history
ruoyi-ui/src/views/login.vue 2 ●●● patch | view | raw | blame | history
ruoyi-ui/src/layout/components/TagsView/index.vue
@@ -153,7 +153,7 @@
      })
    },
    closeOthersTags() {
      this.$router.push(this.selectedTag)
      this.$router.push(this.selectedTag).catch(()=>{});
      this.$store.dispatch('tagsView/delOthersViews', this.selectedTag).then(() => {
        this.moveToCurrentTag()
      })
ruoyi-ui/src/views/login.vue
@@ -48,7 +48,7 @@
    </el-form>
    <!--  底部  -->
    <div class="el-login-footer">
      <span>Copyright © 2018-2020 ruoyi.vip All Rights Reserved.</span>
      <span>Copyright © 2018-2021 ruoyi.vip All Rights Reserved.</span>
    </div>
  </div>
</template>