add 工厂、产线、工序、物料类型、物料

This commit is contained in:
lb
2023-01-29 10:01:31 +08:00
parent 6dc95fb76a
commit f8f07e00ad
11 changed files with 1010 additions and 1 deletions

View File

@@ -37,7 +37,8 @@
<!-- 开发环境 -->
<% if (process.env.VUE_APP_NODE_ENV === 'dev') { %>
<script>
window.SITE_CONFIG['apiURL'] = 'http://192.168.1.103:8080/pms-am';
// window.SITE_CONFIG['apiURL'] = 'http://192.168.1.103:8080/pms-am';
window.SITE_CONFIG['apiURL'] = 'http://192.168.1.49:8080/pms-am';
</script>
<% } %>
<!-- 集成测试环境 -->