This commit is contained in:
2022-12-13 16:41:37 +08:00
parent c0a5dbac2d
commit f6b3f2f323
60 changed files with 6404 additions and 742 deletions

View File

@@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2022-08-22 14:57:50
* @LastEditors: zwq
* @LastEditTime: 2022-08-22 15:15:04
* @LastEditTime: 2022-12-13 14:33:51
* @Description:
-->
<!DOCTYPE html>
@@ -37,7 +37,7 @@
<!-- 开发环境 -->
<% if (process.env.VUE_APP_NODE_ENV === 'dev') { %>
<script>
window.SITE_CONFIG['apiURL'] = 'http://192.168.1.74:8080/ym-spc';
window.SITE_CONFIG['apiURL'] = 'http://192.168.1.73:8080/ym-spc';
</script>
<% } %>
<!-- 集成测试环境 -->