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
804a815a
Commit
804a815a
authored
Nov 29, 2021
by
郭志伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build(pre.config.js): 问题接口调整
parent
8a3cb748
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
7 deletions
+1
-7
env.config.js
src/config/env.config.js
+1
-3
pre-prod.config.js
src/config/pre-prod.config.js
+0
-2
prod.config.js
src/config/prod.config.js
+0
-2
No files found.
src/config/env.config.js
View file @
804a815a
...
...
@@ -2,7 +2,7 @@
* @Description:
* @Date: 2021-03-31 19:59:12
* @LastEditors: gzw
* @LastEditTime: 2021-
08-03 16:53:39
* @LastEditTime: 2021-
11-29 22:40:33
*/
const
protocol
=
window
.
location
.
protocol
;
const
qiniuHost
=
protocol
+
'
//kdspstatic.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.25.122:8098'; // 王永杰
// const talosHost = protocol + '//192.168.28.41'; // 超人
const
opapiHost
=
'
https://opapi-test1.liangkebang.net
'
;
const
shenceUrl
=
protocol
+
'
//bn.xyqb.com/sa?project=default
'
;
const
VCC_CHANNEL
=
''
;
const
TERMINAL
=
'
H5
'
;
...
...
@@ -35,6 +34,5 @@ export default {
TERMINAL
,
VERSION
,
kdspHost
,
opapiHost
,
shenceUrl
};
src/config/pre-prod.config.js
View file @
804a815a
...
...
@@ -7,7 +7,6 @@ const VCC_CHANNEL = '';
const
TERMINAL
=
'
H5
'
;
const
VERSION
=
'
7.9.00
'
;
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-test1.liangkebang.net'; // 正式环境页面地址
const
shenceUrl
=
protocol
+
'
//bn.xyqb.com/sa?project=production
'
;
...
...
@@ -25,6 +24,5 @@ export default {
VERSION
,
qiniuHost
,
kdspHost
,
opapiHost
,
shenceUrl
};
src/config/prod.config.js
View file @
804a815a
...
...
@@ -7,7 +7,6 @@ const VCC_CHANNEL = '';
const
TERMINAL
=
'
H5
'
;
const
VERSION
=
'
7.9.00
'
;
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-test1.liangkebang.net'; // 正式环境页面地址
const
shenceUrl
=
protocol
+
'
//bn.xyqb.com/sa?project=production
'
;
...
...
@@ -25,6 +24,5 @@ export default {
VERSION
,
qiniuHost
,
kdspHost
,
opapiHost
,
shenceUrl
};
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