From 0b1c033c9eba974c7498a72b50291bc1555b71ac Mon Sep 17 00:00:00 2001 From: panqihua Date: Sat, 21 Jan 2023 03:26:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE-=E8=81=94=E7=B3=BB=E6=88=91?= =?UTF-8?q?=E4=BB=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/platform/config/contact_us.vue | 60 ++++++++++++++++++++++++ src/views/platform/config/other.vue | 44 +++++++++++++++++ src/views/platform/public/upload_img.vue | 3 +- 3 files changed, 106 insertions(+), 1 deletion(-) create mode 100644 src/views/platform/config/contact_us.vue create mode 100644 src/views/platform/config/other.vue diff --git a/src/views/platform/config/contact_us.vue b/src/views/platform/config/contact_us.vue new file mode 100644 index 0000000..4ff2c77 --- /dev/null +++ b/src/views/platform/config/contact_us.vue @@ -0,0 +1,60 @@ + + + + + diff --git a/src/views/platform/config/other.vue b/src/views/platform/config/other.vue new file mode 100644 index 0000000..3ef3e27 --- /dev/null +++ b/src/views/platform/config/other.vue @@ -0,0 +1,44 @@ + + + + + diff --git a/src/views/platform/public/upload_img.vue b/src/views/platform/public/upload_img.vue index ef9715b..9169ee6 100644 --- a/src/views/platform/public/upload_img.vue +++ b/src/views/platform/public/upload_img.vue @@ -1,6 +1,7 @@