From a37d12533f8d7e26e8e3b68fafc175c75685232c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8F=B2=E9=B8=BD?= <1020103647@qq.com>
Date: Sat, 18 May 2024 17:57:35 +0800
Subject: [PATCH 1/3] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96btn=E5=AE=BD?=
=?UTF-8?q?=E5=BA=A6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/about/components/request.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pages/about/components/request.vue b/src/pages/about/components/request.vue
index d01be83..1ca55bd 100644
--- a/src/pages/about/components/request.vue
+++ b/src/pages/about/components/request.vue
@@ -23,10 +23,10 @@
-
+ 发送请求
请求数据如下
{{ JSON.stringify(data) }}
-
+ 清除数据
From b1fe40fa4ad3fcbfe05d72a6e9ee0ffe6e8a6734 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8F=B2=E9=B8=BD?= <1020103647@qq.com>
Date: Sat, 18 May 2024 18:00:20 +0800
Subject: [PATCH 2/3] =?UTF-8?q?build:=20=E9=BB=98=E8=AE=A4=E4=B8=8D?=
=?UTF-8?q?=E7=94=A8proxy?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
env/.env | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/env/.env b/env/.env
index d068df7..d520ddc 100644
--- a/env/.env
+++ b/env/.env
@@ -11,5 +11,5 @@ VITE_SERVER_BASEURL = 'https://ukw0y1.laf.run'
VITE_UPLOAD_BASEURL = 'https://ukw0y1.laf.run/upload'
# h5是否需要配置代理
-VITE_APP_PROXY=true
+VITE_APP_PROXY=false
VITE_APP_PROXY_PREFIX = '/api'
From accfa883430d1b69129ddb77c1d15ec91cdc2cc9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8F=B2=E9=B8=BD?= <1020103647@qq.com>
Date: Sat, 18 May 2024 18:00:50 +0800
Subject: [PATCH 3/3] build: v2.2.0
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index 14aa923..277a64d 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "unibest",
"type": "commonjs",
- "version": "2.1.0",
+ "version": "2.2.0",
"description": "unibest - 最好的 uniapp 开发模板",
"author": {
"name": "codercup",