Commit 33de5778 authored by xxx's avatar xxx

修改

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