From 0cae92b7ed0a080f74df6a30c0d68d2d0b45ec70 Mon Sep 17 00:00:00 2001 From: 少年 <1392120328@qq.com> Date: 星期三, 13 三月 2024 11:32:49 +0800 Subject: [PATCH] Merge branch 'master' of http://103.135.160.14:9034/r/PM20221203225_MobileWeb --- 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