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
zzzzzzz
2016-09-14 11:51:14 +0800
Commit
07d47755758da89d585799d71e926ea66eeb8cb9
1 parent
399c65da
开发环境ip
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 @
07d4775
'use strict'
;
const
fs
=
require
(
'fs'
);
let
devHost
=
'1
72.16.6.112
'
;
let
devHost
=
'1
27.0.0.1
'
;
fs
.
readFile
(
'.devhost'
,
(
err
,
buf
)
=>
{
if
(
!
err
)
{
...
...
Please
register
or
login
to post a comment