[update app] 增加打包APP命令

This commit is contained in:
danshihao
2024-05-30 15:04:42 +08:00
parent b495205f16
commit c8a1f0b36b
7 changed files with 27 additions and 4 deletions
+4
View File
@@ -9,6 +9,10 @@
<!--<link rel="icon" href="<%= BASE_URL %>logo.png">-->
<script src="<%= BASE_URL %>cdn/babel-polyfill/polyfill_7_2_5.js"></script>
<script src="<%= BASE_URL %>api_address_config.js"></script>
<!-- 打包app的接口 -->
<% if (process.env.VUE_APP_IS_APP === 'true' ) { %>
<script src="<%= BASE_URL %>app_api_address_config.js"></script>
<% } %>
<style>
html,
body,