更新模块

This commit is contained in:
‘937886381’
2023-06-21 16:56:28 +08:00
parent 52ad4588d3
commit 9ebd455859
139 changed files with 26302 additions and 196 deletions

View File

@@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2022-08-22 14:57:50
* @LastEditors: zhp
* @LastEditTime: 2023-05-12 14:03:44
* @LastEditTime: 2023-06-21 13:55:38
* @Description:
-->
<!DOCTYPE html>
@@ -38,7 +38,8 @@
<!-- 开发环境 -->
<% if (process.env.VUE_APP_NODE_ENV==='dev' ) { %>
<script>
window.SITE_CONFIG['apiURL'] = 'http://192.168.1.23:8080';
// window.SITE_CONFIG['apiURL'] = 'http://192.168.1.76:8080/ym-pass';
window.SITE_CONFIG['apiURL'] = 'http://192.168.1.23:8080/';
</script>
<% } %>
<!-- 集成测试环境 -->