fix 插入图片

This commit is contained in:
赵霄
2023-09-17 18:46:49 +08:00
parent 18bea574ca
commit 50e199c43c
5 changed files with 558 additions and 566 deletions
+2 -2
View File
@@ -13,14 +13,14 @@
<% if (process.env.NODE_ENV === 'development' ) { %>
<script>
window._CONFIG = {
'interfaceUrl': 'http://10.10.10.46:4202',
'interfaceUrl': 'http://139.9.235.66:8184',
};
</script>
<% } %>
<% if (process.env.NODE_ENV === 'production' ) { %>
<script>
window._CONFIG = {
'interfaceUrl': 'https://srms.foton.com.cn',
'interfaceUrl': 'http://laws-sinotruk-server-kmc2c.yf-grp:8080',
};
</script>
<% } %>