From 6a27227f815c36f629374349f2de892120e1e81a Mon Sep 17 00:00:00 2001 From: liuxianghui <519646741@qq.com> Date: Tue, 30 Nov 2021 14:54:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A1=AE=E5=AE=9A=E5=90=84=E4=B8=AA=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E4=B8=8B=E7=9A=84obs=E6=A1=B6=E5=90=8D=E4=B8=80?= =?UTF-8?q?=E6=A0=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/service/objects.service.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/service/objects.service.ts b/src/app/service/objects.service.ts index c1a2de2..533a4e0 100644 --- a/src/app/service/objects.service.ts +++ b/src/app/service/objects.service.ts @@ -54,8 +54,8 @@ export class ObjectsService { */ obsRootByEnv = new Map([ [EnvironmentType.DevelopEditor, "sinochemweb/"], //开发与编辑 - [EnvironmentType.Test, "sinochem3d/"],//测试 - [EnvironmentType.Production, "sinochem3d/"],//生产环境(根据需要设置)最好是与测试环境的桶名相同 + [EnvironmentType.Test, "sinochemweb/"],//测试 + [EnvironmentType.Production, "sinochemweb/"],//生产环境(根据需要设置)最好是与测试环境的桶名相同 ]);