#
luxiaotao1123
2022-06-09 f6cf3d3a93a843801d3f71596f4d4ef6015def30
#
2个文件已修改
5 ■■■■■ 已修改文件
static/js/app.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/js/common.js 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/js/app.js
@@ -99,7 +99,7 @@
            // this.renderer.toneMapping = THREE.CineonToneMapping;    // 色调
            this.renderer.setSize(window.innerWidth, window.innerHeight);
            this.renderer.setPixelRatio( window.devicePixelRatio );
            this.renderer.shadowMap.enabled = true;
            // this.renderer.shadowMap.enabled = true;
            this.renderer.shadowMap.type = THREE.BasicShadowMap;
            this.dom = document.getElementById("container");
            this.dom.appendChild(this.renderer.domElement);
static/js/common.js
@@ -1,4 +1,5 @@
var baseUrl = "http://localhost:9090/jkwcs"
// var baseUrl = "http://localhost:9090/jkwcs"
var baseUrl = "http://183.247.194.12:63200/jkwcs"
function CommonFunction() {