From dfce0fb8a38424408ef577984cc590c149b131b1 Mon Sep 17 00:00:00 2001 From: value <z1292839451@163.com> Date: 星期四, 24 八月 2023 16:50:30 +0800 Subject: [PATCH] 修改委托 --- src/main.js | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/main.js b/src/main.js index e996df0..4390dd9 100644 --- a/src/main.js +++ b/src/main.js @@ -14,6 +14,11 @@ import store from './store' import router from './router' +//寮曞叆echarts +import echarts from 'echarts' +Vue.prototype.$echarts = echarts + + import '@/icons' // icon import '@/permission' // permission control @@ -36,6 +41,8 @@ return JSON.parse(JSON.stringify(val)) } +Vue.prototype.vueIp = "http://localhost:8080/" + // set ElementUI lang to EN Vue.use(ElementUI, { locale }) // 濡傛灉鎯宠涓枃鐗� element-ui锛屾寜濡備笅鏂瑰紡澹版槑 -- Gitblit v1.9.3