修改数据日志全局组件,并添加自动代码生成模板
This commit is contained in:
@ -14,7 +14,7 @@ import { setupStore } from '/@/store';
|
||||
import { setupGlobDirectives } from '/@/directives';
|
||||
import { setupI18n } from '/@/locales/setupI18n';
|
||||
import { registerGlobComp } from '/@/components/registerGlobComp';
|
||||
import DataLog from '/@/views/mdm/Bank/components/DataLog.vue';
|
||||
|
||||
import axios from 'axios';
|
||||
import VueGridLayout from 'vue-grid-layout';
|
||||
import Antd from 'ant-design-vue';
|
||||
@ -74,7 +74,6 @@ async function bootstrap() {
|
||||
app.use(Antd);
|
||||
|
||||
app.use(VueGridLayout);
|
||||
app.component('DataLog', DataLog);
|
||||
|
||||
//如果需要使用葡萄城报表 放开代码注释
|
||||
//这里是viewer的key
|
||||
|
||||
Reference in New Issue
Block a user