Skip to content

Commit

Permalink
服务端分页功能优化,数字输入框优化
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahengaa committed May 25, 2021
1 parent 5e09230 commit 74c83ee
Show file tree
Hide file tree
Showing 7 changed files with 423 additions and 380 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"types"
],
"scripts": {
"dev": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --host localhost --port 8082 --config build/webpack.dev.config.js",
"dev": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --host 192.168.3.44 --port 8082 --config build/webpack.dev.config.js",
"dev:s": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8083 --config build/webpack.dev.config.js",
"dist:style": "gulp --gulpfile build/build-style.js",
"dist:dev": "webpack --config build/webpack.dist.dev.config.js",
Expand Down
Loading

0 comments on commit 74c83ee

Please sign in to comment.