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/"],//生产环境(根据需要设置)最好是与测试环境的桶名相同 ]);