This commit is contained in:
sunzhenyu 2020-04-01 17:09:47 +08:00
parent f31f048846
commit 12b4599e39
2 changed files with 0 additions and 8 deletions

View File

@ -85,8 +85,3 @@
"not ie <= 8"
]
}

View File

@ -168,7 +168,6 @@ export function Jl3ddeviceNew(dom,group,token) {
scope.modelmanager.switchmodel.normalPosition = "0";
scope.showmodel = scope.modelmanager.switchmodel.mesh;
// scope.scene.add(scope.showmodel);
console.log(data.normalPosition);
if (data.normalPosition == "0") {
scope.modelmanager.switchmodel.normalPosition = "0";
scope.modelmanager.switchmodel.action.reset();
@ -203,7 +202,6 @@ export function Jl3ddeviceNew(dom,group,token) {
}
this.updateaction = function (data) {
console.log(data);
if (data.type == "SWITCH") {
if (data.normal == "0") {
scope.modelmanager.switchmodel.normalPosition = "0";
@ -273,7 +271,6 @@ export function Jl3ddeviceNew(dom,group,token) {
}
function initstatus(data) {
console.log(data);
if (data._type == "Switch") {
if (data.normalPosition == "0") {
scope.modelmanager.switchmodel.normalPosition = "0";