mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 13:59:24 +08:00
Fix: Typo of /launch
This commit is contained in:
@@ -4,7 +4,7 @@ import Alas from '/@/components/Alas.vue';
|
||||
const routes = [
|
||||
{path: '/', name: 'Loading', component: () => import('./views/LoadingPage.vue')},
|
||||
{path: '/Install', name: 'InstallPage', component: () => import('./views/InstallAlas.vue')},
|
||||
{path: '/Lunch', name: 'LunchPage', component: () => import('./views/Launch.vue')},
|
||||
{path: '/Launch', name: 'LaunchPage', component: () => import('./views/Launch.vue')},
|
||||
{path: '/Import', name: 'ImportConfig', component: () => import('./views/ImportConfig.vue')},
|
||||
{path: '/Alas', name: 'Alas', component: Alas},
|
||||
];
|
||||
|
||||
@@ -146,7 +146,7 @@ const installAlas = async () => {
|
||||
const filePath = unref(appStore.alasPath);
|
||||
window.__electron_preload__modifyConfigYaml(filePath, modifyConfig);
|
||||
installLoading.value = false;
|
||||
router.push('/Lunch');
|
||||
router.push('/Launch');
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ onMounted(() => {
|
||||
if (!isFirst) {
|
||||
router.push('/Install');
|
||||
} else {
|
||||
router.push('/Lunch');
|
||||
router.push('/Launch');
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user