Browse Source

chore: 添加注释

TwoKe 2 years ago
parent
commit
d51e1b1bf6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/router/index.js

+ 2 - 0
src/router/index.js

@@ -25,11 +25,13 @@ const address = [
 
 const routes = [
   {
+    // 主页
     path: '/',
     name: 'Main',
     component: Main,
   },
   {
+    // 重庆子页
     path: '/chongqing',
     redirect: '/city',
     component: DefaultLayout,