소스 검색

qa cdn测试

laiguoran 3 년 전
부모
커밋
0190a5dca8
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      config/config.local.js
  2. 1 1
      config/config.qa.js

+ 1 - 1
config/config.local.js

@@ -108,7 +108,7 @@ module.exports = appInfo => {
         },
     };
 
-    config.fujianOssPath = 'https://jiliang-qa-oss.smartcost.com.cn/qa/';
+    config.fujianOssPath = 'https://jiliang-qa-oss-cdn.smartcost.com.cn/qa/';
     config.fujianOssFolder = 'qa/';
 
     // 自带接口系统地址

+ 1 - 1
config/config.qa.js

@@ -70,7 +70,7 @@ module.exports = appInfo => {
         },
     };
 
-    config.fujianOssPath = 'https://jiliang-qa-oss.smartcost.com.cn/qa/';
+    config.fujianOssPath = 'https://jiliang-qa-oss-cdn.smartcost.com.cn/qa/';
     config.fujianOssFolder = 'qa/';
 
     // 自带接口系统地址