updated frontend

This commit is contained in:
Marvin Zhang
2021-12-03 15:23:56 +08:00
parent f355996960
commit 81179c94c1
3 changed files with 20 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
window.VUE_APP_API_BASE_URL = '<%= VUE_APP_API_BASE_URL %>'
</script>
<script src="/js/vue3-sfc-loader.js"></script>
<script src="/js/umeng.js"></script>
<style>
#loading-placeholder {
position: fixed;

View File

@@ -0,0 +1,18 @@
(function (w, d, s, q, i) {
w[q] = w[q] || []
var f = d.getElementsByTagName(s)[0], j = d.createElement(s)
j.async = true
j.id = 'beacon-aplus'
j.src = 'https://d.alicdn.com/alilog/mlog/aplus/' + i + '.js'
f.parentNode.insertBefore(j, f)
})(window, document, 'script', 'aplus_queue', '203467608');
(async function () {
//集成应用的appKey
window.aplus_queue.push({
action: 'aplus.setMetaInfo',
arguments: ['appKey', '617b5871e014255fcb618f6f']
})
})()