Browse Source

config服务器路径完善

ZhangWenQiang 6 năm trước cách đây
mục cha
commit
f10b51eebe
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      config/config.js

+ 5 - 1
config/config.js

@@ -1,7 +1,11 @@
-// const apiUrl = "https://weapp.hap-job.com"//服务器api地址
+// 测试服
 const apiUrl = "https://kf.hap-job.com/happyjob"
 const imgServerUrl = "https://weapp.hap-job.com/uploadFiles"//图片服务器地址
 const imgServerUrl_new = "https://hpjobtest.oss-cn-shanghai.aliyuncs.com"//图片服务器地址
+// 正式服
+// const apiUrl = "https://web.hap-job.com/happyjob"
+// const imgServerUrl = "https://weapp.hap-job.com/uploadFiles"//图片服务器地址
+// const imgServerUrl_new = "https://happyjob.oss-cn-shanghai.aliyuncs.com"//图片服务器地址
 
 
 module.exports = {