Showing
1 changed file
with
2 additions
and
2 deletions
| 1 | /* | 1 | /* |
| 2 | * @Date: 2022-05-26 13:57:28 | 2 | * @Date: 2022-05-26 13:57:28 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-11-21 17:32:30 | 4 | + * @LastEditTime: 2024-11-25 15:01:10 |
| 5 | * @FilePath: /data-table/src/router.js | 5 | * @FilePath: /data-table/src/router.js |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | */ | 7 | */ |
| ... | @@ -9,7 +9,7 @@ import { createRouter, createWebHashHistory } from 'vue-router'; | ... | @@ -9,7 +9,7 @@ import { createRouter, createWebHashHistory } from 'vue-router'; |
| 9 | import RootRoute from './route.js'; | 9 | import RootRoute from './route.js'; |
| 10 | import asyncRoutesArr from "./mock/routes" | 10 | import asyncRoutesArr from "./mock/routes" |
| 11 | import generateRoutes from './utils/generateRoute' | 11 | import generateRoutes from './utils/generateRoute' |
| 12 | -import { showConfirmDialog } from "vant"; | 12 | +import { showConfirmDialog, Loading } from "vant"; |
| 13 | import Cookies from 'js-cookie'; | 13 | import Cookies from 'js-cookie'; |
| 14 | import { styleColor } from "@/constant.js"; | 14 | import { styleColor } from "@/constant.js"; |
| 15 | 15 | ... | ... |
-
Please register or login to post a comment