From 2fba5f9629b217fcda168fcd945b214002d3c410 Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期二, 23 十二月 2025 17:26:36 +0800
Subject: [PATCH] 纸张贸易
---
src/static/img/zhizhangbg1.png | 0
src/static/img/zhizhang5.png | 0
src/static/img/zhizhang3.png | 0
src/static/img/zhizhangbg.png | 0
src/views/business/zhizhang.vue | 78 +++++++++++++++++++++++++++++++++++++++
src/router/index.js | 6 +++
src/static/img/zhizhang4.png | 0
src/components/header/index.vue | 3 +
src/static/img/zhizhang1.png | 0
src/static/img/zhizhang2.png | 0
10 files changed, 86 insertions(+), 1 deletions(-)
diff --git a/src/components/header/index.vue b/src/components/header/index.vue
index 5a17b92..0fa110c 100644
--- a/src/components/header/index.vue
+++ b/src/components/header/index.vue
@@ -20,7 +20,8 @@
<el-menu-item index="/assembly" @click="inmenu('/assembly')">璧勬枡姹囩紪</el-menu-item>
<el-menu-item index="/magazine" @click="inmenu('/magazine')">鏈熷垔鏉傚織</el-menu-item>
<el-menu-item index="/enrollment" @click="inmenu('/enrollment')">鎷涚敓璧勬枡</el-menu-item>
- <el-menu-item index="/other" @click="inmenu('/other')">鍏朵粬鍗板埛鍝�</el-menu-item>
+ <el-menu-item index="/other" @click="inmenu('/other')">鍏跺畠鍗板埛鍝�</el-menu-item>
+ <el-menu-item index="/zhizhang" @click="inmenu('/zhizhang')">绾稿紶璐告槗</el-menu-item>
</el-sub-menu>
<el-menu-item index="/servecustomers" @click="inmenu('/servecustomers',{id:0})">鏈嶅姟瀹㈡埛</el-menu-item>
<el-menu-item index="/equipment" @click="inmenu('/equipment',{id:1})">璁惧瀹炲姏</el-menu-item>
diff --git a/src/router/index.js b/src/router/index.js
index 978ade0..f557422 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -87,6 +87,12 @@
meta: { title: "鍏跺畠鍗板埛鍝�" }
},
{
+ path: "/zhizhang",
+ name: "zhizhang",
+ component: () => import("../views/business/zhizhang.vue"),
+ meta: { title: "鍏跺畠鍗板埛鍝�" }
+ },
+ {
path: "/servecustomers",
name: "servecustomers",
component: () => import("../views/servecustomers/index.vue"),
diff --git a/src/static/img/zhizhang1.png b/src/static/img/zhizhang1.png
new file mode 100644
index 0000000..7189044
--- /dev/null
+++ b/src/static/img/zhizhang1.png
Binary files differ
diff --git a/src/static/img/zhizhang2.png b/src/static/img/zhizhang2.png
new file mode 100644
index 0000000..7fb8a16
--- /dev/null
+++ b/src/static/img/zhizhang2.png
Binary files differ
diff --git a/src/static/img/zhizhang3.png b/src/static/img/zhizhang3.png
new file mode 100644
index 0000000..27afc2d
--- /dev/null
+++ b/src/static/img/zhizhang3.png
Binary files differ
diff --git a/src/static/img/zhizhang4.png b/src/static/img/zhizhang4.png
new file mode 100644
index 0000000..945db63
--- /dev/null
+++ b/src/static/img/zhizhang4.png
Binary files differ
diff --git a/src/static/img/zhizhang5.png b/src/static/img/zhizhang5.png
new file mode 100644
index 0000000..f0f72a5
--- /dev/null
+++ b/src/static/img/zhizhang5.png
Binary files differ
diff --git a/src/static/img/zhizhangbg.png b/src/static/img/zhizhangbg.png
new file mode 100644
index 0000000..ac03f22
--- /dev/null
+++ b/src/static/img/zhizhangbg.png
Binary files differ
diff --git a/src/static/img/zhizhangbg1.png b/src/static/img/zhizhangbg1.png
new file mode 100644
index 0000000..d5e6f74
--- /dev/null
+++ b/src/static/img/zhizhangbg1.png
Binary files differ
diff --git a/src/views/business/zhizhang.vue b/src/views/business/zhizhang.vue
new file mode 100644
index 0000000..d10025d
--- /dev/null
+++ b/src/views/business/zhizhang.vue
@@ -0,0 +1,78 @@
+<template>
+ <div class="bannerbg chuany-width100 h-[450px] flex items-center">
+ <div
+ class="content text-white font-['Source_Han_Sans_SC'] font-bold text-[50px] leading-[80px] tracking-[11%] capitalize ">
+ <p class="pb-3">宸濆嵃闆嗗洟鈥斺��</p>
+ <p>涓撴敞鍝佽川锛屾垚灏卞崜瓒�</p>
+ </div>
+ </div>
+ <div class="w-100 chuany-font14 chuany-text-black ">
+
+ </div>
+</template>
+
+<script setup>
+import usbanner from '@/static/img/usbanner.png'
+import contentimg from '@/static/img/content-img.png'
+const { $meth } = getCurrentInstance().appContext.config.globalProperties
+import { articleInfo } from '@/api/text.js'
+const { $route } = getCurrentInstance().appContext.config.globalProperties
+import $store from "@/store/index.js";
+
+const data = reactive({
+ activeName: "1",
+ gettab4: {}
+})
+onMounted(() => {
+
+ articleInfos(1)
+});
+const handleClick = (el) => {//tab鍒囨崲
+ console.log("el:", el.props.name)
+ data.gettab4 = {}
+ if (el.props.name == 1 || el.props.name == 4) {
+ articleInfos(el.props.name)
+ }
+
+}
+const articleInfos = (el) => {
+ articleInfo({ id: el }).then(res => {
+ if (res.status == true) {
+ data.gettab4 = res.data.contentBody
+
+ //
+ } else {
+ $message({
+ message: res.msg,
+ grouping: true,
+ type: 'error',
+ })
+ }
+ })
+
+}
+</script>
+<style scoped>
+.demo-tabs>.el-tabs__content {
+ padding: 32px;
+ color: #6b778c;
+ font-size: 32px;
+ font-weight: 600;
+}
+
+.jianjietab p {
+ margin-top: 15px;
+ margin-bottom: 15px;
+ line-height: 2.5em;
+}
+
+.phonetab {
+ padding: 100px;
+}
+
+.bannerbg {
+ background:
+ linear-gradient(90deg, #0e61ce 10%, rgba(108, 160, 255, 0.5) 100%),
+ url('@/static/img/usbanner.png') center/cover no-repeat;
+}
+</style>
\ No newline at end of file
--
Gitblit v1.9.1