From 12e8eb9e345adea19972c34df471b28b51fa71dd Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期二, 21 五月 2024 15:34:11 +0800
Subject: [PATCH] 代码初始化

---
 h5/pages/staff/index.vue |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/h5/pages/staff/index.vue b/h5/pages/staff/index.vue
index 6c0a388..4576812 100644
--- a/h5/pages/staff/index.vue
+++ b/h5/pages/staff/index.vue
@@ -12,29 +12,29 @@
 		<view class="title_wrap"><view class="name">涓氬姟鍔炵悊</view></view>
 		<view class="container1">
 			<view class="left">
-				<view class="img_wrap img1">
+				<view class="img_wrap img1" @click="jump('/pages/staff/visitorReport')">
 					<image src="@/static/staff/ic_fangkebaobei.png" class="img"></image>
 					<view class="h1">璁垮鎶ュ</view>
 					<view class="h2">VISITOR REPORTING</view>
 				</view>
-				<view class="img_wrap img2">
+				<view class="img_wrap img2" @click="jump('/pages/staff/meetingSub')">
 					<image src="@/static/staff/ic_yuyuehuiyishi.png" class="img"></image>
 					<view class="h1">棰勭害浼氳瀹�</view>
 					<view class="h2">BOOK A MEETING ROOM</view>
 				</view>
 			</view>
 			<view class="right">
-				<view class="img_wrap img2">
+				<view class="img_wrap img2" @click="jump('/pages/staff/snapshot')">
 					<image src="@/static/staff/ic_yinhuansuipai.png" class="img"></image>
 					<view class="h1">闅愭偅闅忔墜鎷�</view>
 					<view class="h2">HIDDEN DANGER</view>
 				</view>
-				<view class="img_wrap img2">
+				<view class="img_wrap img2" @click="jump('/pages/staff/vehicle/index')">
 					<image src="@/static/staff/ic_yongcheshenqing.png" class="img"></image>
 					<view class="h1">鐢ㄨ溅鐢宠</view>
 					<view class="h2">VEHICLE APPLICATION</view>
 				</view>
-				<view class="img_wrap img2">
+				<view class="img_wrap img2" @click="jump('/pages/changePassword/changePassword')">
 					<image src="@/static/staff/ic_xiugaimima.png" class="img"></image>
 					<view class="h1">淇敼瀵嗙爜</view>
 					<view class="h2">CHANGE PASSWORD</view>
@@ -44,23 +44,23 @@
 		<!--  -->
 		<view class="title_wrap"><view class="name">涓氬姟鏌ヨ</view></view>
 		<view class="container2">
-			<view class="img_wrap">
+			<view class="img_wrap" @click="jump('/pages/staff/task/index')">
 				<image class="img" src="@/static/staff/ic_renwuzhongxin.png"></image>
 				<view class="h1">浠诲姟涓績</view>
 				<view class="h2">TASK CENTER</view>
 				<view class="task_num">99+</view>
 			</view>
-			<view class="img_wrap">
+			<view class="img_wrap" @click="jump('/pages/staff/meetingCalendar')">
 				<image class="img" src="@/static/staff/ic_wodehuiyi.png"></image>
 				<view class="h1">鎴戠殑浼氳鏃ュ巻</view>
 				<view class="h2">MY MEETING CALENDAR</view>
 			</view>
-			<view class="img_wrap">
+			<view class="img_wrap" @click="jump('/pages/staff/sendACar')">
 				<image class="img" src="@/static/staff/ic_paichejilu.png"></image>
 				<view class="h1">娲捐溅璁板綍</view>
 				<view class="h2">VEHICLE DISPATCH</view>
 			</view>
-			<view class="img_wrap">
+			<view class="img_wrap" @click="jump('/pages/staff/meetingManager')">
 				<image class="img" src="@/static/staff/ic_huiyishiguanli.png"></image>
 				<view class="h1">浼氳瀹ょ鐞�</view>
 				<view class="h2">MANAGE MEETING ROOMS</view>

--
Gitblit v1.9.3