diff --git a/src/router/index.ts b/src/router/index.ts index d6016ef..b43581e 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -6,7 +6,7 @@ * @LastEditors: 刘引 * @LastEditTime: 2022-03-11 14:26:24 */ -import path from 'node:path/win32' +// import path from 'node:path/win32' import { createRouter, createWebHashHistory } from 'vue-router' const routes = [ { @@ -32,4 +32,3 @@ const router = createRouter({ routes }) export default router -// 我感觉