From 52a068bf7d9d29b1a49b42cd79518f930b3f4a50 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=86=8A=E4=B8=BD=E5=90=9B?= <664953382@qq.com>
Date: Tue, 25 Jan 2022 09:30:32 +0800
Subject: [PATCH] =?UTF-8?q?=E7=95=99=E8=A8=80=E6=A8=A1=E5=9D=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/config.js | 9 +++
src/components/webContact/index.vue | 105 ++++++++++++++++++++++++++
src/views/website/innovate/detail.vue | 8 +-
3 files changed, 120 insertions(+), 2 deletions(-)
create mode 100644 src/api/config.js
create mode 100644 src/components/webContact/index.vue
diff --git a/src/api/config.js b/src/api/config.js
new file mode 100644
index 0000000..5194aaa
--- /dev/null
+++ b/src/api/config.js
@@ -0,0 +1,9 @@
+import request from '@/utils/request'
+
+export function launch(data) {
+ return request({
+ url: '/v1/message/launch',
+ method: 'post',
+ data
+ })
+}
diff --git a/src/components/webContact/index.vue b/src/components/webContact/index.vue
new file mode 100644
index 0000000..5d9c2b1
--- /dev/null
+++ b/src/components/webContact/index.vue
@@ -0,0 +1,105 @@
+
+
+
+
+ 联系我
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 提交
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/website/innovate/detail.vue b/src/views/website/innovate/detail.vue
index 7c9a174..4f0d183 100644
--- a/src/views/website/innovate/detail.vue
+++ b/src/views/website/innovate/detail.vue
@@ -1,4 +1,4 @@
-
+
@@ -26,7 +26,9 @@
-
联系我
+
+
+
@@ -36,6 +38,7 @@