mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 12:18:42 +08:00 
			
		
		
		
	使用 uview 重构实际登陆
This commit is contained in:
		
							
								
								
									
										27
									
								
								yudao-vue-ui/uni_modules/uview-ui/libs/config/config.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								yudao-vue-ui/uni_modules/uview-ui/libs/config/config.js
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,27 @@
 | 
			
		||||
// 此版本发布于2020-11-25
 | 
			
		||||
const version = '2.0.5'
 | 
			
		||||
 | 
			
		||||
export default {
 | 
			
		||||
    v: version,
 | 
			
		||||
    version,
 | 
			
		||||
    // 主题名称
 | 
			
		||||
    type: [
 | 
			
		||||
        'primary',
 | 
			
		||||
        'success',
 | 
			
		||||
        'info',
 | 
			
		||||
        'error',
 | 
			
		||||
        'warning'
 | 
			
		||||
    ],
 | 
			
		||||
    // 颜色部分,本来可以通过scss的:export导出供js使用,但是奈何nvue不支持
 | 
			
		||||
    color: {
 | 
			
		||||
        'u-primary': '#2979ff',
 | 
			
		||||
        'u-warning': '#ff9900',
 | 
			
		||||
        'u-success': '#19be6b',
 | 
			
		||||
        'u-error': '#fa3534',
 | 
			
		||||
        'u-info': '#909399',
 | 
			
		||||
        'u-main-color': '#303133',
 | 
			
		||||
        'u-content-color': '#606266',
 | 
			
		||||
        'u-tips-color': '#909399',
 | 
			
		||||
        'u-light-color': '#c0c4cc'
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user