Update copyright
This commit is contained in:
		
							parent
							
								
									57a2eb4217
								
							
						
					
					
						commit
						2116ee1822
					
				| 
						 | 
					@ -5,7 +5,7 @@ ruoyi:
 | 
				
			||||||
  # 版本
 | 
					  # 版本
 | 
				
			||||||
  version: 3.3.0
 | 
					  version: 3.3.0
 | 
				
			||||||
  # 版权年份
 | 
					  # 版权年份
 | 
				
			||||||
  copyrightYear: 2020
 | 
					  copyrightYear: 2021
 | 
				
			||||||
  # 实例演示开关
 | 
					  # 实例演示开关
 | 
				
			||||||
  demoEnabled: true
 | 
					  demoEnabled: true
 | 
				
			||||||
  # 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
 | 
					  # 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -153,7 +153,7 @@ export default {
 | 
				
			||||||
      })
 | 
					      })
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    closeOthersTags() {
 | 
					    closeOthersTags() {
 | 
				
			||||||
      this.$router.push(this.selectedTag)
 | 
					      this.$router.push(this.selectedTag).catch(()=>{});
 | 
				
			||||||
      this.$store.dispatch('tagsView/delOthersViews', this.selectedTag).then(() => {
 | 
					      this.$store.dispatch('tagsView/delOthersViews', this.selectedTag).then(() => {
 | 
				
			||||||
        this.moveToCurrentTag()
 | 
					        this.moveToCurrentTag()
 | 
				
			||||||
      })
 | 
					      })
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -48,7 +48,7 @@
 | 
				
			||||||
    </el-form>
 | 
					    </el-form>
 | 
				
			||||||
    <!--  底部  -->
 | 
					    <!--  底部  -->
 | 
				
			||||||
    <div class="el-login-footer">
 | 
					    <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>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</template>
 | 
					</template>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue