|  | @ -1,18 +1,8 @@ | 
			
		
	
		
		
			
				
					|  |  | import {createRouter, createWebHashHistory} from 'vue-router'; |  |  | import {createRouter, createWebHashHistory} from 'vue-router'; | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  | const routes: any = [ |  |  | const routes: any = [ | 
			
		
	
		
		
			
				
					
					|  |  |     { path: '/', redirect: '/MicrowaveRadiation'}, |  |  |     { path: '/', redirect: '/Login'}, | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |     // { 
 |  |  |     { path: '/Login',  component: () => import('../components/Login.vue') }, | 
			
				
				
			
		
	
		
		
			
				
					|  |  |     //     path: '/MicrowaveRadiation', 
 |  |  |  | 
			
		
	
		
		
			
				
					|  |  |     //     component: () => import('../components/MicrowaveRadiation/Index.vue'),
 |  |  |  | 
			
		
	
		
		
			
				
					|  |  |     //     children: [
 |  |  |  | 
			
		
	
		
		
			
				
					|  |  |     //         { path: '/MicrowaveRadiation', redirect: '/MicrowaveRadiation/VerticalProfile' },
 |  |  |  | 
			
		
	
		
		
			
				
					|  |  |     //         { path: 'VerticalProfile', component: () => import('./../components/MicrowaveRadiation/VerticalProfile.vue') },
 |  |  |  | 
			
		
	
		
		
			
				
					|  |  |     //         { path: 'ConvectiveIndex', component: () => import('./../components/MicrowaveRadiation/ConvectiveIndex.vue') },
 |  |  |  | 
			
		
	
		
		
			
				
					|  |  |     //         { path: 'TLogP', component: () => import('./../components/MicrowaveRadiation/TLogP.vue') },
 |  |  |  | 
			
		
	
		
		
			
				
					|  |  |     //         { path: 'BPInversion', component: () => import('./../components/MicrowaveRadiation/BPInversion.vue') }
 |  |  |  | 
			
		
	
		
		
			
				
					|  |  |     //     ]
 |  |  |  | 
			
		
	
		
		
			
				
					|  |  |     // },
 |  |  |  | 
			
		
	
		
		
	
		
		
	
		
		
			
				
					|  |  |     { path: '/MicrowaveRadiation',  component: () => import('../components/MicrowaveRadiation.vue') }, |  |  |     { path: '/MicrowaveRadiation',  component: () => import('../components/MicrowaveRadiation.vue') }, | 
			
		
	
		
		
			
				
					|  |  |     { path: '/RamanLidar',  component: () => import('../components/RamanLidar.vue') }, |  |  |     { path: '/RamanLidar',  component: () => import('../components/RamanLidar.vue') }, | 
			
		
	
		
		
			
				
					|  |  |     { path: '/SynergyEvaluation',  component: () => import('../components/SynergyEvaluation.vue') }, |  |  |     { path: '/SynergyEvaluation',  component: () => import('../components/SynergyEvaluation.vue') }, | 
			
		
	
	
		
		
			
				
					|  | 
 |