首页 / 浏览问题 / 三维GIS / 问题详情
iClient3d for WebGL Vue组件页面可以加载,但是不能实现功能
asd
2EXP 2023年07月31日
vue3

iClient3d for WebGL Vue组件使用时遇到一些问题,

1.组件页面可以加载,但是不能实现功能 类似使用

<sm3d-profile></sm3d-profile>
 <sm3d-spatial-query3d></sm3d-spatial-query3d>

________________________________________________________________

2.添加有些组件的时候,页面场景不能加载

<sm3d-shadow-query></sm3d-shadow-query>

<sm3d-point-symbol></sm3d-point-symbol>

1个回答

您好,

您目前具体的vue版本和node版本分别是多少呢?
4,151EXP 2023年07月31日
node  v18.15.0

vue: "^3.2.45"
有报错信息吗?报错信息是怎样的?
<Sm3dViewshed> 加载异常,组件不能使用

Unhandled error during execution of watcher callback
  at <Sm3dViewshed>

<sm3d-profile>  可以加载,不能使用

Failed to load resource: the server responded with a status of 404 (Not Found)
VM279:1 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'toUpperCase')
    at B.fromCssColorString (eval at <anonymous> (Cesium.js:26:5457272), <anonymous>:1:2095300)
    at index.js:1:114055
    at index.js:1:114563

<sm3d-shadow-query> 页面不能加载

[Vue warn]: Unhandled error during execution of setup function
  at <Sm3dShadowQuery>

Uncaught TypeError: o2.timeValue is not iterable
    at index.js:1:85240
    at setup (index.js:1:91337)

<Sm3dPointSymbol>  页面不能加载

[Vue warn]: Unhandled error during execution of setup function
  at <Sm3dPointSymbol>

index.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'data')
...