提交 d4249c38 authored 作者: 刘旭's avatar 刘旭

。。

上级 ba8b0a3c
......@@ -27,7 +27,7 @@
</view>
<view class="record-footer">
<text class="price">{{ item.goodsPrice }}</text>
<text style="color: #ccc; margin: 3% 20rpx 0 20rpx;">
<text style="color: #ccc; margin: 0 20rpx;">
{{ item.sameDay }}
</text>
<text v-if="item.used" style="color: #ccc; margin-top: 3%;">
......
import { defineConfig } from "vite";
import uni from "@dcloudio/vite-plugin-uni";
import { defineConfig } from 'vite';
import uni from '@dcloudio/vite-plugin-uni';
export default defineConfig({
plugins: [uni()],
plugins: [uni()],
build: {
terserOptions: {
compress: {
//生产环境时移除console
drop_console: true,
drop_debugger: true,
},
},
},
});
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论