Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
merchant-manage-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
merchant-manage-ui
Commits
47f5c0ff
Commit
47f5c0ff
authored
Mar 03, 2022
by
殷怀瑞
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into feature/changeOptions
parents
525157b6
59dc22a0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
env.config.js
config/env.config.js
+8
-8
No files found.
config/env.config.js
View file @
47f5c0ff
...
@@ -2,20 +2,20 @@ const isProduction = process.env.NODE_ENV === 'production';
...
@@ -2,20 +2,20 @@ const isProduction = process.env.NODE_ENV === 'production';
const
isPre
=
process
.
env
.
PRE_ENV
===
'
pre
'
;
const
isPre
=
process
.
env
.
PRE_ENV
===
'
pre
'
;
const
envAPi
=
{
const
envAPi
=
{
api
:
'
//backstms-test
1
.liangkebang.net
'
,
api
:
'
//backstms-test
2
.liangkebang.net
'
,
kdspOpApi
:
'
https://kdsp-operation-test
1
.liangkebang.net
'
,
kdspOpApi
:
'
https://kdsp-operation-test
2
.liangkebang.net
'
,
kdspApi
:
'
https://sc-op-api-test
1
.liangkebang.net
'
,
kdspApi
:
'
https://sc-op-api-test
2
.liangkebang.net
'
,
goodsApi
:
'
https://sc-op-api-test
1
.liangkebang.net
'
,
goodsApi
:
'
https://sc-op-api-test
2
.liangkebang.net
'
,
// goodsApi: '//192.168.28.107:7000',
// goodsApi: '//192.168.28.107:7000',
prologueDomain
:
'
https://
prologue-test1
.liangkebang.net
'
,
prologueDomain
:
'
https://
mall-test2
.liangkebang.net
'
,
qiniuHost
:
'
https://appsync.lkbang.net
'
,
qiniuHost
:
'
https://appsync.lkbang.net
'
,
opapiHost
:
'
https://opapi-test
1
.liangkebang.net
'
,
opapiHost
:
'
https://opapi-test
2
.liangkebang.net
'
,
};
};
const
prodApi
=
{
const
prodApi
=
{
api
:
'
//backstms.q-gp.com
'
,
api
:
'
//backstms.q-gp.com
'
,
kdspOpApi
:
'
//kdsp-operation.q-gp.com
'
,
kdspOpApi
:
'
//kdsp-operation.q-gp.com
'
,
prologueDomain
:
'
//
prologue
.q-gp.com
'
,
prologueDomain
:
'
//
mall
.q-gp.com
'
,
kdspApi
:
'
//sc-op-api.q-gp.com
'
,
kdspApi
:
'
//sc-op-api.q-gp.com
'
,
// goodsApi: 'https://sc-op-api.q-gp.com', // 测试环境打包域名,
// goodsApi: 'https://sc-op-api.q-gp.com', // 测试环境打包域名,
goodsApi
:
'
https://sc-merchant-api.q-gp.com
'
,
// 线上环境打包域名
goodsApi
:
'
https://sc-merchant-api.q-gp.com
'
,
// 线上环境打包域名
...
@@ -26,7 +26,7 @@ const prodApi = {
...
@@ -26,7 +26,7 @@ const prodApi = {
const
preProdApi
=
{
const
preProdApi
=
{
api
:
'
//backstms-pre.xyqb.com
'
,
api
:
'
//backstms-pre.xyqb.com
'
,
kdspOpApi
:
'
//kdsp-operation-pre.q-gp.com
'
,
kdspOpApi
:
'
//kdsp-operation-pre.q-gp.com
'
,
prologueDomain
:
'
//
prologue
.q-gp.com
'
,
prologueDomain
:
'
//
mall
.q-gp.com
'
,
kdspApi
:
'
//sc-op-api-pre.q-gp.com
'
,
kdspApi
:
'
//sc-op-api-pre.q-gp.com
'
,
goodsApi
:
'
https://sc-merchant-api-pre.q-gp.com
'
,
goodsApi
:
'
https://sc-merchant-api-pre.q-gp.com
'
,
qiniuHost
:
'
https://appsync.lkbang.net
'
,
qiniuHost
:
'
https://appsync.lkbang.net
'
,
...
...
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