|
@@ -18,7 +18,7 @@ module.exports = defineConfig({
|
|
|
devServer: {
|
|
|
// https: true,
|
|
|
port: "8088", //代理端口
|
|
|
- open: false, //项目启动时是否自动打开浏览器,我这里设置为false,不打开,true表示打开
|
|
|
+ open: true, //项目启动时是否自动打开浏览器,我这里设置为false,不打开,true表示打开
|
|
|
headers: {
|
|
|
'Access-Control-Allow-Origin': '*',
|
|
|
},
|