|
@@ -44,7 +44,8 @@ import hasPermission from '@/utils/hasPermission'
|
|
import vueBus from '@/utils/vueBus';
|
|
import vueBus from '@/utils/vueBus';
|
|
|
|
|
|
import JeecgComponents from '@/components/jeecg/index'
|
|
import JeecgComponents from '@/components/jeecg/index'
|
|
-
|
|
|
|
|
|
+import promiseFinally from 'promise.prototype.finally';
|
|
|
|
+promiseFinally.shim();
|
|
Vue.config.productionTip = false
|
|
Vue.config.productionTip = false
|
|
Vue.use(Storage, config.storageOptions)
|
|
Vue.use(Storage, config.storageOptions)
|
|
Vue.use(Antd)
|
|
Vue.use(Antd)
|