From 2b90eba0ab2bc70b1e1245acc45521fc31e1afcc Mon Sep 17 00:00:00 2001 From: kaeery <3491123437@qq.com> Date: Wed, 12 Mar 2025 12:05:36 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=AE=A2=E5=8D=95=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E3=80=91=20=E4=BC=98=E5=8C=96#=20=E5=8E=BB=E6=8E=89=E5=AE=9E?= =?UTF-8?q?=E4=BB=98=E9=87=91=E9=A2=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 + index.html | 117 ++++++----- public/admin/admin/index.html | 225 ++++++++++---------- public/admin/index.html | 226 ++++++++++----------- src/config/index.ts | 2 +- src/layout/components/footer.vue | 2 +- src/views/order/lists/detail.vue | 14 +- src/views/order/lists/index.vue | 4 +- src/views/setting/payment/admin/index.html | 125 ++++++------ 9 files changed, 355 insertions(+), 364 deletions(-) diff --git a/.gitignore b/.gitignore index 5cc0fca..3f96844 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,7 @@ components.d.ts yarn.lock package-lock.json + +public +*.zip +*.rar \ No newline at end of file diff --git a/index.html b/index.html index d05d865..9f46619 100644 --- a/index.html +++ b/index.html @@ -1,71 +1,68 @@ - - - - - - 粤好生活-后台管理系统 - - - - -
-
- - - + @keyframes loading-dash { + 0% { + stroke-dasharray: 90, 150; + stroke-dashoffset: -40px; + } + + 100% { + stroke-dasharray: 90, 150; + stroke-dashoffset: -120px; + } + } + + + + + +
+
+ + + +
-
- - - - \ No newline at end of file + + + diff --git a/public/admin/admin/index.html b/public/admin/admin/index.html index 6247d4d..7ab156a 100644 --- a/public/admin/admin/index.html +++ b/public/admin/admin/index.html @@ -1,130 +1,125 @@ - - - - - - 粤好生活-后台管理系统 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - + @-webkit-keyframes loading-dash { + 0% { + stroke-dasharray: 90, 150; + stroke-dashoffset: -40px; + } + + 100% { + stroke-dasharray: 90, 150; + stroke-dashoffset: -120px; + } + } + + @keyframes loading-dash { + 0% { + stroke-dasharray: 90, 150; + stroke-dashoffset: -40px; + } + + 100% { + stroke-dasharray: 90, 150; + stroke-dashoffset: -120px; + } + } + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
-
- - - - \ No newline at end of file + + diff --git a/public/admin/index.html b/public/admin/index.html index c142fd4..5c6ad9f 100644 --- a/public/admin/index.html +++ b/public/admin/index.html @@ -1,130 +1,126 @@ - - - - - - 粤好生活-后台管理系统 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - + @-webkit-keyframes loading-dash { + 0% { + stroke-dasharray: 90, 150; + stroke-dashoffset: -40px; + } + + 100% { + stroke-dasharray: 90, 150; + stroke-dashoffset: -120px; + } + } + + @keyframes loading-dash { + 0% { + stroke-dasharray: 90, 150; + stroke-dashoffset: -40px; + } + + 100% { + stroke-dasharray: 90, 150; + stroke-dashoffset: -120px; + } + } + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
-
- - - - \ No newline at end of file + + + diff --git a/src/config/index.ts b/src/config/index.ts index 3fb4110..b90f16e 100644 --- a/src/config/index.ts +++ b/src/config/index.ts @@ -8,7 +8,7 @@ */ const config = { terminal: 1, //终端 - title: '粤好生活-后台管理系统', //网站默认标题 + title: '思缘生活-后台管理系统', //网站默认标题 version: '1.3.3', //版本号 baseUrl: `${import.meta.env.VITE_APP_BASE_URL || ''}/`, //请求接口域名 urlPrefix: 'api', //请求默认前缀 diff --git a/src/layout/components/footer.vue b/src/layout/components/footer.vue index 978e36f..de5dbe9 100644 --- a/src/layout/components/footer.vue +++ b/src/layout/components/footer.vue @@ -1,7 +1,7 @@ diff --git a/src/views/order/lists/detail.vue b/src/views/order/lists/detail.vue index e169407..8bd7013 100644 --- a/src/views/order/lists/detail.vue +++ b/src/views/order/lists/detail.vue @@ -18,21 +18,21 @@
{{ formData.orderStatusName || '-' }}
- +
{{ formData.sn || '-' }}
- +
{{ formData.createTime || '-' }}
- +
{{ formData.nickname || '-' }}
@@ -247,7 +247,7 @@ --> - + diff --git a/src/views/order/lists/index.vue b/src/views/order/lists/index.vue index ef01d0a..70213c0 100644 --- a/src/views/order/lists/index.vue +++ b/src/views/order/lists/index.vue @@ -95,9 +95,9 @@
- +