From 355bdec6d2ebce7697a7df4185962da1156ac77c Mon Sep 17 00:00:00 2001 From: TengXF <302828528@qq.com> Date: Mon, 13 May 2024 11:50:48 +0800 Subject: [PATCH] feat: update RecommendQty --- src/mycomponents/recommend/recommend.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mycomponents/recommend/recommend.vue b/src/mycomponents/recommend/recommend.vue index 6e1963d..c4583f1 100644 --- a/src/mycomponents/recommend/recommend.vue +++ b/src/mycomponents/recommend/recommend.vue @@ -37,7 +37,7 @@ import location from '@/mycomponents/balance/location.vue' import toLocation from '@/mycomponents/balance/toLocation.vue' import batch from '@/mycomponents/balance/batch.vue' - import recommendQty from '@/mycomponents/qty/recommendQty.vue' + import recommendQty from '@/mycomponents/qty/RecommendQty.vue'//大小写问题 import compareQty from '@/mycomponents/qty/compareQty.vue' import config from '@/static/config.js'