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;
|
if (install.installed) return;
|
||||||
install.installed = true;
|
install.installed = true;
|
||||||
// 遍历并注册全局组件
|
// 遍历并注册全局组件
|
||||||
|
if(options.VUE_APP_BASE_API){
|
||||||
|
window.VUE_APP_BASE_API=options.VUE_APP_BASE_API;
|
||||||
|
}
|
||||||
Vue.use(DataDict, {
|
Vue.use(DataDict, {
|
||||||
//数据字典元信息
|
//数据字典元信息
|
||||||
metas: {
|
metas: {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "erp-element-ui",
|
"name": "erp-element-ui",
|
||||||
"version": "1.0.48",
|
"version": "1.0.49",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in New Issue