diff --git a/config/index.js b/config/index.js index 2efa37d..3d959dd 100644 --- a/config/index.js +++ b/config/index.js @@ -12,7 +12,7 @@ const envParam = { prod: 'production', } -const env = envParam['test'] +const env = envParam['prod'] // 全局配置 const config = { @@ -25,7 +25,7 @@ const config = { baseURL: 'https://exhibit.augcl.com/exhibit-admin/exhibit', }, production: { - baseURL: 'https://exhibit.augcl.com/exhibit-admin/exhibit', + baseURL: 'https://www.cscsm.net/exhibit-admin/exhibit', } }, @@ -46,11 +46,11 @@ const config = { staticDomain: 'https://image.hhlm1688.com/' }, production: { - aliOSS_accessKey: 'LTAI5tQSs47izVy8DLVdwUU9', - aliOSS_secretKey: 'qHI7C3PaXYZySr84HTToviC71AYlFq', - aliOSS_bucketName: 'hanhaiimage', - endpoint: 'oss-cn-shenzhen.aliyuncs.com', - staticDomain: 'https://image.hhlm1688.com/' + aliOSS_accessKey: 'LTAI5tApKcF8GpHccNQkmR7c', + aliOSS_secretKey: 'NhgnqbJLh1M0ZO0OBopBFvq02KVJd7', + aliOSS_bucketName: 'showpiece', + endpoint: 'oss-cn-beijing.aliyuncs.com', + staticDomain: 'https://image.cscsm.net/' }, },