xiabin
This commit is contained in:
		
							parent
							
								
									1c12f64534
								
							
						
					
					
						commit
						bf8db7f394
					
				| @ -215,14 +215,20 @@ export const constantRoutes = [ | ||||
|     path: '/sub-operation-service/packaging', | ||||
|     name: 'packaging', | ||||
|     component: Layout, | ||||
|     redirect: '/sub-operation-service/packaging/index', | ||||
|     redirect: '/sub-operation-service/packaging/sorting', | ||||
|     meta: { title: '分拣包装' }, | ||||
|     children: [ | ||||
|       { | ||||
|         path: '/sub-operation-service/packaging/sorting', | ||||
|         component: () => import('@/views/packaging/sorting.vue'), | ||||
|         name: 'sortingMain', | ||||
|         meta: { title: '分拣首页' }, | ||||
|       }, | ||||
|       { | ||||
|         path: '/sub-operation-service/packaging/index', | ||||
|         component: () => import('@/views/packaging/index.vue'), | ||||
|         name: 'packagingMain', | ||||
|         meta: { title: '分拣包装首页' }, | ||||
|         meta: { title: '包装首页' }, | ||||
|       }, | ||||
|     ], | ||||
|   }, | ||||
|  | ||||
							
								
								
									
										19
									
								
								sub-operation-service/src/views/packaging/sorting.vue
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								sub-operation-service/src/views/packaging/sorting.vue
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,19 @@ | ||||
| <template> | ||||
|   <div>131</div> | ||||
| </template> | ||||
| 
 | ||||
| <script setup> | ||||
| import { ref } from 'vue'; | ||||
| 
 | ||||
| /* --------------- data --------------- */ | ||||
| // #region | ||||
| 
 | ||||
| // #endregion | ||||
| 
 | ||||
| /* --------------- methods --------------- */ | ||||
| // #region | ||||
| 
 | ||||
| // #endregion | ||||
| </script> | ||||
| 
 | ||||
| <style lang="scss" scoped></style> | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user