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;