From 2bced8241f7fa77dd253f5b9a1fc8ae541751cef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=B2=E9=B8=BD?= <1020103647@qq.com> Date: Mon, 4 Mar 2024 20:37:28 +0800 Subject: [PATCH] build: refine --- env/.env.production | 3 --- manifest.config.ts | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/env/.env.production b/env/.env.production index c409320..96ca98e 100644 --- a/env/.env.production +++ b/env/.env.production @@ -4,6 +4,3 @@ NODE_ENV = 'development' VITE_DELETE_CONSOLE = true VITE_SERVER_BASEURL = 'https://xxx.com' - -# github actions 部署地址根路径,用在 manifest.config.ts 里面的 h5.router.base -VITE_APP_PUBLIC_BASE=/unibest/ diff --git a/manifest.config.ts b/manifest.config.ts index adf9631..4cc4e1f 100644 --- a/manifest.config.ts +++ b/manifest.config.ts @@ -85,7 +85,7 @@ export default defineManifestConfig({ urlCheck: false, }, usingComponents: true, - __usePrivacyCheck__: true, + // __usePrivacyCheck__: true, }, 'mp-alipay': { usingComponents: true,