feat:新增框架内容

wuyanfu
吴延福 2023-05-23 11:46:06 +08:00
parent 375d511c07
commit d66c99cf90
4 changed files with 5 additions and 5 deletions

View File

@ -18,7 +18,7 @@
"echarts-wordcloud": "^2.1.0", "echarts-wordcloud": "^2.1.0",
"element-ui": "^2.15.13", "element-ui": "^2.15.13",
"file-saver": "^2.0.5", "file-saver": "^2.0.5",
"hbt-common": "0.0.5", "hbt-common": "0.0.6",
"jquery": "^3.6.4", "jquery": "^3.6.4",
"layui-layer": "^1.0.9", "layui-layer": "^1.0.9",
"mockjs": "^1.1.0", "mockjs": "^1.1.0",

View File

@ -4,8 +4,8 @@ import router from './router'
import store from './store' import store from './store'
import ElementUI from 'element-ui'; import ElementUI from 'element-ui';
import 'element-ui/lib/theme-chalk/index.css'; import 'element-ui/lib/theme-chalk/index.css';
import SvgComponent from "hbt-common/components/svg.component.vue" import SvgComponent from "hbt-common/components/common/svg.component.vue"
import EchartsComponent from "hbt-common/components/echarts.component.vue" import EchartsComponent from "hbt-common/components/common/echarts.component.vue"
import "@/assets/common/icons"; import "@/assets/common/icons";
import 'animate.css'; import 'animate.css';
import Mock from "mockjs" import Mock from "mockjs"

View File

@ -6,7 +6,7 @@ interface ActionResult<T> {
/** /**
* message: * message:
*/ */
message: string; msg: string;
/** /**
* data: * data:
*/ */

View File

@ -9,7 +9,7 @@ export default class PlayerUtils{
const player = new acapi.DigitalTwinPlayer(process.env.VUE_APP_PALYER_URL,{ const player = new acapi.DigitalTwinPlayer(process.env.VUE_APP_PALYER_URL,{
domId, domId,
iid, iid,
// reset:true, reset:true,
apiOptions:{ apiOptions:{
onReady: this.onReady, onReady: this.onReady,
onLog: this.onLog, //可选参数,日志输出回调函数 onLog: this.onLog, //可选参数,日志输出回调函数