diff --git a/.gitignore b/.gitignore index 9652515..7dff0e3 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ selenium-debug.log # common common/common.vue /src/views/common/common.vue +dist.zip diff --git a/config/index.js b/config/index.js index 712400f..846bc3f 100644 --- a/config/index.js +++ b/config/index.js @@ -7,7 +7,6 @@ const devEnv = require('./dev.env') module.exports = { dev: { - // Paths assetsSubDirectory: 'static', assetsPublicPath: '/', @@ -24,7 +23,7 @@ module.exports = { }, // Various Dev Server settings - host: 'localhost', // can be overwritten by process.env.HOST + host: '192.168.110.161', // can be overwritten by process.env.HOST port: 8002, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined autoOpenBrowser: true, errorOverlay: true, diff --git a/index.html b/index.html index 781c2a9..75c8990 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ -