From b5f0904019d77a73c0c4ebd8f0cad42b4283fa03 Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期四, 24 七月 2025 17:33:07 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/dev_fix_sub' into dev_fix_sub --- pages/product/licencePhoto.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pages/product/licencePhoto.vue b/pages/product/licencePhoto.vue index 361f1e9..76ad86b 100644 --- a/pages/product/licencePhoto.vue +++ b/pages/product/licencePhoto.vue @@ -10,7 +10,7 @@ </template> <script> -import '@/uview-components/uview-ui' +import '@/components/uview-components/uview-ui' import { getLicencePhoto } from "@/api/store.js"; export default { data() { -- Gitblit v1.8.0