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 17:34:21 +0800
Commit
1d5edd0b75a0f9d40f22d307d92efca31d85e0b6
1 parent
2ad78116
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 @
1d5edd0
'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