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
weiqingting
2016-08-30 20:30:06 +0800
Commit
cb63a8101fa6f5476516bf894ac2e193dfe9bbb1
1 parent
d063c4d8
修改 devtools
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
doraemon/middleware/devtools.js
doraemon/middleware/devtools.js
View file @
cb63a81
'use strict'
;
const
fs
=
require
(
'fs'
);
let
devHost
=
'
172.16.6.159
'
;
let
devHost
=
'
localhost
'
;
fs
.
readFile
(
'.devhost'
,
(
err
,
buf
)
=>
{
if
(
!
err
)
{
...
...
Please
register
or
login
to post a comment