Browse Source

更换阿拉丁SDK

wangxin 2 years atrás
parent
commit
6eb6ab7be3
5 changed files with 20 additions and 19 deletions
  1. 12 12
      config/config.js
  2. 5 4
      libs/ald-stat-conf.js
  3. 1 1
      libs/ald-stat.js
  4. 1 1
      project.config.json
  5. 1 1
      project.private.config.json

+ 12 - 12
config/config.js

@@ -1,18 +1,18 @@
 // 测试服
-const apiUrl = "https://kf.hap-job.com/happyjob"
-const rootUrl = "https://kf.hap-job.com"
-const imgServerUrl = "https://hpjobtest.oss-cn-shanghai.aliyuncs.com/uploadfiles/mina"//静态资源图片服务器地址
-const imgServerUrl_new = "https://hpjobtest.oss-cn-shanghai.aliyuncs.com"//图片服务器地址
-const captcha = '2078399419'
-const webViewUrl = 'https://hwd.hap-job.com/front'
+// const apiUrl = "https://kf.hap-job.com/happyjob"
+// const rootUrl = "https://kf.hap-job.com"
+// const imgServerUrl = "https://hpjobtest.oss-cn-shanghai.aliyuncs.com/uploadfiles/mina"//静态资源图片服务器地址
+// const imgServerUrl_new = "https://hpjobtest.oss-cn-shanghai.aliyuncs.com"//图片服务器地址
+// const captcha = '2078399419'
+// const webViewUrl = 'https://hwd.hap-job.com/front'
 
 // 正式服
-// const apiUrl = "https://web.hap-job.com/happyjob"
-// const rootUrl = "https://web.hap-job.com"
-// const imgServerUrl = "https://happyjob.oss-cn-shanghai.aliyuncs.com/uploadfiles/mina" //图片服务器地址
-// const imgServerUrl_new = "https://happyjob.oss-cn-shanghai.aliyuncs.com" //图片服务器地址
-// const captcha = '2019232819'
-// const webViewUrl = 'https://hwcloud.hap-job.com/front'
+const apiUrl = "https://web.hap-job.com/happyjob"
+const rootUrl = "https://web.hap-job.com"
+const imgServerUrl = "https://happyjob.oss-cn-shanghai.aliyuncs.com/uploadfiles/mina" //图片服务器地址
+const imgServerUrl_new = "https://happyjob.oss-cn-shanghai.aliyuncs.com" //图片服务器地址
+const captcha = '2019232819'
+const webViewUrl = 'https://hwcloud.hap-job.com/front'
 
 module.exports = {
   apiUrl,

+ 5 - 4
libs/ald-stat-conf.js

@@ -1,4 +1,5 @@
-exports.app_key = "6e577c0f6da342eb8edd816448fdff63"; //请在此行填写从阿拉丁后台获取的appkey
-exports.getLocation = true; //默认不获取用户坐标位置
-exports.plugin = false;  //您的小程序中是否使用了插件。根据是否启用插件会有不同的接入方式,请参考文档文档。
-
+// 当前为微信小程序SDK,版本号V7.5.0
+// 具体配置项填写方式可参考www.yuque.com/alading-gydm8/aoltfh-小程序统计平台或广告监测平台-快速接入指南
+exports.app_key = "6e577c0f6da342eb8edd816448fdff63"; // 在此处填写小程序统计/广告监测平台创建小程序后生成的app_key。必填项
+exports.plugin = false; // 您的小程序中是否使用了插件。根据是否启用插件会有不同的接入方式,请参考文档。默认不更改
+exports.useCompliance = false; // 开启合规功能。默认不开启

File diff suppressed because it is too large
+ 1 - 1
libs/ald-stat.js


+ 1 - 1
project.config.json

@@ -371,5 +371,5 @@
 		],
 		"include": []
 	},
-	"appid": "wx5ae6908ae55edcb7"
+	"appid": "wx1e8ed93850777ffb"
 }

+ 1 - 1
project.private.config.json

@@ -330,5 +330,5 @@
 	},
 	"projectname": "Mina",
 	"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
-	"libVersion": "3.0.1"
+	"libVersion": "3.0.2"
 }