From b45bb649f1e94e65f5110b123278941dbfeb466f Mon Sep 17 00:00:00 2001
From: tianfeng <769204422@qq.com>
Date: Mon, 18 Aug 2025 19:25:27 +0800
Subject: [PATCH] =?UTF-8?q?hostcenter=20=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/HostCenterView.vue | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/src/views/HostCenterView.vue b/src/views/HostCenterView.vue
index 2df1dc3..d85d7d5 100644
--- a/src/views/HostCenterView.vue
+++ b/src/views/HostCenterView.vue
@@ -12,10 +12,6 @@
正在连接APP...
-
@@ -38,7 +34,6 @@
👑 Host
- 💰 Salary
@@ -270,7 +265,7 @@ const progressInfo = reactive({
})
const showDatePicker = () => {
- router.push('/history-salary')
+ router.push('/platform-policy')
}
const goToNotification = () => {
@@ -339,10 +334,10 @@ const checkUserIdentity = async (userId) => {
if (freightAgent) {
console.log('跳转到 coin-seller')
router.replace('/coin-seller')
- } else if (anchor) {
+ } else if (agent) {
console.log('跳转到 agency-center')
router.replace('/agency-center')
- } else if (agent) {
+ } else if (anchor) {
// 保持在当前Host页面
console.log('保持在 host-center')
currentIdentity.value = 'host'