|  | @ -178,6 +178,42 @@ | 
		
	
		
			
				|  |  |           </div> |  |  |           </div> | 
		
	
		
			
				|  |  |           <div class="setting_item"> |  |  |           <div class="setting_item"> | 
		
	
		
			
				|  |  |             <h4>启动画面</h4> |  |  |             <h4>启动画面</h4> | 
		
	
		
			
				|  |  |  |  |  |             <div class="setting_cont upload_img"> | 
		
	
		
			
				|  |  |  |  |  |               <el-form-item prop="file"> | 
		
	
		
			
				|  |  |  |  |  |                 <el-upload action="#" list-type="picture-card" :auto-upload="false"> | 
		
	
		
			
				|  |  |  |  |  |                   <!-- <i slot="default" class="el-icon-plus"></i> --> | 
		
	
		
			
				|  |  |  |  |  |                   <img src="@/assets/images/t-sc.png" alt /> | 
		
	
		
			
				|  |  |  |  |  |                   <div slot="file" slot-scope="{file}"> | 
		
	
		
			
				|  |  |  |  |  |                     <img class="el-upload-list__item-thumbnail" :src="file.url" alt /> | 
		
	
		
			
				|  |  |  |  |  |                     <!-- <span class="el-upload-list__item-actions"> | 
		
	
		
			
				|  |  |  |  |  |                   <span | 
		
	
		
			
				|  |  |  |  |  |                     class="el-upload-list__item-preview" | 
		
	
		
			
				|  |  |  |  |  |                     @click="handlePictureCardPreview(file)" | 
		
	
		
			
				|  |  |  |  |  |                   > | 
		
	
		
			
				|  |  |  |  |  |                     <i class="el-icon-zoom-in"></i> | 
		
	
		
			
				|  |  |  |  |  |                   </span> | 
		
	
		
			
				|  |  |  |  |  |                   <span | 
		
	
		
			
				|  |  |  |  |  |                     v-if="!disabled" | 
		
	
		
			
				|  |  |  |  |  |                     class="el-upload-list__item-delete" | 
		
	
		
			
				|  |  |  |  |  |                     @click="handleDownload(file)" | 
		
	
		
			
				|  |  |  |  |  |                   > | 
		
	
		
			
				|  |  |  |  |  |                     <i class="el-icon-download"></i> | 
		
	
		
			
				|  |  |  |  |  |                   </span> | 
		
	
		
			
				|  |  |  |  |  |                   <span | 
		
	
		
			
				|  |  |  |  |  |                     v-if="!disabled" | 
		
	
		
			
				|  |  |  |  |  |                     class="el-upload-list__item-delete" | 
		
	
		
			
				|  |  |  |  |  |                     @click="handleRemove(file)" | 
		
	
		
			
				|  |  |  |  |  |                   > | 
		
	
		
			
				|  |  |  |  |  |                     <i class="el-icon-delete"></i> | 
		
	
		
			
				|  |  |  |  |  |                   </span> | 
		
	
		
			
				|  |  |  |  |  |                 </span>--> | 
		
	
		
			
				|  |  |  |  |  |                   </div> | 
		
	
		
			
				|  |  |  |  |  |                 </el-upload> | 
		
	
		
			
				|  |  |  |  |  |               <!-- <el-dialog :visible.sync="dialogVisible"> | 
		
	
		
			
				|  |  |  |  |  |                 <img width="100%" :src="dialogImageUrl" alt /> | 
		
	
		
			
				|  |  |  |  |  |               </el-dialog>--> | 
		
	
		
			
				|  |  |  |  |  |               </el-form-item> | 
		
	
		
			
				|  |  |  |  |  |             </div> | 
		
	
		
			
				|  |  |           </div> |  |  |           </div> | 
		
	
		
			
				|  |  |         </el-form> |  |  |         </el-form> | 
		
	
		
			
				|  |  |         <div slot="footer" class="dialog-footer"> |  |  |         <div slot="footer" class="dialog-footer"> | 
		
	
	
		
			
				|  | @ -324,6 +360,9 @@ export default { | 
		
	
		
			
				|  |  |         } |  |  |         } | 
		
	
		
			
				|  |  |       } |  |  |       } | 
		
	
		
			
				|  |  |     } |  |  |     } | 
		
	
		
			
				|  |  |  |  |  |     .upload_img{ | 
		
	
		
			
				|  |  |  |  |  |       padding-left: 82px; | 
		
	
		
			
				|  |  |  |  |  |     } | 
		
	
		
			
				|  |  |   } |  |  |   } | 
		
	
		
			
				|  |  | } |  |  | } | 
		
	
		
			
				|  |  | 
 |  |  | 
 | 
		
	
	
		
			
				|  | 
 |