From 2a4b83c058b9f669e33e96168d7ad25016dafadd Mon Sep 17 00:00:00 2001 From: gerson <1405270578@qq.com> Date: 星期四, 13 二月 2025 23:00:15 +0800 Subject: [PATCH] iie 部署 --- src/router/index.ts | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index 555917a..1474dd5 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -1,12 +1,12 @@ -import { createRouter, createWebHistory,createWebHashHistory } from 'vue-router'; +import { createRouter, createWebHashHistory, createWebHistory } from 'vue-router'; const router = createRouter({ history: createWebHashHistory(), routes: [ { - path: "/:path(.*)*", - redirect: "/home", - }, + path: '/:path(.*)*', + redirect: '/home', + }, { path: '/home', name: 'home', -- Gitblit v1.9.3