Commit 0084a96d authored by Morson's avatar Morson

易观埋点配置

parent 87964c54
......@@ -10,5 +10,6 @@ const UNI_APP = {
},
qn_base_url: 'https://qn-static.banshouhui.com/self-support/',
qn_asset_url: 'http://deudn.c.pp.cc/',
argoDebugMode: 1
}
module.exports = UNI_APP;
......@@ -8,7 +8,8 @@ const UNI_APP = {
apiUrl:'https://system.banshouhui.com', //java端域名请求头
},
qn_base_url: 'https://qn-static.banshouhui.com/self-support/',
qn_asset_url: 'https://qn-static.banshouhui.com'
qn_asset_url: 'https://qn-static.banshouhui.com',
argoDebugMode: 0
}
module.exports = UNI_APP;
......@@ -8,6 +8,7 @@ const UNI_APP = {
apiUrl: 'https://system.dev.banshouhui.com', //java端域名请求头
},
qn_base_url: 'https://qn-static.banshouhui.com/self-support/',
qn_asset_url: 'https://qn-static.banshouhui.com'
qn_asset_url: 'https://qn-static.banshouhui.com',
argoDebugMode: 1
}
module.exports = UNI_APP;
......@@ -245,7 +245,7 @@ export default {
let userInfo = {
mobile: user.mobile,
userfrom_id: user.uid,
userfrom: "家维广场",
userfrom: "自营平台",
avatar: user.avatar,
nickname: user.nickname,
username: user.username,
......
......@@ -7,7 +7,7 @@ let argo ={
1 开启调试模式,数据不入库。类型:Number。
2 开启调试模式,数据入库。类型:Number。
*/
debugMode:0,
debugMode: process.uniEnv.argoDebugMode,
autoTrack:true,
uploadURL: 'https://argo.banshouhui.com/'
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment