Commit 33de5778 authored by xxx's avatar xxx

修改

parent 3ac63daf
...@@ -25,7 +25,6 @@ module.exports = { ...@@ -25,7 +25,6 @@ module.exports = {
productionSourceMap: false, productionSourceMap: false,
devServer: { devServer: {
host: 'localhost', // 也可以直接写IP地址这样方便真机测试 host: 'localhost', // 也可以直接写IP地址这样方便真机测试
//host: '192.168.0.101', // 也可以直接写IP地址这样方便真机测试
port: port, port: port,
open: true, open: true,
overlay: { overlay: {
...@@ -51,7 +50,7 @@ module.exports = { ...@@ -51,7 +50,7 @@ module.exports = {
target: process.env.VUE_APP_BASE_API, target: process.env.VUE_APP_BASE_API,
}, },
}, },
https: true, //https: true,
}, },
configureWebpack: { configureWebpack: {
output: { output: {
......
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