Skip to content

Commit b18d1f8

Browse files
committed
注释掉未使用变量
1 parent 53b4c1f commit b18d1f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/build/dev-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ app.use(require('connect-history-api-fallback')())
6565
var staticPath = path.posix.join(config.dev.assetsPublicPath, config.dev.assetsSubDirectory)
6666
app.use(staticPath, express.static('./static'))
6767

68-
var uri = 'http://localhost:' + port
68+
// var uri = 'http://localhost:' + port
6969

7070
var _resolve
7171
var readyPromise = new Promise(resolve => {

0 commit comments

Comments
 (0)