mirror of
https://github.com/jeecgboot/jeecg-boot.git
synced 2025-09-08 16:17:37 +00:00
Jeecg-Boot 2.1.0 版本发布,Online表单开发&在线代码生成器(迟到的版本)
This commit is contained in:
16
ant-design-vue-jeecg/public/index.html
vendored
16
ant-design-vue-jeecg/public/index.html
vendored
@@ -242,9 +242,10 @@
|
||||
<!-- 全局配置 -->
|
||||
<script>
|
||||
window._CONFIG = {};
|
||||
window._CONFIG['domianURL'] = 'http://localhost:8080/jeecg-boot';
|
||||
window._CONFIG['imgDomainURL'] = 'http://localhost:8080/jeecg-boot/sys/common/view';
|
||||
window._CONFIG['pdfDomainURL'] = 'http://localhost:8080/jeecg-boot/sys/common/pdf/pdfPreviewIframe';
|
||||
window._CONFIG['domianURL'] = 'http://127.0.0.1:8080/jeecg-boot';
|
||||
window._CONFIG['casPrefixUrl'] = 'http://cas.example.org:8443/cas';
|
||||
window._CONFIG['imgDomainURL'] = window._CONFIG['domianURL'] + '/sys/common/view';
|
||||
window._CONFIG['pdfDomainURL'] = window._CONFIG['domianURL'] + '/sys/common/pdf/pdfPreviewIframe';
|
||||
</script>
|
||||
</head>
|
||||
|
||||
@@ -261,15 +262,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- update_begin author:sunjianlei date:20190524 for: 去指定页面的加载动画 -->
|
||||
<script>
|
||||
// 去指定页面的加载动画
|
||||
if (location.href.indexOf('online/desform/pureview') !== -1) {
|
||||
document.getElementById('loader-wrapper').style.display = 'none'
|
||||
}
|
||||
</script>
|
||||
<!-- update_end author:sunjianlei date:20190524 for: 去指定页面的加载动画 -->
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user