在 uni-app 开发中,环境版本与编译工具版本冲突是常见问题,以下是系统性解决方案:
- 统一版本管理
通过package.json锁定依赖版本,避免自动升级导致的冲突。
json
{
"devDependencies": {
"@dcloudio/types": "3.4.17",
"@dcloudio/uni-app-cli": "3.4.17",
"@dcloudio/uni-cli-shared": "3.4.17"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
}
}
使用npm install --save-exact精确安装指定版本。
团队协作时共享package-lock.json确保依赖一致性。 - 清理缓存与重新安装
bash删除缓存与依赖
rm -rf node_modules
npm cache clean --force
重新安装
npm install
- 手动指定 CLI 版本
通过npx临时使用特定版本的编译工具:
bash
npx @dcloudio/uni-cli-shared@3.4.17 build --platform h5 - 环境变量配置
在项目根目录创建.env文件,指定 HBuilderX CLI 路径:
bash
UNI_CLI_PATH=./node_modules/@dcloudio/uni-cli-shared/bin/uni.js - 版本兼容性检查
参考官方版本映射表:
HBuilderX 版本 uni-app 版本
3.7.0+ 3.4.17+
3.6.0 3.4.0 - 降级 / 升级策略
冲突报错:优先升级到最新稳定版(推荐)。
bash
npm update @dcloudio/uni-app-cli
兼容性问题:回退到已知兼容版本。
bash
npm install @dcloudio/uni-app-cli@3.4.17
-
插件与 SDK 适配
检查项目中使用的第三方插件是否支持当前 uni-app 版本,必要时联系插件作者更新。 -
开发工具同步升级
确保 HBuilderX 为最新版本,避免 IDE 与 CLI 版本不匹配。 -
自定义编译配置
在vue.config.js中指定编译选项:
javascript
module.exports = {
transpileDependencies: ['uni-app'],
chainWebpack: (config) => {
// 自定义配置
}
} -
问题排查工具
使用npx npm-check-updates检查依赖版本差异:
bash
npx npm-check-updates -u
通过以上方案,可有效解决 uni-app 开发中的版本冲突问题。建议采用锁定版本 + 定期升级的策略,平衡稳定性与新特性。
https://q.yingjiesheng.com/forum/bk25786/tz1126289
https://q.yingjiesheng.com/forum/bk25786/tz1126290
https://q.yingjiesheng.com/forum/bk25786/tz1126291
https://q.yingjiesheng.com/forum/bk25786/tz1126292
https://q.yingjiesheng.com/forum/bk25786/tz1126293
https://q.yingjiesheng.com/forum/bk25786/tz1126294
https://q.yingjiesheng.com/forum/bk25786/tz1126295
https://q.yingjiesheng.com/forum/bk25786/tz1126296
https://q.yingjiesheng.com/forum/bk25786/tz1126297
https://q.yingjiesheng.com/forum/bk25786/tz1126298
https://q.yingjiesheng.com/forum/bk25786/tz1126299
https://q.yingjiesheng.com/forum/bk25786/tz1126300
https://q.yingjiesheng.com/forum/bk25786/tz1126301
https://q.yingjiesheng.com/forum/bk25786/tz1126302
https://q.yingjiesheng.com/forum/bk25786/tz1126303
https://q.yingjiesheng.com/forum/bk25786/tz1126304
https://q.yingjiesheng.com/forum/bk25786/tz1126305
https://q.yingjiesheng.com/forum/bk25786/tz1126306
https://q.yingjiesheng.com/forum/bk25786/tz1126307
https://q.yingjiesheng.com/forum/bk25786/tz1126308
https://q.yingjiesheng.com/forum/bk25786/tz1126309
https://q.yingjiesheng.com/forum/bk25786/tz1126310
https://q.yingjiesheng.com/forum/bk25786/tz1126311
https://q.yingjiesheng.com/forum/bk25786/tz1126312
https://q.yingjiesheng.com/forum/bk25786/tz1126313
https://q.yingjiesheng.com/forum/bk25786/tz1126314
https://q.yingjiesheng.com/forum/bk25786/tz1126315
https://q.yingjiesheng.com/forum/bk25786/tz1126316
https://q.yingjiesheng.com/forum/bk25786/tz1126317
https://q.yingjiesheng.com/forum/bk25786/tz1126318
https://q.yingjiesheng.com/forum/bk25786/tz1126319
https://q.yingjiesheng.com/forum/bk25786/tz1126320
https://q.yingjiesheng.com/forum/bk25786/tz1126321
https://q.yingjiesheng.com/forum/bk25786/tz1126322
https://q.yingjiesheng.com/forum/bk25786/tz1126323
https://q.yingjiesheng.com/forum/bk25786/tz1126324
https://q.yingjiesheng.com/forum/bk25786/tz1126325
https://q.yingjiesheng.com/forum/bk25786/tz1126326
https://q.yingjiesheng.com/forum/bk25786/tz1126327
https://q.yingjiesheng.com/forum/bk25786/tz1126328
https://q.yingjiesheng.com/forum/bk25786/tz1126329
https://q.yingjiesheng.com/forum/bk25786/tz1126330
https://q.yingjiesheng.com/forum/bk25786/tz1126331
https://q.yingjiesheng.com/forum/bk25786/tz1126332
https://q.yingjiesheng.com/forum/bk25786/tz1126333
https://q.yingjiesheng.com/forum/bk25786/tz1126334
https://q.yingjiesheng.com/forum/bk25786/tz1126335
https://q.yingjiesheng.com/forum/bk25786/tz1126336
https://q.yingjiesheng.com/forum/bk25786/tz1126337
https://q.yingjiesheng.com/forum/bk25786/tz1126338
https://q.yingjiesheng.com/forum/bk25786/tz1126339
https://q.yingjiesheng.com/forum/bk25786/tz1126340
https://q.yingjiesheng.com/forum/bk25786/tz1126341
https://q.yingjiesheng.com/forum/bk25786/tz1126342
https://q.yingjiesheng.com/forum/bk25786/tz1126343
https://q.yingjiesheng.com/forum/bk25786/tz1126344
https://q.yingjiesheng.com/forum/bk25786/tz1126345
https://q.yingjiesheng.com/forum/bk25786/tz1126346
https://q.yingjiesheng.com/forum/bk25786/tz1126347
https://q.yingjiesheng.com/forum/bk25786/tz1126348
https://q.yingjiesheng.com/forum/bk25786/tz1126349
https://q.yingjiesheng.com/forum/bk25786/tz1126350
https://q.yingjiesheng.com/forum/bk25786/tz1126351
https://q.yingjiesheng.com/forum/bk25786/tz1126352
https://q.yingjiesheng.com/forum/bk25786/tz1126353
https://q.yingjiesheng.com/forum/bk25786/tz1126354
https://q.yingjiesheng.com/forum/bk25786/tz1126355
https://q.yingjiesheng.com/forum/bk25786/tz1126356
https://q.yingjiesheng.com/forum/bk25786/tz1126357
https://q.yingjiesheng.com/forum/bk25786/tz1126358
https://q.yingjiesheng.com/forum/bk25786/tz1126359
https://q.yingjiesheng.com/forum/bk25786/tz1126360
https://q.yingjiesheng.com/forum/bk25786/tz1126361
https://q.yingjiesheng.com/forum/bk25786/tz1126362
https://q.yingjiesheng.com/forum/bk25786/tz1126363
https://q.yingjiesheng.com/forum/bk25786/tz1126364
https://q.yingjiesheng.com/forum/bk25786/tz1126365
https://q.yingjiesheng.com/forum/bk25786/tz1126366
https://q.yingjiesheng.com/forum/bk25786/tz1126367
https://q.yingjiesheng.com/forum/bk25786/tz1126368
https://q.yingjiesheng.com/forum/bk25786/tz1126369
https://q.yingjiesheng.com/forum/bk25786/tz1126370
https://q.yingjiesheng.com/forum/bk25786/tz1126371
https://q.yingjiesheng.com/forum/bk25786/tz1126372
https://q.yingjiesheng.com/forum/bk25786/tz1126373
https://q.yingjiesheng.com/forum/bk25786/tz1126374
https://q.yingjiesheng.com/forum/bk25786/tz1126375
https://q.yingjiesheng.com/forum/bk25786/tz1126376
https://q.yingjiesheng.com/forum/bk25786/tz1126378
https://q.yingjiesheng.com/forum/bk25786/tz1126379
https://q.yingjiesheng.com/forum/bk25786/tz1126380
https://q.yingjiesheng.com/forum/bk25786/tz1126381
https://q.yingjiesheng.com/forum/bk25786/tz1126382
https://q.yingjiesheng.com/forum/bk25786/tz1126383
https://q.yingjiesheng.com/forum/bk25786/tz1126385
https://q.yingjiesheng.com/forum/bk25786/tz1126386
https://q.yingjiesheng.com/forum/bk25786/tz1126387
https://q.yingjiesheng.com/forum/bk25786/tz1126388
https://q.yingjiesheng.com/forum/bk25786/tz1126389
https://q.yingjiesheng.com/forum/bk25786/tz1126390
https://q.yingjiesheng.com/forum/bk25786/tz1126391
https://q.yingjiesheng.com/forum/bk25786/tz1126392
https://q.yingjiesheng.com/forum/bk25786/tz1126393
https://q.yingjiesheng.com/forum/bk25786/tz1126394
https://q.yingjiesheng.com/forum/bk25786/tz1126395
https://q.yingjiesheng.com/forum/bk25786/tz1126396
https://q.yingjiesheng.com/forum/bk25786/tz1126397
https://q.yingjiesheng.com/forum/bk25786/tz1126398
https://q.yingjiesheng.com/forum/bk25786/tz1126399
https://q.yingjiesheng.com/forum/bk25786/tz1126400
https://q.yingjiesheng.com/forum/bk25786/tz1126401
https://q.yingjiesheng.com/forum/bk25786/tz1126402
https://q.yingjiesheng.com/forum/bk25786/tz1126403
https://q.yingjiesheng.com/forum/bk25786/tz1126404
https://q.yingjiesheng.com/forum/bk25786/tz1126405
https://q.yingjiesheng.com/forum/bk25786/tz1126406
https://q.yingjiesheng.com/forum/bk25786/tz1126492
https://q.yingjiesheng.com/forum/bk25786/tz1126493
https://q.yingjiesheng.com/forum/bk25786/tz1126494
https://q.yingjiesheng.com/forum/bk25786/tz1126495
https://q.yingjiesheng.com/forum/bk25786/tz1126496
https://q.yingjiesheng.com/forum/bk25786/tz1126497
https://q.yingjiesheng.com/forum/bk25786/tz1126498
https://q.yingjiesheng.com/forum/bk25786/tz1126499
https://q.yingjiesheng.com/forum/bk25786/tz1126500
https://q.yingjiesheng.com/forum/bk25786/tz1126501
https://q.yingjiesheng.com/forum/bk25786/tz1126502
https://q.yingjiesheng.com/forum/bk25786/tz1126503
https://q.yingjiesheng.com/forum/bk25786/tz1126504
https://q.yingjiesheng.com/forum/bk25786/tz1126505
https://q.yingjiesheng.com/forum/bk25786/tz1126506
https://q.yingjiesheng.com/forum/bk25786/tz1126507
https://q.yingjiesheng.com/forum/bk25786/tz1126508
https://q.yingjiesheng.com/forum/bk25786/tz1126509
https://q.yingjiesheng.com/forum/bk25786/tz1126510
https://q.yingjiesheng.com/forum/bk25786/tz1126511
https://q.yingjiesheng.com/forum/bk25786/tz1126512
https://q.yingjiesheng.com/forum/bk25786/tz1126513
https://q.yingjiesheng.com/forum/bk25786/tz1126514
https://q.yingjiesheng.com/forum/bk25786/tz1126515
https://q.yingjiesheng.com/forum/bk25786/tz1126516
https://q.yingjiesheng.com/forum/bk25786/tz1126518
https://q.yingjiesheng.com/forum/bk25786/tz1126519
https://q.yingjiesheng.com/forum/bk25786/tz1126520
https://q.yingjiesheng.com/forum/bk25786/tz1126521
https://q.yingjiesheng.com/forum/bk25786/tz1126522
https://q.yingjiesheng.com/forum/bk25786/tz1126523
https://q.yingjiesheng.com/forum/bk25786/tz1126524
https://q.yingjiesheng.com/forum/bk25786/tz1126525
https://q.yingjiesheng.com/forum/bk25786/tz1126526
https://q.yingjiesheng.com/forum/bk25786/tz1126527
https://q.yingjiesheng.com/forum/bk25786/tz1126528
https://q.yingjiesheng.com/forum/bk25786/tz1126529
https://q.yingjiesheng.com/forum/bk25786/tz1126530
https://q.yingjiesheng.com/forum/bk25786/tz1126531
https://q.yingjiesheng.com/forum/bk25786/tz1126532
https://q.yingjiesheng.com/forum/bk25786/tz1126533
https://q.yingjiesheng.com/forum/bk25786/tz1126534
https://q.yingjiesheng.com/forum/bk25786/tz1126535
https://q.yingjiesheng.com/forum/bk25786/tz1126536
https://q.yingjiesheng.com/forum/bk25786/tz1126537
https://q.yingjiesheng.com/forum/bk25786/tz1126538
https://q.yingjiesheng.com/forum/bk25786/tz1126539
https://q.yingjiesheng.com/forum/bk25786/tz1126540
https://q.yingjiesheng.com/forum/bk25786/tz1126541
https://q.yingjiesheng.com/forum/bk25786/tz1126542
https://q.yingjiesheng.com/forum/bk25786/tz1126543
https://q.yingjiesheng.com/forum/bk25786/tz1126544
https://q.yingjiesheng.com/forum/bk25786/tz1126545
https://q.yingjiesheng.com/forum/bk25786/tz1126546
https://q.yingjiesheng.com/forum/bk25786/tz1126547
https://q.yingjiesheng.com/forum/bk25786/tz1126548
https://q.yingjiesheng.com/forum/bk25786/tz1126549
https://q.yingjiesheng.com/forum/bk25786/tz1126550
https://q.yingjiesheng.com/forum/bk25786/tz1126551
https://q.yingjiesheng.com/forum/bk25786/tz1126552
https://q.yingjiesheng.com/forum/bk25786/tz1126553
https://q.yingjiesheng.com/forum/bk25786/tz1126554
https://q.yingjiesheng.com/forum/bk25786/tz1126555
https://q.yingjiesheng.com/forum/bk25786/tz1126556
https://q.yingjiesheng.com/forum/bk25786/tz1126557
https://q.yingjiesheng.com/forum/bk25786/tz1126558
https://q.yingjiesheng.com/forum/bk25786/tz1126559
https://q.yingjiesheng.com/forum/bk25786/tz1126560
https://q.yingjiesheng.com/forum/bk25786/tz1126561
https://q.yingjiesheng.com/forum/bk25786/tz1126562
https://q.yingjiesheng.com/forum/bk25786/tz1126563
https://q.yingjiesheng.com/forum/bk25786/tz1126564
https://q.yingjiesheng.com/forum/bk25786/tz1126565
https://q.yingjiesheng.com/forum/bk25786/tz1126566
https://q.yingjiesheng.com/forum/bk25786/tz1126567
https://q.yingjiesheng.com/forum/bk25786/tz1126568
https://q.yingjiesheng.com/forum/bk25786/tz1126569
https://q.yingjiesheng.com/forum/bk25786/tz1126570
https://q.yingjiesheng.com/forum/bk25786/tz1126571
https://q.yingjiesheng.com/forum/bk25786/tz1126572
https://q.yingjiesheng.com/forum/bk25786/tz1126573
https://q.yingjiesheng.com/forum/bk25786/tz1126574
https://q.yingjiesheng.com/forum/bk25786/tz1126575
https://q.yingjiesheng.com/forum/bk25786/tz1126576
https://q.yingjiesheng.com/forum/bk25786/tz1126577
https://q.yingjiesheng.com/forum/bk25786/tz1126578
https://q.yingjiesheng.com/forum/bk25786/tz1126579
https://q.yingjiesheng.com/forum/bk25786/tz1126580
https://q.yingjiesheng.com/forum/bk25786/tz1126581
https://q.yingjiesheng.com/forum/bk25786/tz1126582
https://q.yingjiesheng.com/forum/bk25786/tz1126583
https://q.yingjiesheng.com/forum/bk25786/tz1126584
https://q.yingjiesheng.com/forum/bk25786/tz1126585
https://q.yingjiesheng.com/forum/bk25786/tz1126586
https://q.yingjiesheng.com/forum/bk25786/tz1126587
https://q.yingjiesheng.com/forum/bk25786/tz1126588
https://q.yingjiesheng.com/forum/bk25786/tz1126589
https://q.yingjiesheng.com/forum/bk25786/tz1126590
https://q.yingjiesheng.com/forum/bk25786/tz1126591
https://q.yingjiesheng.com/forum/bk25786/tz1126592
https://q.yingjiesheng.com/forum/bk25786/tz1126593
https://q.yingjiesheng.com/forum/bk25786/tz1126594
https://q.yingjiesheng.com/forum/bk25786/tz1126595
https://q.yingjiesheng.com/forum/bk25786/tz1126596
https://q.yingjiesheng.com/forum/bk25786/tz1126597
https://q.yingjiesheng.com/forum/bk25786/tz1126598
https://q.yingjiesheng.com/forum/bk25786/tz1126599
https://q.yingjiesheng.com/forum/bk25786/tz1126600
https://q.yingjiesheng.com/forum/bk25786/tz1126601
https://q.yingjiesheng.com/forum/bk25786/tz1126602
https://q.yingjiesheng.com/forum/bk25786/tz1126603
https://q.yingjiesheng.com/forum/bk25786/tz1126604
https://q.yingjiesheng.com/forum/bk25786/tz1126605
https://q.yingjiesheng.com/forum/bk25786/tz1126606
https://q.yingjiesheng.com/forum/bk25786/tz1126607
https://q.yingjiesheng.com/forum/bk25786/tz1126608
https://q.yingjiesheng.com/forum/bk25786/tz1126609
https://q.yingjiesheng.com/forum/bk25786/tz1126610
https://q.yingjiesheng.com/forum/bk25786/tz1126611
https://q.yingjiesheng.com/forum/bk25786/tz1126612
https://q.yingjiesheng.com/forum/bk25786/tz1126613
https://q.yingjiesheng.com/forum/bk25786/tz1126614
https://q.yingjiesheng.com/forum/bk25786/tz1126615
https://q.yingjiesheng.com/forum/bk25786/tz1126616
https://q.yingjiesheng.com/forum/bk25786/tz1126617
https://q.yingjiesheng.com/forum/bk25786/tz1126618
https://q.yingjiesheng.com/forum/bk25786/tz1126619
https://q.yingjiesheng.com/forum/bk25786/tz1126620
https://q.yingjiesheng.com/forum/bk25786/tz1126621
https://q.yingjiesheng.com/forum/bk25786/tz1126622
https://q.yingjiesheng.com/forum/bk25786/tz1126623
https://q.yingjiesheng.com/forum/bk25786/tz1126624
https://q.yingjiesheng.com/forum/bk25786/tz1126625
https://q.yingjiesheng.com/forum/bk25786/tz1126626
https://q.yingjiesheng.com/forum/bk25786/tz1126627
https://q.yingjiesheng.com/forum/bk25786/tz1126628
https://q.yingjiesheng.com/forum/bk25786/tz1126629
https://q.yingjiesheng.com/forum/bk25786/tz1126630
https://q.yingjiesheng.com/forum/bk25786/tz1126631
https://q.yingjiesheng.com/forum/bk25786/tz1126632
https://q.yingjiesheng.com/forum/bk25786/tz1126633
https://q.yingjiesheng.com/forum/bk25786/tz1126634
https://q.yingjiesheng.com/forum/bk25786/tz1126635
https://q.yingjiesheng.com/forum/bk25786/tz1126636
https://q.yingjiesheng.com/forum/bk25786/tz1126637
https://q.yingjiesheng.com/forum/bk25786/tz1126638
https://q.yingjiesheng.com/forum/bk25786/tz1126639
https://q.yingjiesheng.com/forum/bk25786/tz1126640
https://q.yingjiesheng.com/forum/bk25786/tz1126641
https://q.yingjiesheng.com/forum/bk25786/tz1126642
https://q.yingjiesheng.com/forum/bk25786/tz1126643
https://q.yingjiesheng.com/forum/bk25786/tz1126644
https://q.yingjiesheng.com/forum/bk25786/tz1126645
https://q.yingjiesheng.com/forum/bk25786/tz1126646
https://q.yingjiesheng.com/forum/bk25786/tz1126647
https://q.yingjiesheng.com/forum/bk25786/tz1126648
https://q.yingjiesheng.com/forum/bk25786/tz1126649
https://q.yingjiesheng.com/forum/bk25786/tz1126650
https://q.yingjiesheng.com/forum/bk25786/tz1126651
https://q.yingjiesheng.com/forum/bk25786/tz1126652
https://q.yingjiesheng.com/forum/bk25786/tz1126653
https://q.yingjiesheng.com/forum/bk25786/tz1126654
https://q.yingjiesheng.com/forum/bk25786/tz1126655
https://q.yingjiesheng.com/forum/bk25786/tz1126656
https://q.yingjiesheng.com/forum/bk25786/tz1126657
https://q.yingjiesheng.com/forum/bk25786/tz1126658
https://q.yingjiesheng.com/forum/bk25786/tz1126659
https://q.yingjiesheng.com/forum/bk25786/tz1126660
https://q.yingjiesheng.com/forum/bk25786/tz1126661
https://q.yingjiesheng.com/forum/bk25786/tz1126662
https://q.yingjiesheng.com/forum/bk25786/tz1126663
https://q.yingjiesheng.com/forum/bk25786/tz1126664
https://q.yingjiesheng.com/forum/bk25786/tz1126665
https://q.yingjiesheng.com/forum/bk25786/tz1126666
https://q.yingjiesheng.com/forum/bk25786/tz1126667
https://q.yingjiesheng.com/forum/bk25786/tz1126668
https://q.yingjiesheng.com/forum/bk25786/tz1126669
https://q.yingjiesheng.com/forum/bk25786/tz1126670
https://q.yingjiesheng.com/forum/bk25786/tz1126671
https://q.yingjiesheng.com/forum/bk25786/tz1126672
https://q.yingjiesheng.com/forum/bk25786/tz1126673
https://q.yingjiesheng.com/forum/bk25786/tz1126674
https://q.yingjiesheng.com/forum/bk25786/tz1126675
https://q.yingjiesheng.com/forum/bk25786/tz1126676
https://q.yingjiesheng.com/forum/bk25786/tz1126677
https://q.yingjiesheng.com/forum/bk25786/tz1126678
https://q.yingjiesheng.com/forum/bk25786/tz1126679
https://q.yingjiesheng.com/forum/bk25786/tz1126680
https://q.yingjiesheng.com/forum/bk25786/tz1126681
https://q.yingjiesheng.com/forum/bk25786/tz1126682
https://q.yingjiesheng.com/forum/bk25786/tz1126683
https://q.yingjiesheng.com/forum/bk25786/tz1126684
https://q.yingjiesheng.com/forum/bk25786/tz1126685
https://q.yingjiesheng.com/forum/bk25786/tz1126686
https://q.yingjiesheng.com/forum/bk25786/tz1126687
https://q.yingjiesheng.com/forum/bk25786/tz1126688
https://q.yingjiesheng.com/forum/bk25786/tz1126689
https://q.yingjiesheng.com/forum/bk25786/tz1126690
https://q.yingjiesheng.com/forum/bk25786/tz1126691
https://q.yingjiesheng.com/forum/bk25786/tz1126692
https://q.yingjiesheng.com/forum/bk25786/tz1126693
https://q.yingjiesheng.com/forum/bk25786/tz1126694
https://q.yingjiesheng.com/forum/bk25786/tz1126695
https://q.yingjiesheng.com/forum/bk25786/tz1126696
https://q.yingjiesheng.com/forum/bk25786/tz1126697
https://q.yingjiesheng.com/forum/bk25786/tz1126698
https://q.yingjiesheng.com/forum/bk25786/tz1126699
https://q.yingjiesheng.com/forum/bk25786/tz1126700
https://q.yingjiesheng.com/forum/bk25786/tz1126701
https://q.yingjiesheng.com/forum/bk25786/tz1126702
https://q.yingjiesheng.com/forum/bk25786/tz1126703
https://q.yingjiesheng.com/forum/bk25786/tz1126704
https://q.yingjiesheng.com/forum/bk25786/tz1126705
https://q.yingjiesheng.com/forum/bk25786/tz1126706
https://q.yingjiesheng.com/forum/bk25786/tz1126707
https://q.yingjiesheng.com/forum/bk25786/tz1126708
https://q.yingjiesheng.com/forum/bk25786/tz1126709
https://q.yingjiesheng.com/forum/bk25786/tz1126710
https://q.yingjiesheng.com/forum/bk25786/tz1126711
https://q.yingjiesheng.com/forum/bk25786/tz1126712
https://q.yingjiesheng.com/forum/bk25786/tz1126713
https://q.yingjiesheng.com/forum/bk25786/tz1126714
https://q.yingjiesheng.com/forum/bk25786/tz1126715
https://q.yingjiesheng.com/forum/bk25786/tz1126716
https://q.yingjiesheng.com/forum/bk25786/tz1126717
https://q.yingjiesheng.com/forum/bk25786/tz1126718
https://q.yingjiesheng.com/forum/bk25786/tz1126719
https://q.yingjiesheng.com/forum/bk25786/tz1126720
https://q.yingjiesheng.com/forum/bk25786/tz1126721
https://q.yingjiesheng.com/forum/bk25786/tz1126722
https://q.yingjiesheng.com/forum/bk25786/tz1126723
https://q.yingjiesheng.com/forum/bk25786/tz1126724
https://q.yingjiesheng.com/forum/bk25786/tz1126725
https://q.yingjiesheng.com/forum/bk25786/tz1126726
https://q.yingjiesheng.com/forum/bk25786/tz1126727
https://q.yingjiesheng.com/forum/bk25786/tz1126728
https://q.yingjiesheng.com/forum/bk25786/tz1126729
https://q.yingjiesheng.com/forum/bk25786/tz1126730
https://q.yingjiesheng.com/forum/bk25786/tz1126731
https://q.yingjiesheng.com/forum/bk25786/tz1126732
https://q.yingjiesheng.com/forum/bk25786/tz1126733
https://q.yingjiesheng.com/forum/bk25786/tz1126734
https://q.yingjiesheng.com/forum/bk25786/tz1126735
https://q.yingjiesheng.com/forum/bk25786/tz1126736
https://q.yingjiesheng.com/forum/bk25786/tz1126737
https://q.yingjiesheng.com/forum/bk25786/tz1126738
https://q.yingjiesheng.com/forum/bk25786/tz1126739
https://q.yingjiesheng.com/forum/bk25786/tz1126740
https://q.yingjiesheng.com/forum/bk25786/tz1126741
https://q.yingjiesheng.com/forum/bk25786/tz1126742
https://q.yingjiesheng.com/forum/bk25786/tz1126743
https://q.yingjiesheng.com/forum/bk25786/tz1126744
https://q.yingjiesheng.com/forum/bk25786/tz1126745
https://q.yingjiesheng.com/forum/bk25786/tz1126746
https://q.yingjiesheng.com/forum/bk25786/tz1126747
https://q.yingjiesheng.com/forum/bk25786/tz1126748
https://q.yingjiesheng.com/forum/bk25786/tz1126749
https://q.yingjiesheng.com/forum/bk25786/tz1126750
https://q.yingjiesheng.com/forum/bk25786/tz1126751
https://q.yingjiesheng.com/forum/bk25786/tz1126752
https://q.yingjiesheng.com/forum/bk25786/tz1126753
https://q.yingjiesheng.com/forum/bk25786/tz1126754
https://q.yingjiesheng.com/forum/bk25786/tz1126755
https://q.yingjiesheng.com/forum/bk25786/tz1126756
https://q.yingjiesheng.com/forum/bk25786/tz1126757
https://q.yingjiesheng.com/forum/bk25786/tz1126758
https://q.yingjiesheng.com/forum/bk25786/tz1126759
https://q.yingjiesheng.com/forum/bk25786/tz1126760
https://q.yingjiesheng.com/forum/bk25786/tz1126761
https://q.yingjiesheng.com/forum/bk25786/tz1126762
https://q.yingjiesheng.com/forum/bk25786/tz1126763
https://q.yingjiesheng.com/forum/bk25786/tz1126764
https://q.yingjiesheng.com/forum/bk25786/tz1126765
https://q.yingjiesheng.com/forum/bk25786/tz1126766
https://q.yingjiesheng.com/forum/bk25786/tz1126767
https://q.yingjiesheng.com/forum/bk25786/tz1126768
https://q.yingjiesheng.com/forum/bk25786/tz1126769
https://q.yingjiesheng.com/forum/bk25786/tz1126770
https://q.yingjiesheng.com/forum/bk25786/tz1126771
https://q.yingjiesheng.com/forum/bk25786/tz1126772
https://q.yingjiesheng.com/forum/bk25786/tz1126773
https://q.yingjiesheng.com/forum/bk25786/tz1126774
https://q.yingjiesheng.com/forum/bk25786/tz1126775
https://q.yingjiesheng.com/forum/bk25786/tz1126776
https://q.yingjiesheng.com/forum/bk25786/tz1126777
https://q.yingjiesheng.com/forum/bk25786/tz1126778
https://q.yingjiesheng.com/forum/bk25786/tz1126779
https://q.yingjiesheng.com/forum/bk25786/tz1126780
https://q.yingjiesheng.com/forum/bk25786/tz1126781
https://q.yingjiesheng.com/forum/bk25786/tz1126782
https://q.yingjiesheng.com/forum/bk25786/tz1126783
https://q.yingjiesheng.com/forum/bk25786/tz1126784
https://q.yingjiesheng.com/forum/bk25786/tz1126785
https://q.yingjiesheng.com/forum/bk25786/tz1126786
https://q.yingjiesheng.com/forum/bk25786/tz1126787
https://q.yingjiesheng.com/forum/bk25786/tz1126788
https://q.yingjiesheng.com/forum/bk25786/tz1126789
https://q.yingjiesheng.com/forum/bk25786/tz1126790
https://q.yingjiesheng.com/forum/bk25786/tz1126791
https://q.yingjiesheng.com/forum/bk25786/tz1126792
https://q.yingjiesheng.com/forum/bk25786/tz1126793
https://q.yingjiesheng.com/forum/bk25786/tz1126794
https://q.yingjiesheng.com/forum/bk25786/tz1126795
https://q.yingjiesheng.com/forum/bk25786/tz1126796
https://q.yingjiesheng.com/forum/bk25786/tz1126797
https://q.yingjiesheng.com/forum/bk25786/tz1126798
https://q.yingjiesheng.com/forum/bk25786/tz1126799
https://q.yingjiesheng.com/forum/bk25786/tz1126800
https://q.yingjiesheng.com/forum/bk25786/tz1126801
https://q.yingjiesheng.com/forum/bk25786/tz1126802
https://q.yingjiesheng.com/forum/bk25786/tz1126803
https://q.yingjiesheng.com/forum/bk25786/tz1126804
https://q.yingjiesheng.com/forum/bk25786/tz1126805
https://q.yingjiesheng.com/forum/bk25786/tz1126806
https://q.yingjiesheng.com/forum/bk25786/tz1126807
https://q.yingjiesheng.com/forum/bk25786/tz1126808
https://q.yingjiesheng.com/forum/bk25786/tz1126809
https://q.yingjiesheng.com/forum/bk25786/tz1126810
https://q.yingjiesheng.com/forum/bk25786/tz1126811
https://q.yingjiesheng.com/forum/bk25786/tz1126812
https://q.yingjiesheng.com/forum/bk25786/tz1126813
https://q.yingjiesheng.com/forum/bk25786/tz1126814
https://q.yingjiesheng.com/forum/bk25786/tz1126815
https://q.yingjiesheng.com/forum/bk25786/tz1126816
https://q.yingjiesheng.com/forum/bk25786/tz1126817
https://q.yingjiesheng.com/forum/bk25786/tz1126818
https://q.yingjiesheng.com/forum/bk25786/tz1126819
https://q.yingjiesheng.com/forum/bk25786/tz1126820
https://q.yingjiesheng.com/forum/bk25786/tz1126821
https://q.yingjiesheng.com/forum/bk25786/tz1126822
https://q.yingjiesheng.com/forum/bk25786/tz1126823
https://q.yingjiesheng.com/forum/bk25786/tz1126824
https://q.yingjiesheng.com/forum/bk25786/tz1126825
https://q.yingjiesheng.com/forum/bk25786/tz1126826
https://q.yingjiesheng.com/forum/bk25786/tz1126827
https://q.yingjiesheng.com/forum/bk25786/tz1126828
https://q.yingjiesheng.com/forum/bk25786/tz1126829
https://q.yingjiesheng.com/forum/bk25786/tz1126830
https://q.yingjiesheng.com/forum/bk25786/tz1126831
https://q.yingjiesheng.com/forum/bk25786/tz1126832
https://q.yingjiesheng.com/forum/bk25786/tz1126833
https://q.yingjiesheng.com/forum/bk25786/tz1126834
https://q.yingjiesheng.com/forum/bk25786/tz1126835
https://q.yingjiesheng.com/forum/bk25786/tz1126836
https://q.yingjiesheng.com/forum/bk25786/tz1126837
https://q.yingjiesheng.com/forum/bk25786/tz1126838
https://q.yingjiesheng.com/forum/bk25786/tz1126839
https://q.yingjiesheng.com/forum/bk25786/tz1126840
https://q.yingjiesheng.com/forum/bk25786/tz1126841
https://q.yingjiesheng.com/forum/bk25786/tz1126842
https://q.yingjiesheng.com/forum/bk25786/tz1126843
https://q.yingjiesheng.com/forum/bk25786/tz1126844
https://q.yingjiesheng.com/forum/bk25786/tz1126845
https://q.yingjiesheng.com/forum/bk25786/tz1126846
https://q.yingjiesheng.com/forum/bk25786/tz1126847
https://q.yingjiesheng.com/forum/bk25786/tz1126848
https://q.yingjiesheng.com/forum/bk25786/tz1126849
https://q.yingjiesheng.com/forum/bk25786/tz1126850
https://q.yingjiesheng.com/forum/bk25786/tz1126851
https://q.yingjiesheng.com/forum/bk25786/tz1126852
https://q.yingjiesheng.com/forum/bk25786/tz1126853
https://q.yingjiesheng.com/forum/bk25786/tz1126854
https://q.yingjiesheng.com/forum/bk25786/tz1126855
https://q.yingjiesheng.com/forum/bk25786/tz1126856
https://q.yingjiesheng.com/forum/bk25786/tz1126857
https://q.yingjiesheng.com/forum/bk25786/tz1126858
https://q.yingjiesheng.com/forum/bk25786/tz1126859
https://q.yingjiesheng.com/forum/bk25786/tz1126860
https://q.yingjiesheng.com/forum/bk25786/tz1126861
https://q.yingjiesheng.com/forum/bk25786/tz1126862
https://q.yingjiesheng.com/forum/bk25786/tz1126863
https://q.yingjiesheng.com/forum/bk25786/tz1126864
https://q.yingjiesheng.com/forum/bk25786/tz1126865
https://q.yingjiesheng.com/forum/bk25786/tz1126866
https://q.yingjiesheng.com/forum/bk25786/tz1126867
https://q.yingjiesheng.com/forum/bk25786/tz1126868
https://q.yingjiesheng.com/forum/bk25786/tz1126869
https://q.yingjiesheng.com/forum/bk25786/tz1126870
https://q.yingjiesheng.com/forum/bk25786/tz1126871
https://q.yingjiesheng.com/forum/bk25786/tz1126872
https://q.yingjiesheng.com/forum/bk25786/tz1126873
https://q.yingjiesheng.com/forum/bk25786/tz1126874
https://q.yingjiesheng.com/forum/bk25786/tz1126875
https://q.yingjiesheng.com/forum/bk25786/tz1126876
https://q.yingjiesheng.com/forum/bk25786/tz1126877
https://q.yingjiesheng.com/forum/bk25786/tz1126878
https://q.yingjiesheng.com/forum/bk25786/tz1126879
https://q.yingjiesheng.com/forum/bk25786/tz1126880
https://q.yingjiesheng.com/forum/bk25786/tz1126881
https://q.yingjiesheng.com/forum/bk25786/tz1126882
https://q.yingjiesheng.com/forum/bk25786/tz1126883
https://q.yingjiesheng.com/forum/bk25786/tz1126884
https://q.yingjiesheng.com/forum/bk25786/tz1126885
https://q.yingjiesheng.com/forum/bk25786/tz1126886
https://q.yingjiesheng.com/forum/bk25786/tz1126887
https://q.yingjiesheng.com/forum/bk25786/tz1126888
https://q.yingjiesheng.com/forum/bk25786/tz1126889
https://q.yingjiesheng.com/forum/bk25786/tz1126890
https://q.yingjiesheng.com/forum/bk25786/tz1126891
https://q.yingjiesheng.com/forum/bk25786/tz1126892
https://q.yingjiesheng.com/forum/bk25786/tz1126893
https://q.yingjiesheng.com/forum/bk25786/tz1126894
https://q.yingjiesheng.com/forum/bk25786/tz1126895
https://q.yingjiesheng.com/forum/bk25786/tz1126896
https://q.yingjiesheng.com/forum/bk25786/tz1126897
https://q.yingjiesheng.com/forum/bk25786/tz1126898
https://q.yingjiesheng.com/forum/bk25786/tz1126899
https://q.yingjiesheng.com/forum/bk25786/tz1126900
https://q.yingjiesheng.com/forum/bk25786/tz1126901
https://q.yingjiesheng.com/forum/bk25786/tz1126902
https://q.yingjiesheng.com/forum/bk25786/tz1126903
https://q.yingjiesheng.com/forum/bk25786/tz1126904
https://q.yingjiesheng.com/forum/bk25786/tz1126905
https://q.yingjiesheng.com/forum/bk25786/tz1126906
https://q.yingjiesheng.com/forum/bk25786/tz1126907
https://q.yingjiesheng.com/forum/bk25786/tz1126908
https://q.yingjiesheng.com/forum/bk25786/tz1126909
https://q.yingjiesheng.com/forum/bk25786/tz1126910
https://q.yingjiesheng.com/forum/bk25786/tz1126911
https://q.yingjiesheng.com/forum/bk25786/tz1126912
https://q.yingjiesheng.com/forum/bk25786/tz1126913
https://q.yingjiesheng.com/forum/bk25786/tz1126914
https://q.yingjiesheng.com/forum/bk25786/tz1126915
https://q.yingjiesheng.com/forum/bk25786/tz1126916
https://q.yingjiesheng.com/forum/bk25786/tz1126917
https://q.yingjiesheng.com/forum/bk25786/tz1126918
https://q.yingjiesheng.com/forum/bk25786/tz1126919
https://q.yingjiesheng.com/forum/bk25786/tz1126920
https://q.yingjiesheng.com/forum/bk25786/tz1126921
https://q.yingjiesheng.com/forum/bk25786/tz1126922
https://q.yingjiesheng.com/forum/bk25786/tz1126923
https://q.yingjiesheng.com/forum/bk25786/tz1126924
https://q.yingjiesheng.com/forum/bk25786/tz1126925
https://q.yingjiesheng.com/forum/bk25786/tz1126926
https://q.yingjiesheng.com/forum/bk25786/tz1126927
https://q.yingjiesheng.com/forum/bk25786/tz1126928
https://q.yingjiesheng.com/forum/bk25786/tz1126929
https://q.yingjiesheng.com/forum/bk25786/tz1126930
https://q.yingjiesheng.com/forum/bk25786/tz1126931
https://q.yingjiesheng.com/forum/bk25786/tz1126932
https://q.yingjiesheng.com/forum/bk25786/tz1126933
https://q.yingjiesheng.com/forum/bk25786/tz1126934
https://q.yingjiesheng.com/forum/bk25786/tz1126935
https://q.yingjiesheng.com/forum/bk25786/tz1126936
https://q.yingjiesheng.com/forum/bk25786/tz1126937
https://q.yingjiesheng.com/forum/bk25786/tz1126938
https://q.yingjiesheng.com/forum/bk25786/tz1126939
https://q.yingjiesheng.com/forum/bk25786/tz1126940
https://q.yingjiesheng.com/forum/bk25786/tz1126941
https://q.yingjiesheng.com/forum/bk25786/tz1126942
https://q.yingjiesheng.com/forum/bk25786/tz1126943
https://q.yingjiesheng.com/forum/bk25786/tz1126944
https://q.yingjiesheng.com/forum/bk25786/tz1126945
https://q.yingjiesheng.com/forum/bk25786/tz1126946
https://q.yingjiesheng.com/forum/bk25786/tz1126947
https://q.yingjiesheng.com/forum/bk25786/tz1126948
https://q.yingjiesheng.com/forum/bk25786/tz1126949
https://q.yingjiesheng.com/forum/bk25786/tz1126950
https://q.yingjiesheng.com/forum/bk25786/tz1126951
https://q.yingjiesheng.com/forum/bk25786/tz1126952
https://q.yingjiesheng.com/forum/bk25786/tz1126953
https://q.yingjiesheng.com/forum/bk25786/tz1126954
https://q.yingjiesheng.com/forum/bk25786/tz1126955
https://q.yingjiesheng.com/forum/bk25786/tz1126956
https://q.yingjiesheng.com/forum/bk25786/tz1126957
https://q.yingjiesheng.com/forum/bk25786/tz1126958
https://q.yingjiesheng.com/forum/bk25786/tz1126959
0 个评论
要回复文章请先登录或注册