Files
xinlong-shop-taro/project.config.json
赵忠林 59ebef2f22 fix(order): 修复订单列表显示他人订单的问题
- 引入 useUser 获取当前用户信息
- 请求参数中增加 userId 字段,确保后端按用户过滤订单数据
- 避免因缺失 userId 导致展示所有用户订单
- 类型检查无错误,保证代码健壮性
- 修改项目名称为“鑫龙家电”
2026-07-14 00:01:54 +08:00

56 lines
1.4 KiB
JSON

{
"description": "shop-taro 项目配置",
"setting": {
"urlCheck": false,
"es6": true,
"enhance": true,
"postcss": true,
"preloadBackgroundData": false,
"minified": true,
"newFeature": true,
"coverView": true,
"nodeModules": false,
"autoAudits": false,
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
"uglifyFileName": false,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": true,
"lazyloadPlaceholderEnable": false,
"useMultiFrameRuntime": true,
"useApiHook": true,
"useApiHostProcess": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"useIsolateContext": true,
"userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true,
"disableUseStrict": false,
"minifyWXML": true,
"showES6CompileOption": false,
"useCompilerPlugins": false,
"compileWorklet": false,
"localPlugins": false,
"condition": false,
"swc": false,
"disableSWC": true
},
"compileType": "miniprogram",
"appid": "wx75cbc65759eb981a",
"projectname": "鑫龙家电",
"condition": {},
"simulatorPluginLibVersion": {},
"packOptions": {
"ignore": [],
"include": []
},
"editorSetting": {}
}