From 316898f9890d8b6f4492499c23d7ec49e1fa1c5b Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Mon, 3 Feb 2020 10:50:14 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E4=BF=AE=E6=94=B9=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E7=A9=BA=E9=97=B4=E5=90=8D=E7=A7=B0=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/vue-cli-plugin-uni/lib/env.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vue-cli-plugin-uni/lib/env.js b/packages/vue-cli-plugin-uni/lib/env.js index 1ad1fca98..f76c4ae8b 100644 --- a/packages/vue-cli-plugin-uni/lib/env.js +++ b/packages/vue-cli-plugin-uni/lib/env.js @@ -15,7 +15,7 @@ if (process.env.UNI_CLOUD_SPACES) { process.UNI_CLOUD_ALIYUN = !!spaces.find(space => space.clientSecret) if (spaces.length === 1) { const space = spaces[0] - console.warn(`本项目的uniCloud所用的服务空间为:${space.name}`) + console.log(`本项目的uniCloud所用的服务空间为:${space.name}`) if (space.clientSecret) { process.env.UNI_CLOUD_PROVIDER = JSON.stringify({ provider: 'aliyun', -- GitLab