Commit 662f7fba authored by 郭志伟's avatar 郭志伟

fix(config.js): 支付跳转链接调整

parent cf614ace
......@@ -2,7 +2,7 @@
* @Description:
* @Date: 2021-03-31 19:59:12
* @LastEditors: gzw
* @LastEditTime: 2021-08-03 16:53:39
* @LastEditTime: 2021-11-11 17:48:57
*/
const protocol = window.location.protocol;
const qiniuHost = protocol + '//kdspstatic.q-gp.com/';
......@@ -21,6 +21,7 @@ const opapiHost = 'https://opapi-test1.liangkebang.net';
const shenceUrl = protocol + '//bn.xyqb.com/sa?project=default';
const VCC_CHANNEL = '';
const TERMINAL = 'H5';
const phobosHost = 'http://192.168.24.158:8080';
const VERSION = '7.9.00';
// const talosHost = protocol + '//talos.xyqb.com';
export default {
......@@ -36,5 +37,6 @@ export default {
VERSION,
kdspHost,
opapiHost,
shenceUrl
shenceUrl,
phobosHost
};
......@@ -12,6 +12,7 @@ const localHost = 'https://group-buy.q-gp.com'; // 正式环境页面地址
// const localHost = 'https://group-buy-test1.liangkebang.net'; // 正式环境页面地址
const shenceUrl = protocol + '//bn.xyqb.com/sa?project=production';
const openLink = 'https://mall.q-gp.com';
const phobosHost = 'https://phobos.q-gp.com';
export default {
openLink,
localHost,
......@@ -26,5 +27,6 @@ export default {
qiniuHost,
kdspHost,
opapiHost,
shenceUrl
shenceUrl,
phobosHost
};
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