|
@@ -3,75 +3,79 @@ import './assets/common.css';
|
|
|
import './assets/common1.css';
|
|
import './assets/common1.css';
|
|
|
import $ from 'jquery';
|
|
import $ from 'jquery';
|
|
|
|
|
|
|
|
-import store from './store/index.js';
|
|
|
|
|
|
|
+import downloadStore from './store/modules/downloadStore.js';
|
|
|
|
|
|
|
|
import langZhCn from './locales/zh-CN.json';
|
|
import langZhCn from './locales/zh-CN.json';
|
|
|
import langEnUs from './locales/en-US.json';
|
|
import langEnUs from './locales/en-US.json';
|
|
|
|
|
|
|
|
-import Login from './client/Login.vue';
|
|
|
|
|
-import Desktop from './client/Desktop.vue';
|
|
|
|
|
-import { LowcodePage } from './lowcode/LowcodePage';
|
|
|
|
|
|
|
+import Common from './common/Common.js';
|
|
|
|
|
+
|
|
|
|
|
+import App from './App.vue';
|
|
|
|
|
|
|
|
window.CRUDId = -2147483640;
|
|
window.CRUDId = -2147483640;
|
|
|
|
|
|
|
|
-const Dashboard = () => import(/* webpackChunkName: "component-1" */ './dashboard/Dashboard.vue');
|
|
|
|
|
-const Window = () => import(/* webpackChunkName: "component-2" */ './window/Window.vue');
|
|
|
|
|
|
|
|
|
|
-const SheetWindow = () => import(/* webpackChunkName: "component-3" */ './sheetWindow/SheetWindow.vue');
|
|
|
|
|
-const TabFormEdit = () => import(/* webpackChunkName: "component-4" */ './window/tabFormView/TabFormEdit.vue');
|
|
|
|
|
-const TabFormView = () => import(/* webpackChunkName: "component-5" */ './window/tabFormView/TabFormView.vue');
|
|
|
|
|
-const AttributeEditPanel = () => import(/* webpackChunkName: "component-6" */ './window/attribute/AttributeEditPanel.vue');
|
|
|
|
|
-const TabAudit = () => import(/* webpackChunkName: "component-8" */ './window/tabView/TabAudit.vue');
|
|
|
|
|
-const Approve = () => import(/* webpackChunkName: "component-9" */ './workflow/Approve.vue');
|
|
|
|
|
-const RoleCurdField = () => import(/* webpackChunkName: "component-18" */ './role/RoleCurdField.vue');
|
|
|
|
|
-const RoleCurdFieldTab = () => import(/* webpackChunkName: "component-19" */ './role/RoleCurdFieldTab.vue');
|
|
|
|
|
-const TabDataSort = () => import(/* webpackChunkName: "component-21" */ './customer/TabDataSort.vue');
|
|
|
|
|
-const WorkflowEdit = () => import(/* webpackChunkName: "component-22" */ './workflow/WorkflowEdit.vue');
|
|
|
|
|
-const DataImportPanel = () => import(/* webpackChunkName: "component-23" */ './customer/DataImportPanel.vue');
|
|
|
|
|
-const Notification = () => import(/* webpackChunkName: "component-25" */ './client/Notification.vue');
|
|
|
|
|
-const SingleNotification = () => import(/* webpackChunkName: "component-26" */ './client/SingleNotification.vue');
|
|
|
|
|
-const GenerateDocumentTool = () => import(/* webpackChunkName: "component-27" */ './customer/GenerateDocumentTool.vue');
|
|
|
|
|
-const UserParameters = () => import(/* webpackChunkName: "component-28" */ './client/UserParameters.vue');
|
|
|
|
|
-const OrganizationEditPanel = () => import(/* webpackChunkName: "component-29" */ './client/OrganizationEditPanel.vue');
|
|
|
|
|
-const BarCodeEdit = () => import(/* webpackChunkName: "component-30" */ './customer/BarCodeEdit.vue');
|
|
|
|
|
-const Archive = () => import(/* webpackChunkName: "component-31" */ './client/Archive.vue');
|
|
|
|
|
-const UserSearch = () => import(/* webpackChunkName: "component-34" */ './customer/UserSearch.vue');
|
|
|
|
|
-const Monitor = () => import(/* webpackChunkName: "component-35" */ './customer/Monitor.vue');
|
|
|
|
|
-const BatchUpdateField = () => import(/* webpackChunkName: "component-36" */ './customer/BatchUpdateField.vue');
|
|
|
|
|
-const ActivitiAdmin = () => import(/* webpackChunkName: "component-38" */ './workflow/ActivitiAdmin.vue');
|
|
|
|
|
-const DocManagement = () => import(/* webpackChunkName: "component-39" */ './workflow/DocManagement.vue');
|
|
|
|
|
-const PrintPage = () => import(/* webpackChunkName: "component-49" */ './customer/PrintPage.vue');
|
|
|
|
|
-const NotFound = () => import(/* webpackChunkName: "component-50" */ './client/NotFound.vue');
|
|
|
|
|
-const Camera = () => import(/* webpackChunkName: "component-51" */ './widget/Camera.vue');
|
|
|
|
|
-const Cropper = () => import(/* webpackChunkName: "component-52" */ './widget/Cropper.vue');
|
|
|
|
|
-const WebSocketCapture = () => import(/* webpackChunkName: "component-53" */ './widget/WebSocketCapture.vue');
|
|
|
|
|
-const WebRtcCapture = () => import(/* webpackChunkName: "component-54" */ './widget/WebRtcCapture.vue');
|
|
|
|
|
-const InfoWindowPage = () => import(/* webpackChunkName: "component-57" */ './info/InfoWindowPage.vue');
|
|
|
|
|
-const TaskProcessManagement = () => import(/* webpackChunkName: "component-58" */ './workflow/TaskProcessManagement.vue');
|
|
|
|
|
-const ExecutionList = () => import(/* webpackChunkName: "component-59" */ './workflow/ExecutionList.vue');
|
|
|
|
|
-const NoRole = () => import(/* webpackChunkName: "component-60" */ './role/NoRole.vue');
|
|
|
|
|
-const PrivacyStatement = () => import(/* webpackChunkName: "component-test-62" */ './confirm/privacy-statement.vue');
|
|
|
|
|
-const StudyVideo = () => import(/* webpackChunkName: "component-test-63" */ './confirm/StudyVideo.vue');
|
|
|
|
|
-const ResetPassword = () => import(/* webpackChunkName: "component-test-64" */ './confirm/ResetPassword.vue');
|
|
|
|
|
-const PdfPrint = () => import(/* webpackChunkName: "component-test-66" */ './confirm/PdfPrint.vue');
|
|
|
|
|
-const RetrievePassword = () => import(/* webpackChunkName: "component-test-67" */ './client/RetrievePassword.vue');
|
|
|
|
|
-const KnowledgeTrain1 = () => import(/* webpackChunkName: "component-test-68" */ './confirm/KnowledgeTrain1.vue');
|
|
|
|
|
-const KnowledgeTrainAnswer = () => import(/* webpackChunkName: "component-test-69" */ './confirm/KnowledgeTrainAnswer.vue');
|
|
|
|
|
-const ReportApprove = () => import(/* webpackChunkName: "component-71" */ './workflow/ReportApprove.vue');
|
|
|
|
|
-const ExcelReport = () => import(/* webpackChunkName: "component-72" */ './client/ExcelReport.vue');
|
|
|
|
|
-const DateExcelReport = () => import(/* webpackChunkName: "component-73" */ './client/DateExcelReport.vue');
|
|
|
|
|
-const DelegationReport = () => import(/* webpackChunkName: "component-74" */ './client/DelegationReport.vue');
|
|
|
|
|
|
|
|
|
|
-const ContainerLayout = () => import(/* webpackChunkName: "component-test-1" */ '../test/ContainerLayout.vue');
|
|
|
|
|
-const DynamicImport = () => import(/* webpackChunkName: "component-test-2" */ '../test/DynamicImport.vue');
|
|
|
|
|
-const Test = () => import(/* webpackChunkName: "component-test-4" */ '../test/Test.vue');
|
|
|
|
|
-const Training = () => import(/* webpackChunkName: "component-test-5" */ '../test/Training.vue');
|
|
|
|
|
|
|
+
|
|
|
|
|
+import Login from './client/Login.vue';
|
|
|
|
|
+import Desktop from './client/Desktop.vue';
|
|
|
|
|
+import LowcodePage from './lowcode/LowcodePage';
|
|
|
|
|
+import Dashboard from './dashboard/Dashboard.vue';
|
|
|
|
|
+import Window from './window/Window.vue';
|
|
|
|
|
+import SheetWindow from './sheetWindow/SheetWindow.vue';
|
|
|
|
|
+import TabFormEdit from './window/tabFormView/TabFormEdit.vue';
|
|
|
|
|
+import TabFormView from './window/tabFormView/TabFormView.vue';
|
|
|
|
|
+import AttributeEditPanel from './window/attribute/AttributeEditPanel.vue';
|
|
|
|
|
+import TabAudit from './window/tabView/TabAudit.vue';
|
|
|
|
|
+import Approve from './workflow/Approve.vue';
|
|
|
|
|
+import RoleCurdField from './role/RoleCurdField.vue';
|
|
|
|
|
+import RoleCurdFieldTab from './role/RoleCurdFieldTab.vue';
|
|
|
|
|
+import TabDataSort from './customer/TabDataSort.vue';
|
|
|
|
|
+import WorkflowEdit from './workflow/WorkflowEdit.vue';
|
|
|
|
|
+import DataImportPanel from './customer/DataImportPanel.vue';
|
|
|
|
|
+import Notification from './client/Notification.vue';
|
|
|
|
|
+import SingleNotification from './client/SingleNotification.vue';
|
|
|
|
|
+import GenerateDocumentTool from './customer/GenerateDocumentTool.vue';
|
|
|
|
|
+import UserParameters from './client/UserParameters.vue';
|
|
|
|
|
+import OrganizationEditPanel from './client/OrganizationEditPanel.vue';
|
|
|
|
|
+import BarCodeEdit from './customer/BarCodeEdit.vue';
|
|
|
|
|
+import Archive from './client/Archive.vue';
|
|
|
|
|
+import UserSearch from './customer/UserSearch.vue';
|
|
|
|
|
+import Monitor from './customer/Monitor.vue';
|
|
|
|
|
+import BatchUpdateField from './customer/BatchUpdateField.vue';
|
|
|
|
|
+import ActivitiAdmin from './workflow/ActivitiAdmin.vue';
|
|
|
|
|
+import DocManagement from './workflow/DocManagement.vue';
|
|
|
|
|
+import PrintPage from './customer/PrintPage.vue';
|
|
|
|
|
+import NotFound from './client/NotFound.vue';
|
|
|
|
|
+import Camera from './widget/Camera.vue';
|
|
|
|
|
+import Cropper from './widget/Cropper.vue';
|
|
|
|
|
+import WebSocketCapture from './widget/WebSocketCapture.vue';
|
|
|
|
|
+import WebRtcCapture from './widget/WebRtcCapture.vue';
|
|
|
|
|
+import InfoWindowPage from './info/InfoWindowPage.vue';
|
|
|
|
|
+import TaskProcessManagement from './workflow/TaskProcessManagement.vue';
|
|
|
|
|
+import ExecutionList from './workflow/ExecutionList.vue';
|
|
|
|
|
+import NoRole from './role/NoRole.vue';
|
|
|
|
|
+import PrivacyStatement from './confirm/privacy-statement.vue';
|
|
|
|
|
+import StudyVideo from './confirm/StudyVideo.vue';
|
|
|
|
|
+import ResetPassword from './confirm/ResetPassword.vue';
|
|
|
|
|
+import PdfPrint from './confirm/PdfPrint.vue';
|
|
|
|
|
+import RetrievePassword from './client/RetrievePassword.vue';
|
|
|
|
|
+import KnowledgeTrain1 from './confirm/KnowledgeTrain1.vue';
|
|
|
|
|
+import KnowledgeTrainAnswer from './confirm/KnowledgeTrainAnswer.vue';
|
|
|
|
|
+import ReportApprove from './workflow/ReportApprove.vue';
|
|
|
|
|
+import ExcelReport from './client/ExcelReport.vue';
|
|
|
|
|
+import DateExcelReport from './client/DateExcelReport.vue';
|
|
|
|
|
+import DelegationReport from './client/DelegationReport.vue';
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|
export {
|
|
export {
|
|
|
- store,
|
|
|
|
|
|
|
+ App,
|
|
|
|
|
+ downloadStore,
|
|
|
langZhCn,
|
|
langZhCn,
|
|
|
langEnUs,
|
|
langEnUs,
|
|
|
|
|
+ Common,
|
|
|
|
|
+
|
|
|
Login,
|
|
Login,
|
|
|
Desktop,
|
|
Desktop,
|
|
|
LowcodePage,
|
|
LowcodePage,
|