Skip to content

Commit a3200e7

Browse files
committed
修个Bug
1 parent 01642ce commit a3200e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/Live2d/loadModel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
var LIVE2DCUBISMCORE = Live2DCubismCore
22
//如果资源在CDN,一定要写http://或者https://否则会以本域名请求且为相对路径
33
//模型的model3.json文件路径
4-
var baseModelPath = window.location.href + "/live2d/";
4+
var baseModelPath = "live2d/";
55
var modelPath;
66
//Application全局变量
77
var app = null;

0 commit comments

Comments
 (0)