Commit 3deba590 authored by xxx's avatar xxx

修改https位置

parent c2f0ec8a
...@@ -27,6 +27,7 @@ module.exports = { ...@@ -27,6 +27,7 @@ module.exports = {
host: 'localhost', // 也可以直接写IP地址这样方便真机测试 host: 'localhost', // 也可以直接写IP地址这样方便真机测试
port: port, port: port,
open: true, open: true,
//https: true,
overlay: { overlay: {
warnings: false, warnings: false,
errors: true errors: true
...@@ -59,7 +60,6 @@ module.exports = { ...@@ -59,7 +60,6 @@ module.exports = {
target: process.env.VUE_APP_BASE_API, target: process.env.VUE_APP_BASE_API,
}, },
}, },
//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