Browse Source

fix: demo Index

zhuzhida 5 years ago
parent
commit
dd47354b68
2 changed files with 1 additions and 1 deletions
  1. 0 0
      src/sites/mobile/components/Index1.vue
  2. 1 1
      src/sites/mobile/router.ts

src/sites/mobile/components/index.vue → src/sites/mobile/components/Index1.vue


+ 1 - 1
src/sites/mobile/router.ts

@@ -1,5 +1,5 @@
 import { createRouter, createWebHashHistory, RouteRecordRaw } from "vue-router";
-import Index from "./components/Index.vue";
+import Index from "./components/Index1.vue";
 const routes: Array<RouteRecordRaw> = [
   {
     path: "/",