|
|
@@ -60,7 +60,7 @@ Vue.prototype.$handleInputPublic = handleInputPublic;
|
|
|
|
|
|
Vue.component('DictSelection', DictSelection);
|
|
|
Vue.config.productionTip = false;
|
|
|
- Vue.component('fileMain', fileMain);
|
|
|
+Vue.component('fileMain', fileMain);
|
|
|
// 表单重置
|
|
|
Vue.prototype.resetForm = function resetForm(refName) {
|
|
|
if (this.$refs[refName]) {
|
|
|
@@ -88,7 +88,8 @@ Vue.use(VueClipboard);
|
|
|
let instance = null;
|
|
|
|
|
|
function render(props = {}) {
|
|
|
- const { container, routerBase } = props;
|
|
|
+ const { container, routerBase, parentWindow } = props;
|
|
|
+ window.parentWindow = parentWindow;
|
|
|
|
|
|
// const router = new VueRouter({
|
|
|
// base: window.__POWERED_BY_QIANKUN__ ? routerBase : process.env.BASE_URL,
|