This commit is contained in:
2024-01-23 15:10:32 +08:00
parent 5a4568a495
commit 8648c0ffb2
2 changed files with 19 additions and 17 deletions

View File

@@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2022-08-22 14:57:50
* @LastEditors: zwq
* @LastEditTime: 2023-06-27 15:48:06
* @LastEditTime: 2024-01-22 10:41:58
* @Description:
-->
<!DOCTYPE html>
@@ -37,7 +37,7 @@
<!-- 开发环境 -->
<% if (process.env.VUE_APP_NODE_ENV === 'dev') { %>
<script>
window.SITE_CONFIG['apiURL'] = 'http://192.168.1.44:8999/ym-spc';
window.SITE_CONFIG['apiURL'] = 'http://192.168.1.65:8080/ym-spc';
//http://demo.open.renren.io/renren-security-server
//http://192.168.1.44:8080/ym-spc
</script>
@@ -57,7 +57,7 @@
<!-- 生产环境 -->
<% if (process.env.VUE_APP_NODE_ENV === 'prod') { %>
<script>
window.SITE_CONFIG['apiURL'] = 'http://192.168.0.102:8999/ym-spc';
window.SITE_CONFIG['apiURL'] = '/spcserver';
</script>
<% } %>
</head>