mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
updated frontend
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,3 +8,4 @@ _book/
|
|||||||
*.lock
|
*.lock
|
||||||
vendor/
|
vendor/
|
||||||
.crawlab
|
.crawlab
|
||||||
|
dist/
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
window.VUE_APP_API_BASE_URL = '<%= VUE_APP_API_BASE_URL %>'
|
window.VUE_APP_API_BASE_URL = '<%= VUE_APP_API_BASE_URL %>'
|
||||||
</script>
|
</script>
|
||||||
<script src="/js/vue3-sfc-loader.js"></script>
|
<script src="/js/vue3-sfc-loader.js"></script>
|
||||||
|
<script src="/js/umeng.js"></script>
|
||||||
<style>
|
<style>
|
||||||
#loading-placeholder {
|
#loading-placeholder {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|||||||
18
frontend/public/js/umeng.js
Normal file
18
frontend/public/js/umeng.js
Normal 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']
|
||||||
|
})
|
||||||
|
|
||||||
|
|
||||||
|
})()
|
||||||
Reference in New Issue
Block a user