Commit fa499281 authored by 郭志伟's avatar 郭志伟

fix(tongdun): 添加同盾回调

parent 54ee595c
...@@ -22,10 +22,10 @@ if (process.env.SENTRY_ENV !== 'test' && process.env.NODE_ENV === 'production') ...@@ -22,10 +22,10 @@ if (process.env.SENTRY_ENV !== 'test' && process.env.NODE_ENV === 'production')
.install(); .install();
} }
if (EASY_ENV_IS_BROWSER) { if (EASY_ENV_IS_BROWSER && process.env.SENTRY_ENV === 'test') {
// ! 上线后务必取掉; // ! 上线后务必取掉;
// const vConsole = require('vconsole'); const vConsole = require('vconsole');
// new vConsole(); new vConsole();
} }
if (EASY_ENV_IS_BROWSER) { if (EASY_ENV_IS_BROWSER) {
...@@ -53,6 +53,9 @@ if (EASY_ENV_IS_BROWSER) { ...@@ -53,6 +53,9 @@ if (EASY_ENV_IS_BROWSER) {
if (json.event === 'getTokenSuccess') { if (json.event === 'getTokenSuccess') {
EventBus.$emit('NATIVE_EVENT_GET_TOKEN', json); EventBus.$emit('NATIVE_EVENT_GET_TOKEN', json);
} }
if (json.event === 'getTongdunIdSuccess') {
EventBus.$emit('NATIVE_EVENT_GET_TDONGDUN_ID', json);
}
}; };
} }
@Component({ @Component({
......
...@@ -22,9 +22,9 @@ function getVccChannel(channelKey = 'vccChannel') { ...@@ -22,9 +22,9 @@ function getVccChannel(channelKey = 'vccChannel') {
: isWxMp : isWxMp
? '159913' ? '159913'
: isAndroid : isAndroid
? '159905' ? '217'
: isIOS : isIOS
? '159904' ? '214'
: ''; : '';
} }
export default { export default {
......
...@@ -15,8 +15,8 @@ ...@@ -15,8 +15,8 @@
}, },
"mysql": { "mysql": {
"low_code": { "low_code": {
"host": "172.17.5.5", "host": "172.17.5.24",
"port": "32580", "port": "30487",
"username": "qa", "username": "qa",
"password": "qatest", "password": "qatest",
"database": "low_code" "database": "low_code"
......
...@@ -2367,9 +2367,9 @@ ...@@ -2367,9 +2367,9 @@
} }
}, },
"@qg/citrus-ui": { "@qg/citrus-ui": {
"version": "0.3.25", "version": "0.3.26",
"resolved": "http://npmprivate.quantgroups.com/@qg%2fcitrus-ui/-/citrus-ui-0.3.25.tgz", "resolved": "http://npmprivate.quantgroups.com/@qg%2fcitrus-ui/-/citrus-ui-0.3.26.tgz",
"integrity": "sha512-ORxX897CKVLiBYolxgi3Qe/imQHS3Sx4+8fGas6R1TrEAxX419yx1g1Gemxc9tnMsAGpyTvImWnYecV2QftUow==", "integrity": "sha512-piybfgOOJScnHZSUqGkrfwYG9SsJUtknw4eDKwdWKHnvDrPHFKL23CDlFnhExzmSYgZSY0QFWUPanGM5pamiNw==",
"requires": { "requires": {
"@better-scroll/core": "^2.1.1", "@better-scroll/core": "^2.1.1",
"@qg/cherry-ui": "^2.23.9", "@qg/cherry-ui": "^2.23.9",
...@@ -23150,9 +23150,9 @@ ...@@ -23150,9 +23150,9 @@
} }
}, },
"sa-sdk-javascript": { "sa-sdk-javascript": {
"version": "1.20.1", "version": "1.20.2",
"resolved": "http://npmprivate.quantgroups.com/sa-sdk-javascript/-/sa-sdk-javascript-1.20.1.tgz", "resolved": "http://npmprivate.quantgroups.com/sa-sdk-javascript/-/sa-sdk-javascript-1.20.2.tgz",
"integrity": "sha512-ahPyFXy0twqJmX8CCOC/QQsGQWnsPGkBayztyS5h9HkHMTZH8PxicSFVh84nnJRjS/9pzl02/5JTTshOllhcjw==" "integrity": "sha512-+cZm7oCI6xPZwJhRuYuz64Ak/Pi+h3YLLFU+3aLCl1pZoQorabIBCPsUvG8IBF91iCKkX4UByUQLZUeUDR2HKA=="
}, },
"safe-buffer": { "safe-buffer": {
"version": "5.2.1", "version": "5.2.1",
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