Browse Source

feat: 更新SDK

master
jiannibang 3 years ago
parent
commit
da3955e211
  1. 2
      pages/index/VPASSDK-1.2.5.js
  2. 1
      pages/index/config.js
  3. 2
      pages/index/index.js
  4. 3
      project.config.json

2
pages/index/VPASSDK-1.2.4.js → pages/index/VPASSDK-1.2.5.js

File diff suppressed because one or more lines are too long

1
pages/index/config.js

@ -238,4 +238,5 @@ module.exports = {
transfer: 5, // 电梯扶梯点最短触发距离 transfer: 5, // 电梯扶梯点最短触发距离
final: 5, // 终点最短触发距离 final: 5, // 终点最短触发距离
}, },
minTimeQueryServer: 1500,
}; };

2
pages/index/index.js

@ -1,4 +1,4 @@
import * as VPASSDK from "./VPASSDK-1.2.4.js";
import * as VPASSDK from "./VPASSDK-1.2.5.js";
import { createScopedThreejs } from "threejs-miniprogram"; import { createScopedThreejs } from "threejs-miniprogram";
import { registerGLTFLoader } from "../../loader/gltfLoader"; import { registerGLTFLoader } from "../../loader/gltfLoader";
var THREE; var THREE;

3
project.config.json

@ -36,7 +36,8 @@
"showES6CompileOption": false, "showES6CompileOption": false,
"useCompilerPlugins": false, "useCompilerPlugins": false,
"ignoreUploadUnusedFiles": true, "ignoreUploadUnusedFiles": true,
"useStaticServer": true
"useStaticServer": true,
"condition": false
}, },
"compileType": "miniprogram", "compileType": "miniprogram",
"condition": {}, "condition": {},

Loading…
Cancel
Save