pc端商城通过ssr方式部署,访问首页的时候报错:
HierarchyRequestError: Failed to execute 'appendChild' on 'Node': This node type does not support this method. at Object.appendChild (9132235.js:2:53805) at w (9132235.js:2:67300) at y (9132235.js:2:66931) at _ (9132235.js:2:67374) at I (9132235.js:2:70760) at f.__patch__ (9132235.js:2:71130) at t._update (9132235.js:2:47263) at f.r (9132235.js:2:78550) at t.get (9132235.js:2:28548) at new t (9132235.js:2:28461)
9132235.js:2 TypeError: Cannot read properties of undefined (reading '$scopedSlots') at 9132235.js:2:33493 at prepatch (9132235.js:2:34238) at $ (9132235.js:2:69061) at 9132235.js:2:69380 at $ (9132235.js:2:69855) at 9132235.js:2:69380 at $ (9132235.js:2:69855) at f.__patch__ (9132235.js:2:71026) at t._update (9132235.js:2:47246) at f.r (9132235.js:2:78550)
但是在本地通过npm run dev启动,访问时正常的,请问是什么原因呢?

