From c85ab99aa28039a74d8011e0866919e4e6fe9a73 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Thu, 29 May 2025 10:00:37 +0800
Subject: [PATCH] style
---
src/components/layout/commonHeader.vue | 10 +++-------
1 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/src/components/layout/commonHeader.vue b/src/components/layout/commonHeader.vue
index 81f46fc..71c4b94 100644
--- a/src/components/layout/commonHeader.vue
+++ b/src/components/layout/commonHeader.vue
@@ -5,11 +5,7 @@
<!-- 通用左边菜单 -->
<div class="left-page-header">
<div @click="goRouter('/')" class="logo">
- <img
- src="./src/assets/forexImages/newlogo.png"
- width="40"
- height="40"
- />
+ <img src="" width="40" height="40" />
<span class="logoName2"> {{ $title }} </span>
</div>
<menu-item
@@ -485,12 +481,12 @@
},
{
- urlPath: "/wallet/spot",
+ urlPath: "/asset",
title: "zijinguanli",
},
{
- urlPath: "/order/coinOrder",
+ urlPath: "/transactionRecord",
title: "jiaoyiguanli",
// iconPath: getImages("headIcon/personal-menu/help-center.png"),
},
--
Gitblit v1.9.3