pulib
This commit is contained in:
@@ -4,8 +4,10 @@ module.exports = {
|
|||||||
assetsDir: 'static',
|
assetsDir: 'static',
|
||||||
productionSourceMap: false,
|
productionSourceMap: false,
|
||||||
devServer: {
|
devServer: {
|
||||||
public: 'http://192.168.110.159:8080/', // 你自己本地的ip地址:端口号
|
// public: 'http://192.168.110.156:8080/', // 你自己本地的ip地址:端口号
|
||||||
// port: '8080',
|
// host:'localhost'
|
||||||
|
public: '0.0.0.0:8080/',
|
||||||
|
port: '8080',
|
||||||
// open: true,
|
// open: true,
|
||||||
// overlay: {
|
// overlay: {
|
||||||
// warnings: false,
|
// warnings: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user