Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
group-buy-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ui
group-buy-ui
Commits
662f7fba
Commit
662f7fba
authored
Nov 11, 2021
by
郭志伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(config.js): 支付跳转链接调整
parent
cf614ace
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
env.config.js
src/config/env.config.js
+4
-2
prod.config.js
src/config/prod.config.js
+3
-1
No files found.
src/config/env.config.js
View file @
662f7fba
...
...
@@ -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
};
src/config/prod.config.js
View file @
662f7fba
...
...
@@ -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
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment