update report-detail

This commit is contained in:
2022-08-22 10:28:58 +08:00
parent 37df2abcc5
commit a30e2e1ae2
3 changed files with 59 additions and 77 deletions

View File

@@ -31,7 +31,7 @@
<!-- 开发环境 -->
<% if (process.env.VUE_APP_NODE_ENV === 'dev') { %>
<script>
window.SITE_CONFIG['apiURL'] = 'http://192.168.1.65:8080';
window.SITE_CONFIG['apiURL'] = 'http://192.168.1.28:8080';
</script>
<% } %>
<!-- 集成测试环境 -->