Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
李奇
6 years ago
Commit
a667247e6ae99cffbfb02685b204a47699307e7f
1 parent
efc3fffd
测试环境环境变量
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
config/common.js
config/common.js
View file @
a667247
...
...
@@ -9,7 +9,7 @@
const
from
=
require
(
'./from'
);
const
isProduction
=
process
.
env
.
NODE_ENV
===
'production'
;
const
isTest
=
process
.
env
.
NODE_ENV
===
'test3'
;
const
isTest
=
process
.
env
.
NODE_ENV
===
'test3'
||
process
.
env
.
NODE_ENV
===
'test'
;
// 兼容.9(test3) .49(test)
const
domains
=
{
...
...
Please
register
or
login
to post a comment