From 408b743b5ef9affaea95b48d5bea40080dbca34e Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Sat, 20 Sep 2025 20:36:41 +0800
Subject: [PATCH] 修改ws
---
src/page/home/vipdetail.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/page/home/vipdetail.vue b/src/page/home/vipdetail.vue
index fba3299..cd8f892 100644
--- a/src/page/home/vipdetail.vue
+++ b/src/page/home/vipdetail.vue
@@ -180,7 +180,7 @@
if (data.status == 0) {
this.$toast(this.$t("hj276"));
this.$router.push({
- path: "/warehouse",
+ path: "/tradeNew",
});
} else {
this.$toast(data.msg);
--
Gitblit v1.9.3