map.js 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. ;(function(){
  2. var map = {
  3. "commitId": "ec1f0bbb6a99de479c6435be293046a58fc9d981",
  4. "branchName": "release-client-5.17.x",
  5. "buildTime": "2024-02-22 09:12:42 GMT",
  6. "buildVersion": "5.1.1194",
  7. "css": [
  8. "@zoom/client-calendar/static/css/chunk-vendors.974eca6e.css",
  9. "@zoom/client-calendar/static/css/app.a3734104.css"
  10. ],
  11. "js": [
  12. "@zoom/client-calendar/static/js/chunk-vendors.e42446a3.js",
  13. "@zoom/client-calendar/static/js/app.019d343c.js"
  14. ],
  15. "key": "@zoom/client-calendar"
  16. };
  17. var prefix = 'https://dev-integration.zoomdev.us/fe-static/';
  18. map.css && map.css.forEach(function (cssItem) {
  19. var linkTag = document.createElement('link');
  20. var cssURL = prefix + cssItem ;
  21. linkTag.href = cssURL;
  22. linkTag.setAttribute('rel','stylesheet');
  23. document.head.appendChild(linkTag);
  24. });
  25. map.js && map.js.forEach(function (jsItem) {
  26. var scriptTag = document.createElement("script");
  27. var jsURL = prefix + jsItem;
  28. scriptTag.setAttribute("src", jsURL);
  29. document.body.appendChild(scriptTag);
  30. });
  31. window.domainFromServer= "https://dev-integration.zoomdev.us/fe-static/";
  32. })();