diff options
-rw-r--r-- | viewer/src/main.ts | 2 | ||||
-rw-r--r-- | viewer/src/plugins/router.ts (renamed from viewer/src/router/index.ts) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/viewer/src/main.ts b/viewer/src/main.ts index 75a238f..a8ff322 100644 --- a/viewer/src/main.ts +++ b/viewer/src/main.ts | |||
@@ -26,7 +26,7 @@ import "@/plugins/lazyimage"; | |||
26 | import "@/plugins/dragscroll"; | 26 | import "@/plugins/dragscroll"; |
27 | import store from '@/store' | 27 | import store from '@/store' |
28 | import i18n from "@/plugins/i18n"; | 28 | import i18n from "@/plugins/i18n"; |
29 | import router from "@/router"; | 29 | import router from "@/plugins/router"; |
30 | import MainLayout from "@/views/MainLayout.vue"; | 30 | import MainLayout from "@/views/MainLayout.vue"; |
31 | 31 | ||
32 | Vue.config.productionTip = false; | 32 | Vue.config.productionTip = false; |
diff --git a/viewer/src/router/index.ts b/viewer/src/plugins/router.ts index 0f3d2c7..0f3d2c7 100644 --- a/viewer/src/router/index.ts +++ b/viewer/src/plugins/router.ts | |||