更新
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user