Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2024-11-25 15:58:29 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
29b80f268396736594880f97ee6f4a583c04c608
29b80f26
1 parent
442707ac
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/router.js
src/router.js
View file @
29b80f2
/*
* @Date: 2022-05-26 13:57:28
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-11-2
1 17:32:3
0
* @LastEditTime: 2024-11-2
5 15:01:1
0
* @FilePath: /data-table/src/router.js
* @Description: 文件描述
*/
...
...
@@ -9,7 +9,7 @@ import { createRouter, createWebHashHistory } from 'vue-router';
import
RootRoute
from
'./route.js'
;
import
asyncRoutesArr
from
"./mock/routes"
import
generateRoutes
from
'./utils/generateRoute'
import
{
showConfirmDialog
}
from
"vant"
;
import
{
showConfirmDialog
,
Loading
}
from
"vant"
;
import
Cookies
from
'js-cookie'
;
import
{
styleColor
}
from
"@/constant.js"
;
...
...
Please
register
or
login
to post a comment