Showing
2 changed files
with
7 additions
and
10 deletions
| 1 | +/* | ||
| 2 | + * @Date: 2022-05-26 13:57:28 | ||
| 3 | + * @LastEditors: hookehuyr hookehuyr@gmail.com | ||
| 4 | + * @LastEditTime: 2022-06-15 11:00:05 | ||
| 5 | + * @FilePath: /tswj/src/router.js | ||
| 6 | + * @Description: 文件描述 | ||
| 7 | + */ | ||
| 1 | import { createRouter, createWebHashHistory } from 'vue-router'; | 8 | import { createRouter, createWebHashHistory } from 'vue-router'; |
| 2 | import RootRoute from './route.js'; | 9 | import RootRoute from './route.js'; |
| 3 | import { generateRoute } from './utils/generateRoute' | 10 | import { generateRoute } from './utils/generateRoute' |
| ... | @@ -16,9 +23,6 @@ Object.keys(modules).forEach((key) => { | ... | @@ -16,9 +23,6 @@ Object.keys(modules).forEach((key) => { |
| 16 | routeModuleList.push(...modList); | 23 | routeModuleList.push(...modList); |
| 17 | }); | 24 | }); |
| 18 | 25 | ||
| 19 | -// TODO: 微信分享测试 | ||
| 20 | -import share from '@/utils/share' | ||
| 21 | - | ||
| 22 | // 创建路由实例并传递 `routes` 配置 | 26 | // 创建路由实例并传递 `routes` 配置 |
| 23 | // 你可以在这里输入更多的配置,但我们在这里 | 27 | // 你可以在这里输入更多的配置,但我们在这里 |
| 24 | 28 | ... | ... |
-
Please register or login to post a comment