Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2022-06-15 19:00:39 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0feda73810c46bc169740878cd435d7f5738883f
0feda738
1 parent
1d1aaea2
fix
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
10 deletions
index.html
src/router.js
index.html
View file @
0feda73
<!--
* @Date: 2022-04-18 15:59:42
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-06-14 21:41:37
* @FilePath: /tswj/index.html
* @Description: 文件描述
-->
<!DOCTYPE html>
<html
lang=
'zh'
>
<head>
...
...
src/router.js
View file @
0feda73
/*
* @Date: 2022-05-26 13:57:28
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-06-15 11:00:05
* @FilePath: /tswj/src/router.js
* @Description: 文件描述
*/
import
{
createRouter
,
createWebHashHistory
}
from
'vue-router'
;
import
RootRoute
from
'./route.js'
;
import
{
generateRoute
}
from
'./utils/generateRoute'
...
...
@@ -16,9 +23,6 @@ Object.keys(modules).forEach((key) => {
routeModuleList
.
push
(...
modList
);
});
// TODO: 微信分享测试
import
share
from
'@/utils/share'
// 创建路由实例并传递 `routes` 配置
// 你可以在这里输入更多的配置,但我们在这里
...
...
Please
register
or
login
to post a comment