From a2c0ffa1c363c9febf397bf194e707626117dbc4 Mon Sep 17 00:00:00 2001
From: p-honggang.li <p-honggang.li@pcitc.com>
Date: 星期五, 29 八月 2025 11:29:35 +0800
Subject: [PATCH] 修改配置

---
 src/router/index.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/router/index.ts b/src/router/index.ts
index d5c6977..e4dce3f 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -15,7 +15,7 @@
 import { queryUserDetail } from '@/api/userInfo'
 
 const router = createRouter({
-  history: createWebHistory('/manage/'),
+  history: createWebHistory('/trade/'),
   routes: staticRoutes,
   scrollBehavior(to, from, savedPosition) {
     return { top: 0 }

--
Gitblit v1.8.0