This commit is contained in:
徐哼唧L
2023-06-09 16:45:49 +08:00
parent d82ab0425a
commit 8e58500e66
7 changed files with 478 additions and 503 deletions

View File

@@ -4,8 +4,10 @@ module.exports = {
assetsDir: 'static',
productionSourceMap: false,
devServer: {
public: 'http://192.168.110.159:8080/', // 你自己本地的ip地址:端口号
// port: '8080',
// public: 'http://192.168.110.156:8080/', // 你自己本地的ip地址:端口号
// host:'localhost'
public:'0.0.0.0:8080/',
port: '8080',
// open: true,
// overlay: {
// warnings: false,