add comments

This commit is contained in:
lb
2022-08-02 17:06:11 +08:00
parent edc8a10cc3
commit 0566808861
6 changed files with 17 additions and 15 deletions

View File

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