Baozhangchao 3 years ago
parent
commit
caedff2236
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/router/index.js

+ 1
- 0
src/router/index.js View File

10
 
10
 
11
 Vue.use(Router)
11
 Vue.use(Router)
12
 
12
 
13
+
13
 const router = new Router({
14
 const router = new Router({
14
   routes: [
15
   routes: [
15
 
16