mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 18:28:43 +08:00 
			
		
		
		
	初始化管理后台的 uniapp 版本
This commit is contained in:
		| @@ -0,0 +1,29 @@ | ||||
| <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> | ||||
		Reference in New Issue
	
	Block a user
	 YunaiV
					YunaiV