Skip to content

Commit

Permalink
Update appconfig.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MikesWei authored Jan 23, 2018
1 parent 4d74d21 commit d93507f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appconfig.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var appConfig = {
BaseURL: "/"
BaseURL: "./"
}
window.CESIUM_BASE_URL = appConfig.BaseURL + "ThirdParty/Cesium/";
if (typeof define === "function") {
Expand All @@ -11,4 +11,4 @@ if (typeof define === "function") {
} else {
module.exports = appConfig;
}
window.appConfig = appConfig;
window.appConfig = appConfig;

0 comments on commit d93507f

Please sign in to comment.