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
陈峰
2017-04-11 11:34:28 +0800
Commit
06b8afcf8a3489029f1c62a3f1a93ce8f00ac98f
1 parent
3e6d89c8
接口密钥
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
config/common.js
package.json
config/common.js
View file @
06b8afc
...
...
@@ -11,7 +11,7 @@ const isTest = process.env.NODE_ENV === 'test';
module
.
exports
=
{
app
:
'web'
,
appVersion
:
'
4.9.0
'
,
// 调用api接口版本
appVersion
:
'
5.5.2
'
,
// 调用api接口版本
port
:
6003
,
siteUrl
:
'//www.yohoblk.com'
,
signExtend
:
{
...
...
package.json
View file @
06b8afc
...
...
@@ -65,7 +65,7 @@
"winston-daily-rotate-file"
:
"^1.1.4"
,
"xml2js"
:
"^0.4.17"
,
"xss"
:
"^0.2.13"
,
"yoho-node-lib"
:
"0.2.1
1
"
"yoho-node-lib"
:
"0.2.1
7
"
},
"devDependencies"
:
{
"autoprefixer"
:
"^6.3.6"
,
...
...
Please
register
or
login
to post a comment