src/assets/GLOBAL.vue @@ -1,6 +1,8 @@ <script> const layers = []; const alpha = 1; export default { layers, //收集器 alpha, }; </script>