mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 12:18:42 +08:00 
			
		
		
		
	
		
			
	
	
		
			30 lines
		
	
	
		
			333 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
		
		
			
		
	
	
			30 lines
		
	
	
		
			333 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
| 
								 | 
							
								<template>
							 | 
						||
| 
								 | 
							
									<!-- #ifdef H5 -->
							 | 
						||
| 
								 | 
							
									<tbody>
							 | 
						||
| 
								 | 
							
										<slot></slot>
							 | 
						||
| 
								 | 
							
									</tbody>
							 | 
						||
| 
								 | 
							
									<!-- #endif -->
							 | 
						||
| 
								 | 
							
									<!-- #ifndef H5 -->
							 | 
						||
| 
								 | 
							
									<view><slot></slot></view>
							 | 
						||
| 
								 | 
							
									<!-- #endif -->
							 | 
						||
| 
								 | 
							
								</template>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<script>
							 | 
						||
| 
								 | 
							
								export default {
							 | 
						||
| 
								 | 
							
									name: 'uniBody',
							 | 
						||
| 
								 | 
							
									options: {
							 | 
						||
| 
								 | 
							
										virtualHost: true
							 | 
						||
| 
								 | 
							
									},
							 | 
						||
| 
								 | 
							
									data() {
							 | 
						||
| 
								 | 
							
										return {
							 | 
						||
| 
								 | 
							
											
							 | 
						||
| 
								 | 
							
										}
							 | 
						||
| 
								 | 
							
									},
							 | 
						||
| 
								 | 
							
									created() {},
							 | 
						||
| 
								 | 
							
									methods: {}
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								</script>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<style>
							 | 
						||
| 
								 | 
							
								</style>
							 |