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
Email Patches
Plain Diff
Browse Files
Authored by
weiqingting
9 years ago
Commit
9cc0f84ecb0a2c48c75424998404f1c9f7677e72
1 parent
5f400d5f
提交
Hide 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 @
9cc0f84
...
...
@@ -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