From 6efc8b908b48c23e5faff4079be618ce9dc9bc79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BC=95?= Date: Wed, 13 Dec 2023 17:34:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E4=BD=99=E4=BB=A3=E7=A0=81=E5=8E=BB?= =?UTF-8?q?=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -// 我感觉