From aaee2aa047e856141dce84c5d3f1cd16d9a00dcd Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 18 三月 2020 15:10:16 +0800 Subject: [PATCH] 2020-03-18 --- src/tabviews/commontable/index.jsx | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/tabviews/commontable/index.jsx b/src/tabviews/commontable/index.jsx index 921a207..0c235d6 100644 --- a/src/tabviews/commontable/index.jsx +++ b/src/tabviews/commontable/index.jsx @@ -9,18 +9,16 @@ import zhCN from '@/locales/zh-CN/main.js' import enUS from '@/locales/en-US/main.js' import Utils from '@/utils/utils.js' -// import asyncComponent from '@/utils/asyncComponent' import asyncLoadComponent from '@/utils/asyncLoadComponent' import {refreshTabView, modifyTabview} from '@/store/action' -import MainTable from '@/tabviews/tableshare/normalTable' -import MainAction from '@/tabviews/tableshare/actionList' -import VerifyCard from '@/tabviews/tableshare/verifycard' -import MainSearch from '@/tabviews/tableshare/topSearch' +import MainTable from '@/tabviews/zshare/normalTable' +import MainAction from '@/tabviews/zshare/actionList' +import VerifyCard from '@/tabviews/zshare/verifycard' +import MainSearch from '@/tabviews/zshare/topSearch' import NotFount from '@/components/404' import './index.scss' -// const MainAction = asyncComponent(() => import('@/tabviews/tableshare/actionList')) const SubTable = asyncLoadComponent(() => import('@/tabviews/subtable')) const SubTabTable = asyncLoadComponent(() => import('@/tabviews/subtabtable')) const FormTab = asyncLoadComponent(() => import('@/tabviews/formtab')) -- Gitblit v1.8.0