This commit is contained in:
parent
d48769ef40
commit
9538b97dfe
4
index.js
4
index.js
|
@ -39,7 +39,9 @@ const install = function (Vue,options) {
|
|||
if (install.installed) return;
|
||||
install.installed = true;
|
||||
// 遍历并注册全局组件
|
||||
|
||||
if(options.VUE_APP_BASE_API){
|
||||
window.VUE_APP_BASE_API=options.VUE_APP_BASE_API;
|
||||
}
|
||||
Vue.use(DataDict, {
|
||||
//数据字典元信息
|
||||
metas: {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "erp-element-ui",
|
||||
"version": "1.0.48",
|
||||
"version": "1.0.49",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in New Issue