-
Notifications
You must be signed in to change notification settings - Fork 11.8k
Closed as not planned
Description
问题:
帮我看一下这几个组件,为什么我在本地测试是可以打开视频的,但是在上传到云主机后点不开视频,它没有在新标签页打开,没有任何反应。然后在加载最初网页时会出现本地环境中不存在的警告信息:
vue.global.js:12628 You are running a development build of Vue.
Make sure to use the production build (*.prod.js) when deploying for production.
vue.global.js:2365 [Vue warn]: Failed to resolve component: video-page
If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.
at <App>
warn$1 @ vue.global.js:2365
resolveAsset @ vue.global.js:5406
resolveComponent @ vue.global.js:5368
render @ VM1109:48
renderComponentRoot @ vue.global.js:6777
componentUpdateFn @ vue.global.js:8285
run @ vue.global.js:620
setupRenderEffect @ vue.global.js:8420
mountComponent @ vue.global.js:8195
processComponent @ vue.global.js:8147
patch @ vue.global.js:7664
render @ vue.global.js:8959
mount @ vue.global.js:6459
app.mount @ vue.global.js:12539
(匿名) @ app.js:227
vue.global.js:2365 [Vue warn]: Property "currentView" was accessed during render but is not defined on instance.
at <App>
warn$1 @ vue.global.js:2365
get @ vue.global.js:5658
get @ vue.global.js:5725
render @ VM1109:56
renderComponentRoot @ vue.global.js:6777
componentUpdateFn @ vue.global.js:8285
run @ vue.global.js:620
setupRenderEffect @ vue.global.js:8420
mountComponent @ vue.global.js:8195
processComponent @ vue.global.js:8147
patch @ vue.global.js:7664
render @ vue.global.js:8959
mount @ vue.global.js:6459
app.mount @ vue.global.js:12539
(匿名) @ app.js:227
vue.global.js:2365 [Vue warn]: Property "handleUpload" was accessed during render but is not defined on instance.
at <App>
warn$1 @ vue.global.js:2365
get @ vue.global.js:5658
get @ vue.global.js:5725
render @ VM1109:82
renderComponentRoot @ vue.global.js:6777
componentUpdateFn @ vue.global.js:8285
run @ vue.global.js:620
setupRenderEffect @ vue.global.js:8420
mountComponent @ vue.global.js:8195
processComponent @ vue.global.js:8147
patch @ vue.global.js:7664
render @ vue.global.js:8959
mount @ vue.global.js:6459
app.mount @ vue.global.js:12539
(匿名) @ app.js:227
vue.global.js:2365 [Vue warn]: Failed to resolve component: video-page
If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.
at <App>
warn$1 @ vue.global.js:2365
resolveAsset @ vue.global.js:5406
resolveComponent @ vue.global.js:5368
render @ VM1109:48
renderComponentRoot @ vue.global.js:6777
componentUpdateFn @ vue.global.js:8363
run @ vue.global.js:620
runIfDirty @ vue.global.js:658
callWithErrorHandling @ vue.global.js:2512
flushJobs @ vue.global.js:2717
Promise.then
queueFlush @ vue.global.js:2631
queuePostFlushCb @ vue.global.js:2645
queueEffectWithSuspense @ vue.global.js:9693
setRef @ vue.global.js:4133
patch @ vue.global.js:7706
mountChildren @ vue.global.js:7908
mountElement @ vue.global.js:7831
processElement @ vue.global.js:7786
patch @ vue.global.js:7652
componentUpdateFn @ vue.global.js:8292
run @ vue.global.js:620
setupRenderEffect @ vue.global.js:8420
mountComponent @ vue.global.js:8195
processComponent @ vue.global.js:8147
patch @ vue.global.js:7664
mountChildren @ vue.global.js:7908
mountElement @ vue.global.js:7831
processElement @ vue.global.js:7786
patch @ vue.global.js:7652
mountChildren @ vue.global.js:7908
mountElement @ vue.global.js:7831
processElement @ vue.global.js:7786
patch @ vue.global.js:7652
mountChildren @ vue.global.js:7908
mountElement @ vue.global.js:7831
processElement @ vue.global.js:7786
patch @ vue.global.js:7652
mountChildren @ vue.global.js:7908
processFragment @ vue.global.js:8090
patch @ vue.global.js:7638
componentUpdateFn @ vue.global.js:8292
run @ vue.global.js:620
setupRenderEffect @ vue.global.js:8420
mountComponent @ vue.global.js:8195
processComponent @ vue.global.js:8147
patch @ vue.global.js:7664
render @ vue.global.js:8959
mount @ vue.global.js:6459
app.mount @ vue.global.js:12539
(匿名) @ app.js:227
vue.global.js:2365 [Vue warn]: Property "currentView" was accessed during render but is not defined on instance.
at <App>
warn$1 @ vue.global.js:2365
get @ vue.global.js:5658
get @ vue.global.js:5725
render @ VM1109:56
renderComponentRoot @ vue.global.js:6777
componentUpdateFn @ vue.global.js:8363
run @ vue.global.js:620
runIfDirty @ vue.global.js:658
callWithErrorHandling @ vue.global.js:2512
flushJobs @ vue.global.js:2717
Promise.then
queueFlush @ vue.global.js:2631
queuePostFlushCb @ vue.global.js:2645
queueEffectWithSuspense @ vue.global.js:9693
setRef @ vue.global.js:4133
patch @ vue.global.js:7706
mountChildren @ vue.global.js:7908
mountElement @ vue.global.js:7831
processElement @ vue.global.js:7786
patch @ vue.global.js:7652
componentUpdateFn @ vue.global.js:8292
run @ vue.global.js:620
setupRenderEffect @ vue.global.js:8420
mountComponent @ vue.global.js:8195
processComponent @ vue.global.js:8147
patch @ vue.global.js:7664
mountChildren @ vue.global.js:7908
mountElement @ vue.global.js:7831
processElement @ vue.global.js:7786
patch @ vue.global.js:7652
mountChildren @ vue.global.js:7908
mountElement @ vue.global.js:7831
processElement @ vue.global.js:7786
patch @ vue.global.js:7652
mountChildren @ vue.global.js:7908
mountElement @ vue.global.js:7831
processElement @ vue.global.js:7786
patch @ vue.global.js:7652
mountChildren @ vue.global.js:7908
processFragment @ vue.global.js:8090
patch @ vue.global.js:7638
componentUpdateFn @ vue.global.js:8292
run @ vue.global.js:620
setupRenderEffect @ vue.global.js:8420
mountComponent @ vue.global.js:8195
processComponent @ vue.global.js:8147
patch @ vue.global.js:7664
render @ vue.global.js:8959
mount @ vue.global.js:6459
app.mount @ vue.global.js:12539
(匿名) @ app.js:227
vue.global.js:2365 [Vue warn]: Property "handleUpload" was accessed during render but is not defined on instance.
at <App>
warn$1 @ vue.global.js:2365
get @ vue.global.js:5658
get @ vue.global.js:5725
render @ VM1109:82
renderComponentRoot @ vue.global.js:6777
componentUpdateFn @ vue.global.js:8363
run @ vue.global.js:620
runIfDirty @ vue.global.js:658
callWithErrorHandling @ vue.global.js:2512
flushJobs @ vue.global.js:2717
Promise.then
queueFlush @ vue.global.js:2631
queuePostFlushCb @ vue.global.js:2645
queueEffectWithSuspense @ vue.global.js:9693
setRef @ vue.global.js:4133
patch @ vue.global.js:7706
mountChildren @ vue.global.js:7908
mountElement @ vue.global.js:7831
processElement @ vue.global.js:7786
patch @ vue.global.js:7652
componentUpdateFn @ vue.global.js:8292
run @ vue.global.js:620
setupRenderEffect @ vue.global.js:8420
mountComponent @ vue.global.js:8195
processComponent @ vue.global.js:8147
patch @ vue.global.js:7664
mountChildren @ vue.global.js:7908
mountElement @ vue.global.js:7831
processElement @ vue.global.js:7786
patch @ vue.global.js:7652
mountChildren @ vue.global.js:7908
mountElement @ vue.global.js:7831
processElement @ vue.global.js:7786
patch @ vue.global.js:7652
mountChildren @ vue.global.js:7908
mountElement @ vue.global.js:7831
processElement @ vue.global.js:7786
patch @ vue.global.js:7652
mountChildren @ vue.global.js:7908
processFragment @ vue.global.js:8090
patch @ vue.global.js:7638
componentUpdateFn @ vue.global.js:8292
run @ vue.global.js:620
setupRenderEffect @ vue.global.js:8420
mountComponent @ vue.global.js:8195
processComponent @ vue.global.js:8147
patch @ vue.global.js:7664
render @ vue.global.js:8959
mount @ vue.global.js:6459
app.mount @ vue.global.js:12539
(匿名) @ app.js:227
main.js:1 {AKGCx8: 'b'}
stadium.js:1 Error
at stadium.js:1:2654
at 297d (stadium.js:1:2794)
at n (stadium.js:1:110)
at 4 (stadium.js:1:2832)
at n (stadium.js:1:110)
at stadium.js:1:903
at stadium.js:1:912
vue.global.js:2365 [Vue warn]: Failed to resolve component: video-page
If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.
at <App>
warn$1 @ vue.global.js:2365
resolveAsset @ vue.global.js:5406
resolveComponent @ vue.global.js:5368
render @ VM1109:48
renderComponentRoot @ vue.global.js:6777
componentUpdateFn @ vue.global.js:8363
run @ vue.global.js:620
runIfDirty @ vue.global.js:658
callWithErrorHandling @ vue.global.js:2512
flushJobs @ vue.global.js:2717
Promise.then
queueFlush @ vue.global.js:2631
queueJob @ vue.global.js:2626
effect.scheduler @ vue.global.js:8414
trigger @ vue.global.js:648
endBatch @ vue.global.js:706
notify @ vue.global.js:984
trigger @ vue.global.js:958
set value @ vue.global.js:1876
loadCategories @ app.js:87
await in loadCategories
(匿名) @ app.js:185
(匿名) @ vue.global.js:5343
callWithErrorHandling @ vue.global.js:2512
callWithAsyncErrorHandling @ vue.global.js:2519
hook.__weh.hook.__weh @ vue.global.js:5323
flushPostFlushCbs @ vue.global.js:2694
render @ vue.global.js:8973
mount @ vue.global.js:6459
app.mount @ vue.global.js:12539
(匿名) @ app.js:227
vue.global.js:2365 [Vue warn]: Property "currentView" was accessed during render but is not defined on instance.
at <App>
warn$1 @ vue.global.js:2365
get @ vue.global.js:5658
get @ vue.global.js:5725
render @ VM1109:56
renderComponentRoot @ vue.global.js:6777
componentUpdateFn @ vue.global.js:8363
run @ vue.global.js:620
runIfDirty @ vue.global.js:658
callWithErrorHandling @ vue.global.js:2512
flushJobs @ vue.global.js:2717
Promise.then
queueFlush @ vue.global.js:2631
queueJob @ vue.global.js:2626
effect.scheduler @ vue.global.js:8414
trigger @ vue.global.js:648
endBatch @ vue.global.js:706
notify @ vue.global.js:984
trigger @ vue.global.js:958
set value @ vue.global.js:1876
loadCategories @ app.js:87
await in loadCategories
(匿名) @ app.js:185
(匿名) @ vue.global.js:5343
callWithErrorHandling @ vue.global.js:2512
callWithAsyncErrorHandling @ vue.global.js:2519
hook.__weh.hook.__weh @ vue.global.js:5323
flushPostFlushCbs @ vue.global.js:2694
render @ vue.global.js:8973
mount @ vue.global.js:6459
app.mount @ vue.global.js:12539
(匿名) @ app.js:227
vue.global.js:2365 [Vue warn]: Property "handleUpload" was accessed during render but is not defined on instance.
at <App>
warn$1 @ vue.global.js:2365
get @ vue.global.js:5658
get @ vue.global.js:5725
render @ VM1109:82
renderComponentRoot @ vue.global.js:6777
componentUpdateFn @ vue.global.js:8363
run @ vue.global.js:620
runIfDirty @ vue.global.js:658
callWithErrorHandling @ vue.global.js:2512
flushJobs @ vue.global.js:2717
Promise.then
queueFlush @ vue.global.js:2631
queueJob @ vue.global.js:2626
effect.scheduler @ vue.global.js:8414
trigger @ vue.global.js:648
endBatch @ vue.global.js:706
notify @ vue.global.js:984
trigger @ vue.global.js:958
set value @ vue.global.js:1876
loadCategories @ app.js:87
await in loadCategories
(匿名) @ app.js:185
(匿名) @ vue.global.js:5343
callWithErrorHandling @ vue.global.js:2512
callWithAsyncErrorHandling @ vue.global.js:2519
hook.__weh.hook.__weh @ vue.global.js:5323
flushPostFlushCbs @ vue.global.js:2694
render @ vue.global.js:8973
mount @ vue.global.js:6459
app.mount @ vue.global.js:12539
(匿名) @ app.js:227
vue.global.js:2365 [Vue warn]: Failed to resolve component: video-page
If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.
at <App>
warn$1 @ vue.global.js:2365
resolveAsset @ vue.global.js:5406
resolveComponent @ vue.global.js:5368
render @ VM1109:48
renderComponentRoot @ vue.global.js:6777
componentUpdateFn @ vue.global.js:8363
run @ vue.global.js:620
runIfDirty @ vue.global.js:658
callWithErrorHandling @ vue.global.js:2512
flushJobs @ vue.global.js:2717
Promise.then
queueFlush @ vue.global.js:2631
queueJob @ vue.global.js:2626
effect.scheduler @ vue.global.js:8414
trigger @ vue.global.js:648
endBatch @ vue.global.js:706
notify @ vue.global.js:984
trigger @ vue.global.js:958
set value @ vue.global.js:1876
loadVideos @ app.js:72
await in loadVideos
(匿名) @ app.js:185
(匿名) @ vue.global.js:5343
callWithErrorHandling @ vue.global.js:2512
callWithAsyncErrorHandling @ vue.global.js:2519
hook.__weh.hook.__weh @ vue.global.js:5323
flushPostFlushCbs @ vue.global.js:2694
render @ vue.global.js:8973
mount @ vue.global.js:6459
app.mount @ vue.global.js:12539
(匿名) @ app.js:227
vue.global.js:2365 [Vue warn]: Property "currentView" was accessed during render but is not defined on instance.
at <App>
warn$1 @ vue.global.js:2365
get @ vue.global.js:5658
get @ vue.global.js:5725
render @ VM1109:56
renderComponentRoot @ vue.global.js:6777
componentUpdateFn @ vue.global.js:8363
run @ vue.global.js:620
runIfDirty @ vue.global.js:658
callWithErrorHandling @ vue.global.js:2512
flushJobs @ vue.global.js:2717
Promise.then
queueFlush @ vue.global.js:2631
queueJob @ vue.global.js:2626
effect.scheduler @ vue.global.js:8414
trigger @ vue.global.js:648
endBatch @ vue.global.js:706
notify @ vue.global.js:984
trigger @ vue.global.js:958
set value @ vue.global.js:1876
loadVideos @ app.js:72
await in loadVideos
(匿名) @ app.js:185
(匿名) @ vue.global.js:5343
callWithErrorHandling @ vue.global.js:2512
callWithAsyncErrorHandling @ vue.global.js:2519
hook.__weh.hook.__weh @ vue.global.js:5323
flushPostFlushCbs @ vue.global.js:2694
render @ vue.global.js:8973
mount @ vue.global.js:6459
app.mount @ vue.global.js:12539
(匿名) @ app.js:227
vue.global.js:2365 [Vue warn]: Property "handleUpload" was accessed during render but is not defined on instance.
at <App>
warn$1 @ vue.global.js:2365
get @ vue.global.js:5658
get @ vue.global.js:5725
render @ VM1109:82
renderComponentRoot @ vue.global.js:6777
componentUpdateFn @ vue.global.js:8363
run @ vue.global.js:620
runIfDirty @ vue.global.js:658
callWithErrorHandling @ vue.global.js:2512
flushJobs @ vue.global.js:2717
Promise.then
queueFlush @ vue.global.js:2631
queueJob @ vue.global.js:2626
effect.scheduler @ vue.global.js:8414
trigger @ vue.global.js:648
endBatch @ vue.global.js:706
notify @ vue.global.js:984
trigger @ vue.global.js:958
set value @ vue.global.js:1876
loadVideos @ app.js:72
await in loadVideos
(匿名) @ app.js:185
(匿名) @ vue.global.js:5343
callWithErrorHandling @ vue.global.js:2512
callWithAsyncErrorHandling @ vue.global.js:2519
hook.__weh.hook.__weh @ vue.global.js:5323
flushPostFlushCbs @ vue.global.js:2694
render @ vue.global.js:8973
mount @ vue.global.js:6459
app.mount @ vue.global.js:12539
(匿名) @ app.js:227
vue.global.js:2365 [Vue warn]: Failed to resolve component: video-page
If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.
at <App>
warn$1 @ vue.global.js:2365
resolveAsset @ vue.global.js:5406
resolveComponent @ vue.global.js:5368
render @ VM1109:48
renderComponentRoot @ vue.global.js:6777
componentUpdateFn @ vue.global.js:8363
run @ vue.global.js:620
runIfDirty @ vue.global.js:658
callWithErrorHandling @ vue.global.js:2512
flushJobs @ vue.global.js:2717
Promise.then
queueFlush @ vue.global.js:2631
queueJob @ vue.global.js:2626
effect.scheduler @ vue.global.js:8414
trigger @ vue.global.js:648
endBatch @ vue.global.js:706
notify @ vue.global.js:984
trigger @ vue.global.js:958
set value @ vue.global.js:1876
handleScroll @ app.js:166
vue.global.js:2365 [Vue warn]: Property "currentView" was accessed during render but is not defined on instance.
at <App>
warn$1 @ vue.global.js:2365
get @ vue.global.js:5658
get @ vue.global.js:5725
render @ VM1109:56
renderComponentRoot @ vue.global.js:6777
componentUpdateFn @ vue.global.js:8363
run @ vue.global.js:620
runIfDirty @ vue.global.js:658
callWithErrorHandling @ vue.global.js:2512
flushJobs @ vue.global.js:2717
Promise.then
queueFlush @ vue.global.js:2631
queueJob @ vue.global.js:2626
effect.scheduler @ vue.global.js:8414
trigger @ vue.global.js:648
endBatch @ vue.global.js:706
notify @ vue.global.js:984
trigger @ vue.global.js:958
set value @ vue.global.js:1876
handleScroll @ app.js:166
vue.global.js:2365 [Vue warn]: Property "handleUpload" was accessed during render but is not defined on instance.
at <App>
warn$1 @ vue.global.js:2365
get @ vue.global.js:5658
get @ vue.global.js:5725
render @ VM1109:82
renderComponentRoot @ vue.global.js:6777
componentUpdateFn @ vue.global.js:8363
run @ vue.global.js:620
runIfDirty @ vue.global.js:658
callWithErrorHandling @ vue.global.js:2512
flushJobs @ vue.global.js:2717
Promise.then
queueFlush @ vue.global.js:2631
queueJob @ vue.global.js:2626
effect.scheduler @ vue.global.js:8414
trigger @ vue.global.js:648
endBatch @ vue.global.js:706
notify @ vue.global.js:984
trigger @ vue.global.js:958
set value @ vue.global.js:1876
handleScroll @ app.js:166
有意思(反共指数+0.5%)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels