| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 | 
							- var msgs = [
 
- 	{
 
- 		group         : 'group1',
 
- 		uindex        : '10001',
 
- 		uname         : '李晓燕',
 
- 		contentType   : 'txt',
 
- 		uface         : 'https://images.unsplash.com/photo-1662695089339-a2c24231a3ac?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHwxM3x8fGVufDB8fHx8&auto=format&fit=crop&w=100&q=60',
 
- 		content       : '昨夜雨疏风骤,浓睡不消残酒。试问卷帘人,却道海棠依旧。知否,知否?应是绿肥红瘦。',
 
- 		date          : '2021.01.11 18:00'
 
- 	},
 
- 	{
 
- 		group         : 'group1',
 
- 		uindex        : '10000',
 
- 		uname         : '老兵张嘎',
 
- 		contentType   : 'txt',
 
- 		uface         : 'https://images.unsplash.com/photo-1662695089339-a2c24231a3ac?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHwxM3x8fGVufDB8fHx8&auto=format&fit=crop&w=100&q=60',
 
- 		content       : '鼓掌 ...',
 
- 		date          : '2021.01.11 19:20'
 
- 	},
 
- 	{
 
- 		group         : 'group1',
 
- 		uindex        : '10001',
 
- 		uname         : '李晓燕',
 
- 		contentType   : 'img',
 
- 		uface         : 'https://images.unsplash.com/photo-1662695089339-a2c24231a3ac?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHwxM3x8fGVufDB8fHx8&auto=format&fit=crop&w=100&q=60',
 
- 		content       : 'https://images.unsplash.com/photo-1663697651653-68fe83aa6f30?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHw4fHx8ZW58MHx8fHw%3D&auto=format&fit=crop&w=600&q=60',
 
- 		date          : '2021.01.11 19:22'
 
- 	},
 
- 	{
 
- 		group         : 'group1',
 
- 		uindex        : '10001',
 
- 		uname         : 'system',
 
- 		contentType   : 'system',
 
- 		uface         : '',
 
- 		msg       : '系统消息,GraceUI 欢迎您!',
 
- 		date          : '2021.01.11 19:22'
 
- 	},
 
- 	{
 
- 		group         : 'group1',
 
- 		uindex        : '10000',
 
- 		uname         : '老兵张嘎',
 
- 		contentType   : 'img',
 
- 		uface         : 'https://images.unsplash.com/photo-1662695089339-a2c24231a3ac?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHwxM3x8fGVufDB8fHx8&auto=format&fit=crop&w=100&q=60',
 
- 		content       : 'https://images.unsplash.com/photo-1661961112134-fbce0fdf3d99?ixlib=rb-1.2.1&ixid=MnwxMjA3fDF8MHxlZGl0b3JpYWwtZmVlZHw1MHx8fGVufDB8fHx8&auto=format&fit=crop&w=600&q=60',
 
- 		date          : '2021.01.11 19:25'
 
- 	},
 
- 	{
 
- 		group         : 'group1',
 
- 		uindex        : '10001',
 
- 		uname         : '李晓燕',
 
- 		contentType   : 'voice',
 
- 		uface         : 'https://images.unsplash.com/photo-1662695089339-a2c24231a3ac?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHwxM3x8fGVufDB8fHx8&auto=format&fit=crop&w=100&q=60',
 
- 		content       : 'https://vkceyugu.cdn.bspapp.com/VKCEYUGU-hello-uniapp/2cc220e0-c27a-11ea-9dfb-6da8e309e0d8.mp3',
 
- 		length        : 23,
 
- 		date          : '一小时前'
 
- 	},
 
- 	{
 
- 		group         : 'group1',
 
- 		uindex        : '10000',
 
- 		uname         : '老兵张嘎',
 
- 		contentType   : 'voice',
 
- 		uface         : 'https://images.unsplash.com/photo-1662695089339-a2c24231a3ac?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHwxM3x8fGVufDB8fHx8&auto=format&fit=crop&w=100&q=60',
 
- 		content       : 'https://vkceyugu.cdn.bspapp.com/VKCEYUGU-hello-uniapp/2cc220e0-c27a-11ea-9dfb-6da8e309e0d8.mp3',
 
- 		length        : 150,
 
- 		date          : '15 分钟前'
 
- 	}
 
- ];
 
- export default {
 
- 	msgs : msgs
 
- } 
 
 
  |