Commit 0fd00123 authored by xxx's avatar xxx

1

parent 3930dd4f
...@@ -24,8 +24,8 @@ module.exports = { ...@@ -24,8 +24,8 @@ module.exports = {
lintOnSave: process.env.NODE_ENV === 'development', lintOnSave: process.env.NODE_ENV === 'development',
productionSourceMap: false, productionSourceMap: false,
devServer: { devServer: {
host: 'localhost', // 也可以直接写IP地址这样方便真机测试 //host: 'localhost', // 也可以直接写IP地址这样方便真机测试
//host: '192.168.0.100', // 也可以直接写IP地址这样方便真机测试 host: '192.168.0.102', // 也可以直接写IP地址这样方便真机测试
port: port, port: port,
open: true, open: true,
//https: true, //https: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment