作者 RuoYi

Update copyright

@@ -5,7 +5,7 @@ ruoyi: @@ -5,7 +5,7 @@ ruoyi:
5 # 版本 5 # 版本
6 version: 3.3.0 6 version: 3.3.0
7 # 版权年份 7 # 版权年份
8 - copyrightYear: 2020 8 + copyrightYear: 2021
9 # 实例演示开关 9 # 实例演示开关
10 demoEnabled: true 10 demoEnabled: true
11 # 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath) 11 # 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
@@ -153,7 +153,7 @@ export default { @@ -153,7 +153,7 @@ export default {
153 }) 153 })
154 }, 154 },
155 closeOthersTags() { 155 closeOthersTags() {
156 - this.$router.push(this.selectedTag) 156 + this.$router.push(this.selectedTag).catch(()=>{});
157 this.$store.dispatch('tagsView/delOthersViews', this.selectedTag).then(() => { 157 this.$store.dispatch('tagsView/delOthersViews', this.selectedTag).then(() => {
158 this.moveToCurrentTag() 158 this.moveToCurrentTag()
159 }) 159 })
@@ -48,7 +48,7 @@ @@ -48,7 +48,7 @@
48 </el-form> 48 </el-form>
49 <!-- 底部 --> 49 <!-- 底部 -->
50 <div class="el-login-footer"> 50 <div class="el-login-footer">
51 - <span>Copyright © 2018-2020 ruoyi.vip All Rights Reserved.</span> 51 + <span>Copyright © 2018-2021 ruoyi.vip All Rights Reserved.</span>
52 </div> 52 </div>
53 </div> 53 </div>
54 </template> 54 </template>