From f5233339920a59103d53e8efadc6f3f5d0b64f31 Mon Sep 17 00:00:00 2001 From: lixuliang <lixuliang_hd@126.com> Date: 星期三, 08 五月 2024 14:45:37 +0800 Subject: [PATCH] 移动端 --- src/main.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main.js b/src/main.js index aa68505..f5ec70a 100644 --- a/src/main.js +++ b/src/main.js @@ -12,11 +12,12 @@ import animated from "animate.css" import "./js/rem" import vcolorpicker from 'vcolorpicker' -import _GLOBAL from '@/assets/GLOBAL'; +import _GLOBAL from '@/assets/GLOBAL2'; Vue.use(vcolorpicker); Vue.use(animated); window.sgworld = null; window.viewer = null; +window.alpha = 1; Vue.prototype.Layer = vueLayer(Vue); Vue.prototype.$global = _GLOBAL Vue.use(elementUI); -- Gitblit v1.9.3