From d4211fd96865e58217d63efaf4d8f6609fb24ae6 Mon Sep 17 00:00:00 2001
From: mh-two-thousand-and-two <17391232786@163.com>
Date: 星期二, 16 四月 2024 17:43:33 +0800
Subject: [PATCH] 更新数据

---
 src/components/headNav/headNav.vue |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/components/headNav/headNav.vue b/src/components/headNav/headNav.vue
index 91eef40..6e4b97f 100644
--- a/src/components/headNav/headNav.vue
+++ b/src/components/headNav/headNav.vue
@@ -3,7 +3,7 @@
 		<view class="NavTop flex" :style="{backgroundImage: 'url('+ bg + ')'}">
 			<view class="santiaogang" style="width: .34rem;height: .34rem;margin-right: 3rem;"
 				@click="menuNav = !menuNav"><img style="width: 100%;height: 100%;"
-					src="../../static/涓尰浜虹墿鐭ヨ瘑搴�0201/涓夋潯鏉�.png" alt="" /></view>
+					src="@/static/涓尰浜虹墿鐭ヨ瘑搴�0201/涓夋潯鏉�.png" alt="" /></view>
 			<view class="flex" style="letter-spacing: 5rpx;">
 				<view class="logo"></view>
 				<view class="" style="margin-left: .19rem;font-size: .24rem;font-family: cursive;font-weight: 900;">
@@ -21,8 +21,6 @@
 						:style="{'backgroundColor':searchBg==true?'#244A7B':'#DA7A2B'}"
 						style="background-color: #000;border-radius: 50%;margin-top: -4rpx;"></view>
 				</view>
-				<!-- <img style="border-radius: 50%;display: inline-block;" src="../../static/image/search.png" alt="" /> -->
-				<!-- <img class="cursor" @click="changePassword(1)" src="@/static/image/profile.svg" alt="" /> -->
 				<el-dropdown trigger="click" @command="handleCommand">
 					<!-- <view @click="iconClick(2)" class="s2 ss1 "></view> -->
 					<img class="cursor" @click="changePassword(1)" src="@/static/image/profile.svg" alt="" />
@@ -223,7 +221,7 @@
 					});
 				} else if (index === '1') {
 					uni.navigateTo({
-						url: '/pages/repository/repository?id=' + 1
+						url:'/pages/characterRelation/characterRelation?id=' + 1
 					});
 				} else if (index === '2') {
 					uni.navigateTo({

--
Gitblit v1.9.1