From 5ccddfa082faf4b261cd73b2a537850b9f1535c4 Mon Sep 17 00:00:00 2001 From: zhangfengchen <1027307161@qq.com> Date: Tue, 26 May 2026 09:43:57 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=A2=9E=E5=8A=A0=E4=BD=93=E9=AA=8C?= =?UTF-8?q?=E7=89=88=E5=90=8E=E7=AB=AF=E6=8E=A5=E5=8F=A3=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sheep/config/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sheep/config/index.js b/sheep/config/index.js index 13a95db0..b00e4635 100644 --- a/sheep/config/index.js +++ b/sheep/config/index.js @@ -3,13 +3,12 @@ import { getWxEnvVersion } from '@/sheep/helper/env'; const { version } = packageInfo; - // 开发环境配置 export let baseUrl; if (process.env.NODE_ENV === 'development') { baseUrl = import.meta.env.SHOPRO_DEV_BASE_URL; } else { - // 生产环境下,判断是体验版还是正式版 + // 非本地 dev 模式开发环境,判断是体验版还是正式版 const wxEnvVersion = getWxEnvVersion(); if (wxEnvVersion === 'trial') {