|
|
@@ -6,7 +6,6 @@
|
|
|
<title>创衡正念企业教练</title>
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
<link rel="shortcut icon" href="<%= BASE_URL %>favicon.ico">
|
|
|
- <script src="https://oss.familydaf.cn/sxsnfile/20260127/5754340b52494bb2a3ab169d34d02be7.js"></script>
|
|
|
<!-- 站点配置 -->
|
|
|
<script>
|
|
|
window.SITE_CONFIG = {};
|
|
|
@@ -36,8 +35,8 @@
|
|
|
<!-- 开发环境 -->
|
|
|
<% if (process.env.VUE_APP_NODE_ENV==='dev' ) { %>
|
|
|
<script>
|
|
|
- window.SITE_CONFIG['apiURL'] = 'https://transcend.ringzle.com/chuangheng-admin';
|
|
|
- // window.SITE_CONFIG['apiURL'] = 'http://172.16.0.3:443/chuangheng-admin';//生产内网地址
|
|
|
+ // window.SITE_CONFIG['apiURL'] = 'https://transcend.ringzle.com/chuangheng-admin';
|
|
|
+ window.SITE_CONFIG['apiURL'] = 'http://172.16.0.3:443/chuangheng-admin';//生产内网地址
|
|
|
// window.SITE_CONFIG['apiURL'] = 'https://wxapp.transcend-intl.cn/chuangheng-admin';
|
|
|
// window.SITE_CONFIG['apiURL'] = 'http://192.168.2.19:9021/chuangheng-admin';
|
|
|
window.SITE_CONFIG['apiURL1'] = 'http://gpu.ringzle.com:8082/iot';
|
|
|
@@ -50,7 +49,7 @@
|
|
|
<!-- 集成测试环境 -->
|
|
|
<% if (process.env.VUE_APP_NODE_ENV==='prod:sit' ) { %>
|
|
|
<script>
|
|
|
- window.SITE_CONFIG['apiURL'] = 'https://transcend.ringzle.com/chuangheng-admin';
|
|
|
+ window.SITE_CONFIG['apiURL'] = 'http://172.16.0.3:443/chuangheng-admin';
|
|
|
// WebSocket地址
|
|
|
window.SITE_CONFIG['socketURL'] = 'ws://gpu.ringzle.com/chuangheng-admin/websocket';
|
|
|
</script>
|
|
|
@@ -58,7 +57,7 @@
|
|
|
<!-- 验收测试环境 -->
|
|
|
<% if (process.env.VUE_APP_NODE_ENV==='prod:uat' ) { %>
|
|
|
<script>
|
|
|
- window.SITE_CONFIG['apiURL'] = 'https://transcend.ringzle.com/chuangheng-admin';
|
|
|
+ window.SITE_CONFIG['apiURL'] = 'http://172.16.0.3:443/chuangheng-admin';
|
|
|
// WebSocket地址
|
|
|
window.SITE_CONFIG['socketURL'] = 'ws://s.ringzle.com/chuangheng-admin/websocket';
|
|
|
</script>
|