|
|
@ -2,17 +2,7 @@ import {createRouter, createWebHashHistory} from 'vue-router'; |
|
|
|
|
|
|
|
const routes: any = [ |
|
|
|
{ path: '/', redirect: '/Login'}, |
|
|
|
// {
|
|
|
|
// 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: '/Login', component: () => import('../components/Login.vue') }, |
|
|
|
{ path: '/MicrowaveRadiation', component: () => import('../components/MicrowaveRadiation.vue') }, |
|
|
|
{ path: '/RamanLidar', component: () => import('../components/RamanLidar.vue') }, |
|
|
|
{ path: '/SynergyEvaluation', component: () => import('../components/SynergyEvaluation.vue') }, |
|
|
|