fix: 路由父级的记录改为全局 修复点击选项卡X无法跳转到正确来源的bug
This commit is contained in:
@ -21,6 +21,9 @@ import { Modal } from 'ant-design-vue';
|
||||
import 'ant-design-vue/dist/antd.less';
|
||||
//如果需要使用葡萄城报表 放开代码注释
|
||||
// import { Core } from '@grapecity/activereports';
|
||||
window.fcd = {
|
||||
routeBackMapping: {}
|
||||
};
|
||||
|
||||
async function bootstrap() {
|
||||
const app = createApp(App);
|
||||
|
||||
Reference in New Issue
Block a user