From c96def406e49c7ed6550d3eba7e8d5e861add051 Mon Sep 17 00:00:00 2001 From: liangzai <2440983361@qq.com> Date: Tue, 16 Dec 2025 19:29:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=EF=BC=9A=E4=BB=A3=E7=90=86?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E6=8C=87=E5=8D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 7 + src/views/AgentSystemGuide.vue | 530 +++++++++++++++++++++++++++++++++ src/views/index.vue | 16 + 3 files changed, 553 insertions(+) create mode 100644 src/views/AgentSystemGuide.vue diff --git a/src/router/index.js b/src/router/index.js index 904e8d4..84f455c 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -89,6 +89,13 @@ const router = createRouter({ component: () => import("@/views/HelpGuide.vue"), meta: { title: "引导指南" }, }, + { + path: "/agent/system-guide", + name: "agentSystemGuide", + component: () => + import("@/views/AgentSystemGuide.vue"), + meta: { title: "代理系统指南" }, + }, { path: "/withdraw", name: "withdraw", diff --git a/src/views/AgentSystemGuide.vue b/src/views/AgentSystemGuide.vue new file mode 100644 index 0000000..b7a4989 --- /dev/null +++ b/src/views/AgentSystemGuide.vue @@ -0,0 +1,530 @@ + + + + + diff --git a/src/views/index.vue b/src/views/index.vue index ba34f4c..591a559 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -45,6 +45,9 @@ function toHistory() { const toAgent = () => { router.push({ path: "/promote" }); }; +const toAgentSystemGuide = () => { + router.push({ name: "agentSystemGuide" }); +}; const services = ref([ { @@ -208,6 +211,18 @@ const toBigData = () => {
+ +
+
+ +
+
+
代理系统全面指南
+
了解代理政策、等级特权与收益计算
+
+ 右箭头 +
大数据服务横幅 @@ -236,6 +251,7 @@ const toBigData = () => { .clip-right { clip-path: polygon(0 0, 0 0, 90% 100%, 0 0); } + .notice-swipe { height: 28px; line-height: 28px;