Skip to content

Commit

Permalink
fix: 修改 singer 的 padding-bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
BUPTlhuanyu committed Sep 15, 2020
1 parent 62acf4e commit c64c8f3
Show file tree
Hide file tree
Showing 7 changed files with 2,076 additions and 7 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/classnames": "^2.2.10",
"axios": "^0.18.0",
"better-scroll": "^1.14.1",
"classnames": "^2.2.6",
"fastclick": "^1.0.6",
"good-storage": "^1.1.0",
"jsonp": "^0.2.1",
Expand Down
2 changes: 1 addition & 1 deletion scripts/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function getNetworkIp() {
//host默认为'0.0.0.0'也就是localhost
// 为了手机调试方便修改为本机 ip
const DEFAULT_PORT = parseInt(process.env.PORT, 10) || 3000;
const HOST = process.env.HOST || getNetworkIp() ;
const HOST = process.env.HOST || '0.0.0.0' ;

if (process.env.HOST) {
console.log(
Expand Down
Loading

0 comments on commit c64c8f3

Please sign in to comment.