From fc5ec7167a7d371d2cd945656bb63c7b5267a6c7 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Thu, 18 Apr 2024 15:24:17 +0800
Subject: [PATCH] build:preview

---
 src/main.js |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/main.js b/src/main.js
index 3ab0041..b1b15de 100644
--- a/src/main.js
+++ b/src/main.js
@@ -41,8 +41,6 @@
 import echarts from "echarts";
 
 Vue.prototype.$echarts = echarts;
-Vue.prototype.$USD = allocation.$USD;
-Vue.prototype.$USDT = allocation.$USDT;
 Vue.prototype.$moment = moment;
 // import VueTouch from 'vue-touch'
 Vue.use(Swipe);
@@ -74,7 +72,6 @@
   Vue.filter(key, filters[key]);
 });
 Object.keys(allocation).forEach(key => {
-  console.log(allocation, "====");
   Vue.prototype[key] = allocation[key];
 });
 Vue.prototype.$state = state;

--
Gitblit v1.9.3