Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
姜枫
9 years ago
Commit
2a9d5641842f78c3745b5e8ae72838addbf27368
1 parent
b33e9b8b
update yoho-node-lib
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
config/common.js
package.json
config/common.js
View file @
2a9d564
...
...
@@ -10,6 +10,8 @@ const isProduction = process.env.NODE_ENV === 'production';
const
isTest
=
process
.
env
.
NODE_ENV
===
'test'
;
module
.
exports
=
{
app
:
'web'
,
appVersion
:
'4.6.0'
,
// 调用api接口版本
port
:
6003
,
siteUrl
:
'http://www.yohoblk.com'
,
domains
:
{
...
...
package.json
View file @
2a9d564
...
...
@@ -52,7 +52,7 @@
"uuid"
:
"^2.0.2"
,
"winston"
:
"^2.2.0"
,
"winston-daily-rotate-file"
:
"^1.1.4"
,
"yoho-node-lib"
:
"0.0.
5
"
"yoho-node-lib"
:
"0.0.
11
"
},
"devDependencies"
:
{
"autoprefixer"
:
"^6.3.6"
,
...
...
Please
register
or
login
to post a comment