From 5206e7a4f4c5b71c9ddeccdbbe5e7fba5b3eeb9b Mon Sep 17 00:00:00 2001
From: lixuliang <lixuliang_hd@126.com>
Date: 星期五, 22 三月 2024 01:05:38 +0800
Subject: [PATCH] YOUHAU

---
 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