Commit 504dbe07 by lishengfu

update

parent a6791c86
Showing with 1 additions and 3 deletions
import Vue from 'vue'
import VueRouter, { RouteConfig } from 'vue-router'
import Home from '../views/Home.vue'
import SelectIdentity from '../views/select-identity.vue'
Vue.use(VueRouter)
......@@ -9,7 +7,7 @@ Vue.use(VueRouter)
{
path: '/',
name: 'Home',
component: Home
component: () => import("../views/Home.vue")
},
{
path: '/SelectIdentity',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment