From 06f42943e1134c220d7ea5103f464ab72a476343 Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期三, 16 七月 2025 21:04:07 +0800 Subject: [PATCH] 解决主包过大问题 --- pages/order/complain/complainInfo.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/pages/order/complain/complainInfo.vue b/pages/order/complain/complainInfo.vue index 90ede36..3448a9a 100644 --- a/pages/order/complain/complainInfo.vue +++ b/pages/order/complain/complainInfo.vue @@ -50,6 +50,7 @@ </template> <script> +import '@/components/uview-components/uview-ui' import { getComplainDetail, communication } from "@/api/after-sale"; export default { data() { -- Gitblit v1.8.0