|
@ -5,7 +5,7 @@ |
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge"> |
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge"> |
|
|
<link rel="shortcut icon" href="<%= BASE_URL %>favicon.ico"> |
|
|
<link rel="shortcut icon" href="<%= BASE_URL %>favicon.ico"> |
|
|
<script type="text/javascript" src="./static/js/js-NSV.js"></script> |
|
|
<script type="text/javascript" src="./static/js/js-NSV.js"></script> |
|
|
<script src="https://cdn.jsdelivr.net/npm/clipboard@2.0.6/dist/clipboard.min.js"></script> |
|
|
|
|
|
|
|
|
|
|
|
<!-- 站点配置 --> |
|
|
<!-- 站点配置 --> |
|
|
<script> |
|
|
<script> |
|
|
window.SITE_CONFIG = {}; |
|
|
window.SITE_CONFIG = {}; |
|
@ -34,20 +34,19 @@ |
|
|
<script> |
|
|
<script> |
|
|
// http://192.168.0.146:9002/huimu-admin' |
|
|
// http://192.168.0.146:9002/huimu-admin' |
|
|
window.SITE_CONFIG['apiURL'] = 'http://192.168.4.24:8036/xiangan-crf'; |
|
|
window.SITE_CONFIG['apiURL'] = 'http://192.168.4.24:8036/xiangan-crf'; |
|
|
</script> |
|
|
|
|
|
|
|
|
</script>q |
|
|
<% } %> |
|
|
<% } %> |
|
|
<% if (process.env.VUE_APP_NODE_ENV === 'dev') { %> |
|
|
<% if (process.env.VUE_APP_NODE_ENV === 'dev') { %> |
|
|
<script> |
|
|
<script> |
|
|
//http://121.36.16.195:9002/huimu-admin/swagger-ui/index.html |
|
|
//http://121.36.16.195:9002/huimu-admin/swagger-ui/index.html |
|
|
// window.SITE_CONFIG['apiURL'] = 'http://192.168.0.167:8036/xiangan-crf'; |
|
|
|
|
|
// window.SITE_CONFIG['apiURL'] = 'http://192.168.2.4:8036/xiangan-crf'; |
|
|
|
|
|
window.SITE_CONFIG['apiURL'] = 'http://47.110.224.240:8036/xiangan-crf'; |
|
|
|
|
|
|
|
|
// window.SITE_CONFIG['apiURL'] = 'http://47.110.224.240:8036/xiangan-crf'; |
|
|
|
|
|
window.SITE_CONFIG['apiURL'] = 'http://192.168.0.167:8036/xiangan-crf'; |
|
|
</script> |
|
|
</script> |
|
|
<% } %> |
|
|
<% } %> |
|
|
<!-- 测试环境 --> |
|
|
<!-- 测试环境 --> |
|
|
<% if (process.env.VUE_APP_NODE_ENV === 'staging') { %> |
|
|
<% if (process.env.VUE_APP_NODE_ENV === 'staging') { %> |
|
|
<script> |
|
|
<script> |
|
|
window.SITE_CONFIG['apiURL'] = 'http://47.110.224.240:8036/xiangan-crf'; |
|
|
|
|
|
|
|
|
window.SITE_CONFIG['apiURL'] = 'http://47.110.224.240:8022/quguang'; |
|
|
</script> |
|
|
</script> |
|
|
<% } %> |
|
|
<% } %> |
|
|
<!-- 生产环境 --> |
|
|
<!-- 生产环境 --> |
|
@ -55,8 +54,7 @@ |
|
|
<script> |
|
|
<script> |
|
|
// https://quguang.huimu.cloud/api/quguang |
|
|
// https://quguang.huimu.cloud/api/quguang |
|
|
// http://192.168.4.109:8022/quguang---温州屈光 |
|
|
// http://192.168.4.109:8022/quguang---温州屈光 |
|
|
// window.SITE_CONFIG['apiURL'] = 'http://10.80.5.32:8031/xiangan-crf'; |
|
|
|
|
|
window.SITE_CONFIG['apiURL'] = 'http://47.110.224.240:8036/xiangan-crf'; |
|
|
|
|
|
|
|
|
window.SITE_CONFIG['apiURL'] = 'http://192.168.4.109:8022/quguang'; |
|
|
</script> |
|
|
</script> |
|
|
<% } %> |
|
|
<% } %> |
|
|
</head> |
|
|
</head> |
|
|