Commit 804a815a authored by 郭志伟's avatar 郭志伟

build(pre.config.js): 问题接口调整

parent 8a3cb748
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Description: * @Description:
* @Date: 2021-03-31 19:59:12 * @Date: 2021-03-31 19:59:12
* @LastEditors: gzw * @LastEditors: gzw
* @LastEditTime: 2021-08-03 16:53:39 * @LastEditTime: 2021-11-29 22:40:33
*/ */
const protocol = window.location.protocol; const protocol = window.location.protocol;
const qiniuHost = protocol + '//kdspstatic.q-gp.com/'; const qiniuHost = protocol + '//kdspstatic.q-gp.com/';
...@@ -17,7 +17,6 @@ const openLink = 'https://mall.q-gp.com'; ...@@ -17,7 +17,6 @@ const openLink = 'https://mall.q-gp.com';
// const talosHost = 'http://192.168.28.83:80'; // 董彪 // const talosHost = 'http://192.168.28.83:80'; // 董彪
// const talosHost = 'http://192.168.25.122:8098'; // 王永杰 // const talosHost = 'http://192.168.25.122:8098'; // 王永杰
// const talosHost = protocol + '//192.168.28.41'; // 超人 // const talosHost = protocol + '//192.168.28.41'; // 超人
const opapiHost = 'https://opapi-test1.liangkebang.net';
const shenceUrl = protocol + '//bn.xyqb.com/sa?project=default'; const shenceUrl = protocol + '//bn.xyqb.com/sa?project=default';
const VCC_CHANNEL = ''; const VCC_CHANNEL = '';
const TERMINAL = 'H5'; const TERMINAL = 'H5';
...@@ -35,6 +34,5 @@ export default { ...@@ -35,6 +34,5 @@ export default {
TERMINAL, TERMINAL,
VERSION, VERSION,
kdspHost, kdspHost,
opapiHost,
shenceUrl shenceUrl
}; };
...@@ -7,7 +7,6 @@ const VCC_CHANNEL = ''; ...@@ -7,7 +7,6 @@ const VCC_CHANNEL = '';
const TERMINAL = 'H5'; const TERMINAL = 'H5';
const VERSION = '7.9.00'; const VERSION = '7.9.00';
const kdspHost = 'https://kdsp-api-pre.q-gp.com'; const kdspHost = 'https://kdsp-api-pre.q-gp.com';
const opapiHost = `${protocol}//opapi-pre.xyqb.com`;
const localHost = 'https://group-buy-pre.q-gp.com'; // 正式环境页面地址 const localHost = 'https://group-buy-pre.q-gp.com'; // 正式环境页面地址
// const localHost = 'https://group-buy-test1.liangkebang.net'; // 正式环境页面地址 // const localHost = 'https://group-buy-test1.liangkebang.net'; // 正式环境页面地址
const shenceUrl = protocol + '//bn.xyqb.com/sa?project=production'; const shenceUrl = protocol + '//bn.xyqb.com/sa?project=production';
...@@ -25,6 +24,5 @@ export default { ...@@ -25,6 +24,5 @@ export default {
VERSION, VERSION,
qiniuHost, qiniuHost,
kdspHost, kdspHost,
opapiHost,
shenceUrl shenceUrl
}; };
...@@ -7,7 +7,6 @@ const VCC_CHANNEL = ''; ...@@ -7,7 +7,6 @@ const VCC_CHANNEL = '';
const TERMINAL = 'H5'; const TERMINAL = 'H5';
const VERSION = '7.9.00'; const VERSION = '7.9.00';
const kdspHost = 'https://kdsp-api.q-gp.com'; const kdspHost = 'https://kdsp-api.q-gp.com';
const opapiHost = `${protocol}//opapi.xyqb.com`;
const localHost = 'https://group-buy.q-gp.com'; // 正式环境页面地址 const localHost = 'https://group-buy.q-gp.com'; // 正式环境页面地址
// const localHost = 'https://group-buy-test1.liangkebang.net'; // 正式环境页面地址 // const localHost = 'https://group-buy-test1.liangkebang.net'; // 正式环境页面地址
const shenceUrl = protocol + '//bn.xyqb.com/sa?project=production'; const shenceUrl = protocol + '//bn.xyqb.com/sa?project=production';
...@@ -25,6 +24,5 @@ export default { ...@@ -25,6 +24,5 @@ export default {
VERSION, VERSION,
qiniuHost, qiniuHost,
kdspHost, kdspHost,
opapiHost,
shenceUrl shenceUrl
}; };
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