删除nvue引入的common

master
于肖磊 2026-03-12 14:41:47 +08:00
parent 26571501f7
commit 14f271febe
1 changed files with 1 additions and 5 deletions

View File

@ -237,8 +237,6 @@
<!-- 分享弹窗 --> <!-- 分享弹窗 -->
<u-share-popup ref="share" class="pointer-events-auto"></u-share-popup> <u-share-popup ref="share" class="pointer-events-auto"></u-share-popup>
<!-- 公共 -->
<!-- <component-common ref="common"></component-common> -->
</view> </view>
</template> </template>
@ -253,7 +251,6 @@
import componentBottomLine from '@/components/bottom-line/bottom-line'; import componentBottomLine from '@/components/bottom-line/bottom-line';
import componentPopup from '@/components/popup/popup'; import componentPopup from '@/components/popup/popup';
import componentUpload from '@/components/upload/upload'; import componentUpload from '@/components/upload/upload';
import componentCommon from '@/components/common/common';
// 多语言 // 多语言
//#ifdef APP-NVUE //#ifdef APP-NVUE
import i18n from '@/locale/index.js'; import i18n from '@/locale/index.js';
@ -347,8 +344,7 @@
componentBottomLine, componentBottomLine,
componentPopup, componentPopup,
loadingComponent, loadingComponent,
componentUpload, componentUpload
componentCommon
}, },
computed: { computed: {
// 视频列表高度 // 视频列表高度