Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe
·
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
Plain Diff
Browse Files
Authored by
weiqingting
2016-05-07 14:45:04 +0800
Commit
85a36a1e321c37142ec30663b0deb8bfdb3690b7
2 parents
06bc4d2d
9cc0f84e
Merge branch 'release/release' into release/pre
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
server/interface/auth.js
server/interface/auth.js
View file @
85a36a1
...
...
@@ -6,7 +6,7 @@ var connfig=require("../staticConfig.js");
var
env
=
process
.
env
.
NODE_ENV
||
'development'
;
//接口主域
exports
.
domain
=
'http://localhost:30012'
;
//路由配置
//路由配置
测试
exports
.
res
=
[{
route
:
'/login'
,
...
...
Please
register
or
login
to post a comment