|
@@ -242,26 +242,6 @@
|
|
|
<!-- 全局配置 -->
|
|
<!-- 全局配置 -->
|
|
|
<script>
|
|
<script>
|
|
|
window._CONFIG = {};
|
|
window._CONFIG = {};
|
|
|
- //本地
|
|
|
|
|
- window._CONFIG['domianURL'] = 'http://127.0.0.1:9999';
|
|
|
|
|
- //测试
|
|
|
|
|
- // window._CONFIG['domianURL'] = 'https://dlw.dal-pay.com/admin';
|
|
|
|
|
- //正式服
|
|
|
|
|
- // window._CONFIG['domianURL'] = 'https://hlw.dal-pay.com/admin';
|
|
|
|
|
- //ip地址
|
|
|
|
|
- window._CONFIG['domianIp'] = 'http://127.0.0.1';
|
|
|
|
|
- //ip地址-测试
|
|
|
|
|
- // window._CONFIG['domianIp'] = 'http://124.71.158.86';
|
|
|
|
|
- //ip地址-正式服
|
|
|
|
|
- // window._CONFIG['domianIp'] = 'http://124.71.173.136';
|
|
|
|
|
- window._CONFIG['casPrefixUrl'] = 'http://cas.example.org:8443/cas';
|
|
|
|
|
- window._CONFIG['onlinePreviewDomainURL'] = 'http://fileview.jeecg.com/onlinePreview'
|
|
|
|
|
- window._CONFIG['staticDomainURL'] = window._CONFIG['domianURL'] + '/sys/common/static';
|
|
|
|
|
- window._CONFIG['pdfDomainURL'] = window._CONFIG['domianURL'] + '/sys/common/pdf/pdfPreviewIframe';
|
|
|
|
|
- <!-- oss路径 -->
|
|
|
|
|
- window._CONFIG['imgDomainOssURL'] = 'https://happyworktest.oss-cn-shanghai.aliyuncs.com';
|
|
|
|
|
- <!-- oss路径正式服 -->
|
|
|
|
|
- // window._CONFIG['imgDomainOssURL'] = 'https://happywisdom.oss-cn-shanghai.aliyuncs.com';
|
|
|
|
|
</script>
|
|
</script>
|
|
|
</head>
|
|
</head>
|
|
|
|
|
|