mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2026-08-06 02:47:25 +08:00
- 在 manifest.json 和 project.config.json 中启用 postcss 和 enhance 设置 - 在多个 Vue 组件中优化空值处理逻辑,确保更健壮的代码执行 - 调整样式和布局以提升用户体验
10 lines
127 B
JSON
10 lines
127 B
JSON
{
|
|
"setting": {
|
|
"minifyWXML": true,
|
|
"es6": true,
|
|
"minified": true,
|
|
"postcss": true,
|
|
"enhance": true
|
|
}
|
|
}
|