修改了小样式 按钮
This commit is contained in:
		
							parent
							
								
									76d028277a
								
							
						
					
					
						commit
						7490211340
					
				@ -70,8 +70,10 @@ export default {
 | 
				
			|||||||
         return JSON.parse(Storage.getItem('userInfo'));  
 | 
					         return JSON.parse(Storage.getItem('userInfo'));  
 | 
				
			||||||
      } else{
 | 
					      } else{
 | 
				
			||||||
         this.$Modal.confirm({
 | 
					         this.$Modal.confirm({
 | 
				
			||||||
          title:'登录失效',
 | 
					          title:'请登录',
 | 
				
			||||||
          content:"<p>登录已失效,请再次登录</p>",
 | 
					          content:"<p>请登录后执行此操作</p>",
 | 
				
			||||||
 | 
					          okText: '立即登录',
 | 
				
			||||||
 | 
					          cancelText: '继续浏览',
 | 
				
			||||||
          onOk:()=>{
 | 
					          onOk:()=>{
 | 
				
			||||||
            if(true){
 | 
					            if(true){
 | 
				
			||||||
              this.$router.push('/login');
 | 
					              this.$router.push('/login');
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user