feat(mp+health): 小程序分包迁移 + 积分商城后台列表 API
- 小程序页面迁移到 pkg-health/pkg-mall/pkg-profile 分包目录 - 删除旧 pages/health/input、pages/mall/detail 等旧路径 - 导航路径更新为分包路径(/pages/pkg-mall/exchange/index 等) - TrendChart 组件优化 - 后台添加 admin_list_products API(支持查看已下架商品) - config/index.ts 添加 defineConstants 环境变量 - mp e2e check-readiness 路径修正
This commit is contained in:
@@ -27,6 +27,9 @@ export default defineConfig(async (merge) => {
|
||||
mini: {
|
||||
compile: {
|
||||
exclude: [],
|
||||
include: [
|
||||
require.resolve('zod').replace(/[\\/]index\.cjs$/, ''),
|
||||
],
|
||||
},
|
||||
postcss: {
|
||||
pxtransform: { enable: true, config: {} },
|
||||
|
||||
Reference in New Issue
Block a user