Skip to content

Commit 04a0157

Browse files
committed
fix: Modify tiny-engine-portal helpCenter
1 parent 904c9ac commit 04a0157

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/tiny-engine-portal/src/help/home/VideoDialog.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ export default {
3939
setup(props, { emit }) {
4040
const state = reactive({
4141
videoVisibility: props.videoVisibility,
42-
videoData: props.videoData,
43-
imgPre: `${import.meta.env.BASE_URL}`
42+
videoData: props.videoData
4443
})
4544
4645
watch(

0 commit comments

Comments
 (0)