value
2023-08-24 dfce0fb8a38424408ef577984cc590c149b131b1
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,按如下方式声明