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
郭成尧
2017-02-09 16:54:44 +0800
Commit
33db4433fb9362664bb72dfa3ee077c4f1b5161b
1 parent
fc1c634b
devhost
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 @
33db443
1
'use strict'
;
1
'use strict'
;
2
2
3
const
fs
=
require
(
'fs'
);
3
const
fs
=
require
(
'fs'
);
4
-
let
devHost
=
'1
72.16.9.66
'
;
4
+
let
devHost
=
'1
27.0.0.1
'
;
5
5
6
fs
.
readFile
(
'.devhost'
,
(
err
,
buf
)
=>
{
6
fs
.
readFile
(
'.devhost'
,
(
err
,
buf
)
=>
{
7
if
(
!
err
)
{
7
if
(
!
err
)
{
Please
register
or
login
to post a comment