@@ -76,7 +76,7 @@
style="backround: #f1f1f1"
/>
</div>
- <div class="load-btn-box">
+ <div class="load-btn-box" style="margin-bottom: 66px">
<van-button
size="small"
type="primary"
@@ -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': '*',
},