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
陈峰
2016-12-01 14:39:54 +0800
Commit
361d1d9422e692ca901f5ad3be5dcc09ccc64457
1 parent
c2de2a3d
经典店铺js
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 @
361d1d9
'use strict'
;
const
fs
=
require
(
'fs'
);
let
devHost
=
'1
72.16.6.164
'
;
let
devHost
=
'1
27.0.0.1
'
;
fs
.
readFile
(
'.devhost'
,
(
err
,
buf
)
=>
{
if
(
!
err
)
{
...
...
Please
register
or
login
to post a comment