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 1/2] =?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 2/2] 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",