This commit is contained in:
lb
2023-06-30 17:05:10 +08:00
parent 257696028b
commit f4be2d1efe
2 changed files with 196 additions and 99 deletions

View File

@@ -59,7 +59,7 @@
<!-- 生产环境 -->
<% if (process.env.VUE_APP_NODE_ENV === 'prod') { %>
<script>
window.SITE_CONFIG['apiURL'] = 'http://localhost:8080/renren-admin';
window.SITE_CONFIG['apiURL'] = 'http://10.196.233.155:8080/pms-am';
</script>
<% } %>
</head>