huang_an 1 年間 前
コミット
2360a9d9c2
1 ファイル変更0 行追加2 行削除
  1. 0 2
      src/main.js

+ 0 - 2
src/main.js

@@ -14,7 +14,6 @@ import HeaderTitle from '@/components/header-title';
 import initParentStore from '../qiankun_config/store';
 import elTableInfiniteScroll from 'el-table-infinite-scroll';
 import { create, all } from 'mathjs'; // 引入mathjs工具并初始化
-import authSelection from '@/components/authSelection';
 Vue.use(elTableInfiniteScroll);
 const config = {
   number: 'BigNumber',
@@ -22,7 +21,6 @@ const config = {
 };
 Vue.prototype.$math = create(all, config);
 Vue.component('HeaderTitle', HeaderTitle);
-Vue.component('authSelection', authSelection);
 // // register globally
 import '@/icons';