diff --git a/views/DepositInterestTrial/CountResult.vue b/views/DepositInterestTrial/CountResult.vue deleted file mode 100644 index 9711a15efda013d3b358879a24d2431b2b9d90b0..0000000000000000000000000000000000000000 --- a/views/DepositInterestTrial/CountResult.vue +++ /dev/null @@ -1,153 +0,0 @@ - - - - - - diff --git a/views/DepositInterestTrial/CountResultB.vue b/views/DepositInterestTrial/CountResultB.vue deleted file mode 100644 index d2d968fb558195843b4a370095ad5a0ee432f2a2..0000000000000000000000000000000000000000 --- a/views/DepositInterestTrial/CountResultB.vue +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - diff --git a/views/DepositInterestTrial/DepositInterestTrial.vue b/views/DepositInterestTrial/DepositInterestTrial.vue deleted file mode 100644 index 890f52f3dc999805189bf553dc00ecd8349ef590..0000000000000000000000000000000000000000 --- a/views/DepositInterestTrial/DepositInterestTrial.vue +++ /dev/null @@ -1,390 +0,0 @@ - - - - - - diff --git a/views/DepositInterestTrial/DepositRate.vue b/views/DepositInterestTrial/DepositRate.vue deleted file mode 100644 index 92e323340e14f7b14e70ceb1c221ac238eaf8d06..0000000000000000000000000000000000000000 --- a/views/DepositInterestTrial/DepositRate.vue +++ /dev/null @@ -1,107 +0,0 @@ -/** -* @Author wangliang -* @date 20220825 -*/ - - - - - diff --git a/views/DepositInterestTrial/LoanTrial.vue b/views/DepositInterestTrial/LoanTrial.vue deleted file mode 100644 index c25c8b97ed910f12473f4d5b916552fa5f4c7abb..0000000000000000000000000000000000000000 --- a/views/DepositInterestTrial/LoanTrial.vue +++ /dev/null @@ -1,80 +0,0 @@ - - - - - diff --git a/views/DepositInterestTrial/RepayPlan.vue b/views/DepositInterestTrial/RepayPlan.vue deleted file mode 100644 index 5246759c9cb81a73cfbcfedac0d39f6491bcfd6d..0000000000000000000000000000000000000000 --- a/views/DepositInterestTrial/RepayPlan.vue +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - diff --git a/views/DepositInterestTrial/Test.ts b/views/DepositInterestTrial/Test.ts deleted file mode 100644 index 8b6ea4b565b42fa323fce6230b0f39da98f57be7..0000000000000000000000000000000000000000 --- a/views/DepositInterestTrial/Test.ts +++ /dev/null @@ -1,28 +0,0 @@ -export class Test { - depositAmt: string; //存款金额 - yearRate: string; - putDate: string; - getDate: string; - saveType: string | undefined; - timeType: string | undefined; - time: string | undefined; - constructor( - options: { - depositAmt?: string; - yearRate?: string; - putDate?: string; - getDate?: string; - saveType?: string | undefined; - timeType?: string | undefined; - time?: string | undefined; - } = {} - ) { - this.depositAmt = options.depositAmt || ""; - this.yearRate = options.yearRate || ""; - this.putDate = options.putDate || ""; - this.getDate = options.getDate || ""; - this.saveType = options.saveType; - this.timeType = options.timeType; - this.time = options.time; - } -} diff --git a/views/ManageMoneyProduct/ManageMoneyProduct.vue b/views/ManageMoneyProduct/ManageMoneyProduct.vue deleted file mode 100644 index b1a02c30d069bcbf65300d9f8533198f31c05e44..0000000000000000000000000000000000000000 --- a/views/ManageMoneyProduct/ManageMoneyProduct.vue +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - diff --git a/views/ManageMoneyProduct/ManageProductDetail.vue b/views/ManageMoneyProduct/ManageProductDetail.vue deleted file mode 100644 index b14a01d1853e632e2b8dddc530c90e66e5cbb892..0000000000000000000000000000000000000000 --- a/views/ManageMoneyProduct/ManageProductDetail.vue +++ /dev/null @@ -1,252 +0,0 @@ - - - - - - diff --git a/views/MyView/LevelSent.vue b/views/MyView/LevelSent.vue deleted file mode 100644 index 907ef0c4ca105c536f6a3f2de8df82e69f6f53ed..0000000000000000000000000000000000000000 --- a/views/MyView/LevelSent.vue +++ /dev/null @@ -1,297 +0,0 @@ - - - - diff --git a/views/MyView/MyPage.vue b/views/MyView/MyPage.vue deleted file mode 100644 index 7edc9d09c39d6f93544116a8b897cdb89750dd5c..0000000000000000000000000000000000000000 --- a/views/MyView/MyPage.vue +++ /dev/null @@ -1,153 +0,0 @@ - - - - diff --git a/views/ProductDetail/ProductDetails.vue b/views/ProductDetail/ProductDetails.vue deleted file mode 100644 index 033fe925416c9b56b09e3414047dcbea5cfd3524..0000000000000000000000000000000000000000 --- a/views/ProductDetail/ProductDetails.vue +++ /dev/null @@ -1,74 +0,0 @@ - - - - diff --git a/views/SelfHelpLoan/ApplyResult.vue b/views/SelfHelpLoan/ApplyResult.vue deleted file mode 100644 index cb35754e91d2f02a673b214fa53583edf3041648..0000000000000000000000000000000000000000 --- a/views/SelfHelpLoan/ApplyResult.vue +++ /dev/null @@ -1,45 +0,0 @@ - - - - - diff --git a/views/SelfHelpLoan/SelfHelpLoan.vue b/views/SelfHelpLoan/SelfHelpLoan.vue deleted file mode 100644 index 2cd02eb303479fbb95d66229a83606bcfec66e85..0000000000000000000000000000000000000000 --- a/views/SelfHelpLoan/SelfHelpLoan.vue +++ /dev/null @@ -1,313 +0,0 @@ - - - - - - diff --git a/views/authentication/LoginByID.vue b/views/authentication/LoginByID.vue deleted file mode 100644 index e5f9511a55f4f468907ac4576d497c95c21eb6b1..0000000000000000000000000000000000000000 --- a/views/authentication/LoginByID.vue +++ /dev/null @@ -1,272 +0,0 @@ - - - - diff --git a/views/authentication/LoginView.vue b/views/authentication/LoginView.vue deleted file mode 100644 index 63e9e2ca59fc2fe33e6036850782d860d5aacadc..0000000000000000000000000000000000000000 --- a/views/authentication/LoginView.vue +++ /dev/null @@ -1,302 +0,0 @@ - - - - diff --git a/views/customer-mgt/AddUserView.vue b/views/customer-mgt/AddUserView.vue deleted file mode 100644 index e19d32c4c035df723960e87216c2459a8d9e0505..0000000000000000000000000000000000000000 --- a/views/customer-mgt/AddUserView.vue +++ /dev/null @@ -1,126 +0,0 @@ - - - - - diff --git a/views/customer-mgt/CompanyDetails.vue b/views/customer-mgt/CompanyDetails.vue deleted file mode 100644 index 4f701ea30ddbf46a4f01cedfb983895ddb510c10..0000000000000000000000000000000000000000 --- a/views/customer-mgt/CompanyDetails.vue +++ /dev/null @@ -1,939 +0,0 @@ - - - - - diff --git a/views/customer-mgt/CustomerMgtView.vue b/views/customer-mgt/CustomerMgtView.vue deleted file mode 100644 index 2974e6b23141348497b62fefc81e9606745682a5..0000000000000000000000000000000000000000 --- a/views/customer-mgt/CustomerMgtView.vue +++ /dev/null @@ -1,356 +0,0 @@ - - - - diff --git a/views/customer-mgt/EnterpriseMarketTimeLine.vue b/views/customer-mgt/EnterpriseMarketTimeLine.vue deleted file mode 100644 index c5a8bb67646cc3353b7eae66368d57f9474e0b75..0000000000000000000000000000000000000000 --- a/views/customer-mgt/EnterpriseMarketTimeLine.vue +++ /dev/null @@ -1,88 +0,0 @@ - - - - - diff --git a/views/customer-mgt/EnterpriseTimeline.vue b/views/customer-mgt/EnterpriseTimeline.vue deleted file mode 100644 index 9803fe59c636ce21dbce483e4652c6327868960e..0000000000000000000000000000000000000000 --- a/views/customer-mgt/EnterpriseTimeline.vue +++ /dev/null @@ -1,88 +0,0 @@ - - - - - diff --git a/views/customer-mgt/PersonalDetails.vue b/views/customer-mgt/PersonalDetails.vue deleted file mode 100644 index 467332779ee7d3e48119a2c9db7ae4fbad4ace1e..0000000000000000000000000000000000000000 --- a/views/customer-mgt/PersonalDetails.vue +++ /dev/null @@ -1,870 +0,0 @@ - - - - - diff --git a/views/customer-mgt/PersonalMgtView.vue b/views/customer-mgt/PersonalMgtView.vue deleted file mode 100644 index ff565892ecc8558e7c99a5d0caf7d5225b67f085..0000000000000000000000000000000000000000 --- a/views/customer-mgt/PersonalMgtView.vue +++ /dev/null @@ -1,674 +0,0 @@ - - - - diff --git a/views/customer-mgt/customer-info/Detail/AnnouncementInformationDetail.vue b/views/customer-mgt/customer-info/Detail/AnnouncementInformationDetail.vue deleted file mode 100644 index 0a002ff80b5337c690c542f39c301ee2083330f4..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/Detail/AnnouncementInformationDetail.vue +++ /dev/null @@ -1,102 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/Detail/CaseFlowInformationDetail.vue b/views/customer-mgt/customer-info/Detail/CaseFlowInformationDetail.vue deleted file mode 100644 index 30a1805832268535181ee29c034f0114c89233b2..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/Detail/CaseFlowInformationDetail.vue +++ /dev/null @@ -1,112 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/Detail/ExposureTableInformationDetail.vue b/views/customer-mgt/customer-info/Detail/ExposureTableInformationDetail.vue deleted file mode 100644 index 7406b484db987a91ac81aeedd7689e303ef909f6..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/Detail/ExposureTableInformationDetail.vue +++ /dev/null @@ -1,107 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/Detail/FYGGDetail.vue b/views/customer-mgt/customer-info/Detail/FYGGDetail.vue deleted file mode 100644 index f9044d446c262fd490af7a048b18cff3de4ab542..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/Detail/FYGGDetail.vue +++ /dev/null @@ -1,101 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/Detail/InformationOfThePersonSubjectToExecutionDetail.vue b/views/customer-mgt/customer-info/Detail/InformationOfThePersonSubjectToExecutionDetail.vue deleted file mode 100644 index beed36c808d76fb7dc3ab8c8b9e52ff034e983ae..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/Detail/InformationOfThePersonSubjectToExecutionDetail.vue +++ /dev/null @@ -1,104 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/Detail/InformationOfUntrustworthyPersonSubjectToEnforcementDetail.vue b/views/customer-mgt/customer-info/Detail/InformationOfUntrustworthyPersonSubjectToEnforcementDetail.vue deleted file mode 100644 index 702be231c4ce5c18323267a26ad4e5c1e10f465c..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/Detail/InformationOfUntrustworthyPersonSubjectToEnforcementDetail.vue +++ /dev/null @@ -1,110 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/Detail/JudgmentDetail.vue b/views/customer-mgt/customer-info/Detail/JudgmentDetail.vue deleted file mode 100644 index 2a43147650211c3db9d3aa564e6d28dbf029a1a9..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/Detail/JudgmentDetail.vue +++ /dev/null @@ -1,121 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/Detail/JudicialFrozenDeductionInformationDetail.vue b/views/customer-mgt/customer-info/Detail/JudicialFrozenDeductionInformationDetail.vue deleted file mode 100644 index d09dc97d25557f2b6657670c677a7c9004a426c8..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/Detail/JudicialFrozenDeductionInformationDetail.vue +++ /dev/null @@ -1,114 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/Operating-risk-information/CFXXList.vue b/views/customer-mgt/customer-info/Operating-risk-information/CFXXList.vue deleted file mode 100644 index 126707c8f7398798211b30c7af19b382bd22e125..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/Operating-risk-information/CFXXList.vue +++ /dev/null @@ -1,230 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/Operating-risk-information/CaseProcess.vue b/views/customer-mgt/customer-info/Operating-risk-information/CaseProcess.vue deleted file mode 100644 index c2f8e4a87d2b4915f738457e6e1a5b074647cc8f..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/Operating-risk-information/CaseProcess.vue +++ /dev/null @@ -1,36 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/Operating-risk-information/ClearInformation.vue b/views/customer-mgt/customer-info/Operating-risk-information/ClearInformation.vue deleted file mode 100644 index ddd9a5487cf8f5974bd947066ed8fcd0cad17f35..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/Operating-risk-information/ClearInformation.vue +++ /dev/null @@ -1,109 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/Operating-risk-information/CourtAnnouncement.vue b/views/customer-mgt/customer-info/Operating-risk-information/CourtAnnouncement.vue deleted file mode 100644 index f59ddaefdad8ccaf934ca81f658b944cf0f6e316..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/Operating-risk-information/CourtAnnouncement.vue +++ /dev/null @@ -1,36 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/Operating-risk-information/ExecutedPerson.vue b/views/customer-mgt/customer-info/Operating-risk-information/ExecutedPerson.vue deleted file mode 100644 index af33f9d2aa860574d67ec26f6bd6f68ada6c567c..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/Operating-risk-information/ExecutedPerson.vue +++ /dev/null @@ -1,47 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/Operating-risk-information/ExposureTable.vue b/views/customer-mgt/customer-info/Operating-risk-information/ExposureTable.vue deleted file mode 100644 index 0421a1d83d578fd9be2b5054fed8cf28dc317ecb..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/Operating-risk-information/ExposureTable.vue +++ /dev/null @@ -1,36 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/Operating-risk-information/FYGGList.vue b/views/customer-mgt/customer-info/Operating-risk-information/FYGGList.vue deleted file mode 100644 index 48b1a8e882fffd7ce2461dde840ecbc3d3fb4dc1..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/Operating-risk-information/FYGGList.vue +++ /dev/null @@ -1,110 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/Operating-risk-information/Judgment.vue b/views/customer-mgt/customer-info/Operating-risk-information/Judgment.vue deleted file mode 100644 index 8371250029324f863365c67d1137d8f41ba42fe2..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/Operating-risk-information/Judgment.vue +++ /dev/null @@ -1,36 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/Operating-risk-information/JudicialDeduction.vue b/views/customer-mgt/customer-info/Operating-risk-information/JudicialDeduction.vue deleted file mode 100644 index 48550d9461114a6a00da870e43d2c216a218b8e0..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/Operating-risk-information/JudicialDeduction.vue +++ /dev/null @@ -1,36 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/Operating-risk-information/LSBGView.vue b/views/customer-mgt/customer-info/Operating-risk-information/LSBGView.vue deleted file mode 100644 index e589a39498f1ed3ae8dd8e5c34a14ba7aacb895c..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/Operating-risk-information/LSBGView.vue +++ /dev/null @@ -1,115 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/Operating-risk-information/PublicOpinionInformation.vue b/views/customer-mgt/customer-info/Operating-risk-information/PublicOpinionInformation.vue deleted file mode 100644 index 720f5f4da2026e7bc40a706e4d31f031cff45027..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/Operating-risk-information/PublicOpinionInformation.vue +++ /dev/null @@ -1,44 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/Operating-risk-information/YCJYMLView.vue b/views/customer-mgt/customer-info/Operating-risk-information/YCJYMLView.vue deleted file mode 100644 index c5f066852ed7bcfac3a7b311430e25ec1a48916a..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/Operating-risk-information/YCJYMLView.vue +++ /dev/null @@ -1,115 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/business-application-status/ApplicationStatus.vue b/views/customer-mgt/customer-info/business-application-status/ApplicationStatus.vue deleted file mode 100644 index 531c0f556404e41723559128fa4767288f68c960..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/business-application-status/ApplicationStatus.vue +++ /dev/null @@ -1,100 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/business-application-status/CompanyPolicy.vue b/views/customer-mgt/customer-info/business-application-status/CompanyPolicy.vue deleted file mode 100644 index b12788be6438a52311ac7d26feb58f60f9bdc76d..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/business-application-status/CompanyPolicy.vue +++ /dev/null @@ -1,244 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/business-application-status/CreditStatusOfClientExecutives.vue b/views/customer-mgt/customer-info/business-application-status/CreditStatusOfClientExecutives.vue deleted file mode 100644 index ce02ee79ccf9dcd71ee18aafcb4340fa8487649f..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/business-application-status/CreditStatusOfClientExecutives.vue +++ /dev/null @@ -1,143 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/business-application-status/CustomerContribution.vue b/views/customer-mgt/customer-info/business-application-status/CustomerContribution.vue deleted file mode 100644 index 0e0274d3d5b392166e5e137ab65cf3816045c24f..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/business-application-status/CustomerContribution.vue +++ /dev/null @@ -1,69 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/business-application-status/CustomerManagementInformation.vue b/views/customer-mgt/customer-info/business-application-status/CustomerManagementInformation.vue deleted file mode 100644 index a34ab9fc54f3a77b537e563feea4f36f4a0a51e9..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/business-application-status/CustomerManagementInformation.vue +++ /dev/null @@ -1,48 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/business-application-status/CustomerPreliminaryScreeningHistory.vue b/views/customer-mgt/customer-info/business-application-status/CustomerPreliminaryScreeningHistory.vue deleted file mode 100644 index 80a2951130ff07b7b7949fb0d24c08001a1045a5..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/business-application-status/CustomerPreliminaryScreeningHistory.vue +++ /dev/null @@ -1,36 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/business-application-status/CustomerRatings.vue b/views/customer-mgt/customer-info/business-application-status/CustomerRatings.vue deleted file mode 100644 index a24edcdfe5b8a82a071db6eb44bc3244c9faeef7..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/business-application-status/CustomerRatings.vue +++ /dev/null @@ -1,162 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/business-application-status/FinancialInfoDetail.vue b/views/customer-mgt/customer-info/business-application-status/FinancialInfoDetail.vue deleted file mode 100644 index 15bd884d7198a15537b3dc631e646277482e3fee..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/business-application-status/FinancialInfoDetail.vue +++ /dev/null @@ -1,271 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/business-application-status/FinancialInformation.vue b/views/customer-mgt/customer-info/business-application-status/FinancialInformation.vue deleted file mode 100644 index 678c9baff8856b0d3f385426b20c351a2c47f5a4..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/business-application-status/FinancialInformation.vue +++ /dev/null @@ -1,352 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/business-application-status/ProjectInfo.vue b/views/customer-mgt/customer-info/business-application-status/ProjectInfo.vue deleted file mode 100644 index e6ad886e06ad581c2fcf055d350e4ca6703e699c..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/business-application-status/ProjectInfo.vue +++ /dev/null @@ -1,130 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/business-application-status/StockInformation.vue b/views/customer-mgt/customer-info/business-application-status/StockInformation.vue deleted file mode 100644 index fe2d3e814abc09ddfd9312a66a5aa0a6ddf7d101..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/business-application-status/StockInformation.vue +++ /dev/null @@ -1,129 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/business-application-status/TrialEntry.vue b/views/customer-mgt/customer-info/business-application-status/TrialEntry.vue deleted file mode 100644 index 70b99c9ef104665ef07b781b99b49c3238cbdbee..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/business-application-status/TrialEntry.vue +++ /dev/null @@ -1,388 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/business-application-status/UnifiedCustomerCreditView.vue b/views/customer-mgt/customer-info/business-application-status/UnifiedCustomerCreditView.vue deleted file mode 100644 index 0175e216dba61579cd134832c05e9e3dc224b31e..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/business-application-status/UnifiedCustomerCreditView.vue +++ /dev/null @@ -1,46 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/business-information/AnnualReport.vue b/views/customer-mgt/customer-info/business-information/AnnualReport.vue deleted file mode 100644 index 2bd9a4eac33370071fe721983a3d0b390af2ff1d..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/business-information/AnnualReport.vue +++ /dev/null @@ -1,276 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/business-information/EquityPledgeAndMovablePropertyPledge.vue b/views/customer-mgt/customer-info/business-information/EquityPledgeAndMovablePropertyPledge.vue deleted file mode 100644 index 2092213ed57715f9e0b1eb59307ac26386a6b36c..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/business-information/EquityPledgeAndMovablePropertyPledge.vue +++ /dev/null @@ -1,406 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/business-information/InfoChangeHistory.vue b/views/customer-mgt/customer-info/business-information/InfoChangeHistory.vue deleted file mode 100644 index 46193e403193a95c217dc4b04c0b57f699f35dd3..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/business-information/InfoChangeHistory.vue +++ /dev/null @@ -1,118 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/business-information/Overview.vue b/views/customer-mgt/customer-info/business-information/Overview.vue deleted file mode 100644 index 6d8694ff937a27d76160aa50f6b6345ec39a0094..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/business-information/Overview.vue +++ /dev/null @@ -1,172 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/business-information/RiskInformation.vue b/views/customer-mgt/customer-info/business-information/RiskInformation.vue deleted file mode 100644 index fe88b2c9ea7ba76f0218d4118dc049489eedfc33..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/business-information/RiskInformation.vue +++ /dev/null @@ -1,60 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/customer-information-registration/CustomerInformationRegistration.vue b/views/customer-mgt/customer-info/customer-information-registration/CustomerInformationRegistration.vue deleted file mode 100644 index 6009aa496d82e2ffcc7860cc0280c820b26ad687..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/customer-information-registration/CustomerInformationRegistration.vue +++ /dev/null @@ -1,194 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/history-information/CustomerTagHistory.vue b/views/customer-mgt/customer-info/history-information/CustomerTagHistory.vue deleted file mode 100644 index b2c2c7ed57da9e197ff86d5ea3543435d9eca629..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/history-information/CustomerTagHistory.vue +++ /dev/null @@ -1,72 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/relationship-graph/EnterpriseMap.vue b/views/customer-mgt/customer-info/relationship-graph/EnterpriseMap.vue deleted file mode 100644 index 75ef1c0ccf63440e5e7a8454ebdd31486ae69069..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/relationship-graph/EnterpriseMap.vue +++ /dev/null @@ -1,419 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/relationship-graph/FroupAndEconomicDependenceInformation.vue b/views/customer-mgt/customer-info/relationship-graph/FroupAndEconomicDependenceInformation.vue deleted file mode 100644 index 7eb0e4de2c6a07601dd5036d7bde15cc1672d587..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/relationship-graph/FroupAndEconomicDependenceInformation.vue +++ /dev/null @@ -1,421 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/relationship-graph/GuaranteeView.vue b/views/customer-mgt/customer-info/relationship-graph/GuaranteeView.vue deleted file mode 100644 index 7b84159861bb7209078df5a17a3c228bdb0df683..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/relationship-graph/GuaranteeView.vue +++ /dev/null @@ -1,204 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/relationship-graph/RelatedParty.vue b/views/customer-mgt/customer-info/relationship-graph/RelatedParty.vue deleted file mode 100644 index 5b16209052712d5762d27d3f7bd1ea238e6c0f61..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/relationship-graph/RelatedParty.vue +++ /dev/null @@ -1,208 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/risk-summary/RiskWarning.vue b/views/customer-mgt/customer-info/risk-summary/RiskWarning.vue deleted file mode 100644 index e188feebe283b304dc94abe9bc3187d05bcd0462..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/risk-summary/RiskWarning.vue +++ /dev/null @@ -1,138 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/risk-summary/RiskWarningItemDetail.vue b/views/customer-mgt/customer-info/risk-summary/RiskWarningItemDetail.vue deleted file mode 100644 index cc806f99c5b8df15e32f86f07ea366033d512404..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/risk-summary/RiskWarningItemDetail.vue +++ /dev/null @@ -1,131 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/timeLine/CompanyTimeLine.vue b/views/customer-mgt/customer-info/timeLine/CompanyTimeLine.vue deleted file mode 100644 index 15c47a0a4600246a1092e228b0de9cfcd66167da..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/timeLine/CompanyTimeLine.vue +++ /dev/null @@ -1,60 +0,0 @@ - - - - - diff --git a/views/customer-mgt/customer-info/timeLine/MarketTimeLine.vue b/views/customer-mgt/customer-info/timeLine/MarketTimeLine.vue deleted file mode 100644 index c4b3bbe32ac66cd0dc4388caec85bced7c1c6b70..0000000000000000000000000000000000000000 --- a/views/customer-mgt/customer-info/timeLine/MarketTimeLine.vue +++ /dev/null @@ -1,61 +0,0 @@ - - - - - diff --git a/views/customer-mgt/personal-information/CreditDetails.vue b/views/customer-mgt/personal-information/CreditDetails.vue deleted file mode 100644 index 897124e85c88dd8707fcec99023ef1e1ecc3dbc3..0000000000000000000000000000000000000000 --- a/views/customer-mgt/personal-information/CreditDetails.vue +++ /dev/null @@ -1,53 +0,0 @@ - - - - - diff --git a/views/customer-mgt/personal-information/Employer.vue b/views/customer-mgt/personal-information/Employer.vue deleted file mode 100644 index ef96fc00fbc82429ddb347503c0bda0603e9c380..0000000000000000000000000000000000000000 --- a/views/customer-mgt/personal-information/Employer.vue +++ /dev/null @@ -1,244 +0,0 @@ - - - - - diff --git a/views/customer-mgt/personal-information/FamilyFinancialInformation.vue b/views/customer-mgt/personal-information/FamilyFinancialInformation.vue deleted file mode 100644 index efd8861e919977a26f6340ec17f0a3b862aed942..0000000000000000000000000000000000000000 --- a/views/customer-mgt/personal-information/FamilyFinancialInformation.vue +++ /dev/null @@ -1,56 +0,0 @@ - - - - - diff --git a/views/customer-mgt/personal-information/PersonalProfiles.vue b/views/customer-mgt/personal-information/PersonalProfiles.vue deleted file mode 100644 index 0c68166a172e0f1e009670683dab88e8fe511b61..0000000000000000000000000000000000000000 --- a/views/customer-mgt/personal-information/PersonalProfiles.vue +++ /dev/null @@ -1,46 +0,0 @@ - - - - - diff --git a/views/login/ForgetPassView.vue b/views/login/ForgetPassView.vue deleted file mode 100644 index f3ca7a8a9e2d554bbc0ca27dae1b58a1de7f2483..0000000000000000000000000000000000000000 --- a/views/login/ForgetPassView.vue +++ /dev/null @@ -1,247 +0,0 @@ - - - - diff --git a/views/login/Register.vue b/views/login/Register.vue deleted file mode 100644 index dfaf61fc1a52f42e74bd6f61bbc868137c53f978..0000000000000000000000000000000000000000 --- a/views/login/Register.vue +++ /dev/null @@ -1,263 +0,0 @@ - - - - diff --git a/views/main/Main.vue b/views/main/Main.vue deleted file mode 100644 index ebfc5246522d219f75c564998150f93578cf0630..0000000000000000000000000000000000000000 --- a/views/main/Main.vue +++ /dev/null @@ -1,803 +0,0 @@ - - - - - diff --git a/views/main/MainView.vue b/views/main/MainView.vue deleted file mode 100644 index 35e828dcae789fded3721f179febd90ca6ba8c6b..0000000000000000000000000000000000000000 --- a/views/main/MainView.vue +++ /dev/null @@ -1,62 +0,0 @@ - - - - diff --git a/views/marketing-mgt/AccurateCustomer.vue b/views/marketing-mgt/AccurateCustomer.vue deleted file mode 100644 index 04ebe21c06f2fbc4471c86c12241dc64612d0b86..0000000000000000000000000000000000000000 --- a/views/marketing-mgt/AccurateCustomer.vue +++ /dev/null @@ -1,137 +0,0 @@ - - - - - diff --git a/views/marketing-mgt/AccurateVisitors.vue b/views/marketing-mgt/AccurateVisitors.vue deleted file mode 100644 index c60fd2144a9c3532c24b8b25b0286817f491a878..0000000000000000000000000000000000000000 --- a/views/marketing-mgt/AccurateVisitors.vue +++ /dev/null @@ -1,115 +0,0 @@ - - - - - diff --git a/views/marketing-mgt/AddMarketing.vue b/views/marketing-mgt/AddMarketing.vue deleted file mode 100644 index 5d0c54b7528c0e21c0e38166694eee6d0d76a4be..0000000000000000000000000000000000000000 --- a/views/marketing-mgt/AddMarketing.vue +++ /dev/null @@ -1,89 +0,0 @@ - - - - - diff --git a/views/marketing-mgt/DoingMarketByPhone.vue b/views/marketing-mgt/DoingMarketByPhone.vue deleted file mode 100644 index 39355562966f71dd66d4c0ce6af424de284e0c81..0000000000000000000000000000000000000000 --- a/views/marketing-mgt/DoingMarketByPhone.vue +++ /dev/null @@ -1,377 +0,0 @@ - - - - - diff --git a/views/marketing-mgt/MarketPlan.vue b/views/marketing-mgt/MarketPlan.vue deleted file mode 100644 index 232b399eb8077377c43d8065912f2d4d7ddcc711..0000000000000000000000000000000000000000 --- a/views/marketing-mgt/MarketPlan.vue +++ /dev/null @@ -1,95 +0,0 @@ - - - - - diff --git a/views/marketing-mgt/PutInReserve.vue b/views/marketing-mgt/PutInReserve.vue deleted file mode 100644 index a5603398074c039d8f87bfd26fdafe2104fb98d5..0000000000000000000000000000000000000000 --- a/views/marketing-mgt/PutInReserve.vue +++ /dev/null @@ -1,66 +0,0 @@ - - - - - diff --git a/views/marketing-mgt/company/ComMarketingPool.vue b/views/marketing-mgt/company/ComMarketingPool.vue deleted file mode 100644 index 61c2430fa43edee75cc172cc330ba26e8fce4d67..0000000000000000000000000000000000000000 --- a/views/marketing-mgt/company/ComMarketingPool.vue +++ /dev/null @@ -1,324 +0,0 @@ - - - - - diff --git a/views/marketing-mgt/personal/AddMarketPlan.vue b/views/marketing-mgt/personal/AddMarketPlan.vue deleted file mode 100644 index 6efbef2999ca167df6a89e8c7826160041438c52..0000000000000000000000000000000000000000 --- a/views/marketing-mgt/personal/AddMarketPlan.vue +++ /dev/null @@ -1,252 +0,0 @@ - - - - - diff --git a/views/marketing-mgt/personal/JHDBDetail.vue b/views/marketing-mgt/personal/JHDBDetail.vue deleted file mode 100644 index 27fc5a89dd86cbd562d3f36114aa24c46f3c91d1..0000000000000000000000000000000000000000 --- a/views/marketing-mgt/personal/JHDBDetail.vue +++ /dev/null @@ -1,453 +0,0 @@ - - - - - diff --git a/views/marketing-mgt/personal/JhdbxqView.vue b/views/marketing-mgt/personal/JhdbxqView.vue deleted file mode 100644 index be78fe540cd39809d4ca3c45b700e463d42999b8..0000000000000000000000000000000000000000 --- a/views/marketing-mgt/personal/JhdbxqView.vue +++ /dev/null @@ -1,266 +0,0 @@ - - - - - diff --git a/views/marketing-mgt/personal/MarketingList.vue b/views/marketing-mgt/personal/MarketingList.vue deleted file mode 100644 index a2018095267efbc21052f4eb156ff811a3bba0ee..0000000000000000000000000000000000000000 --- a/views/marketing-mgt/personal/MarketingList.vue +++ /dev/null @@ -1,225 +0,0 @@ - - - - - diff --git a/views/marketing-mgt/personal/MarketingMap.vue b/views/marketing-mgt/personal/MarketingMap.vue deleted file mode 100644 index 5f2ed0a15a28767f329f66a9e7235f5a801de617..0000000000000000000000000000000000000000 --- a/views/marketing-mgt/personal/MarketingMap.vue +++ /dev/null @@ -1,196 +0,0 @@ - - - - - diff --git a/views/marketing-mgt/personal/MarketingMgtView.vue b/views/marketing-mgt/personal/MarketingMgtView.vue deleted file mode 100644 index dd79b62e3c5bb4ed8694e9356b0448a6b9c3af8a..0000000000000000000000000000000000000000 --- a/views/marketing-mgt/personal/MarketingMgtView.vue +++ /dev/null @@ -1,399 +0,0 @@ - - - - - diff --git a/views/recognition/Agreement.vue b/views/recognition/Agreement.vue deleted file mode 100644 index 58cb5bcb57dd829613f2933ccb442f6c382e2b85..0000000000000000000000000000000000000000 --- a/views/recognition/Agreement.vue +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - diff --git a/views/recognition/FaceRecognition.vue b/views/recognition/FaceRecognition.vue deleted file mode 100644 index 29bd29fc3c534fa705431279bcfb22c554701153..0000000000000000000000000000000000000000 --- a/views/recognition/FaceRecognition.vue +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - diff --git a/views/recognition/FaceSuccess.vue b/views/recognition/FaceSuccess.vue deleted file mode 100644 index 3bf4be33c57a0d8487274040b6a194cf5391b931..0000000000000000000000000000000000000000 --- a/views/recognition/FaceSuccess.vue +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - diff --git a/views/recognition/Intention.vue b/views/recognition/Intention.vue deleted file mode 100644 index afdb769f62f5f8e58578e68df5b97f6463dafe86..0000000000000000000000000000000000000000 --- a/views/recognition/Intention.vue +++ /dev/null @@ -1,296 +0,0 @@ - - - - - - diff --git a/views/recognition/LinSuccess.vue b/views/recognition/LinSuccess.vue deleted file mode 100644 index e35a7e20648a5f10b9ab1fc4869f7d574d957092..0000000000000000000000000000000000000000 --- a/views/recognition/LinSuccess.vue +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - diff --git a/views/recognition/Recognition.vue b/views/recognition/Recognition.vue deleted file mode 100644 index b6d3385930a4b23cacc16098851d2be24667f18b..0000000000000000000000000000000000000000 --- a/views/recognition/Recognition.vue +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - diff --git a/views/workbench/AccommodDetails.vue b/views/workbench/AccommodDetails.vue deleted file mode 100644 index 76a04a5044b29a410ba0139a7bf657ffd1b7bd37..0000000000000000000000000000000000000000 --- a/views/workbench/AccommodDetails.vue +++ /dev/null @@ -1,292 +0,0 @@ - - - - - - diff --git a/views/workbench/AccommodDetailslogin.vue b/views/workbench/AccommodDetailslogin.vue deleted file mode 100644 index 68e45120b4539a114bbf0dcc1854fa4e3f15342a..0000000000000000000000000000000000000000 --- a/views/workbench/AccommodDetailslogin.vue +++ /dev/null @@ -1,265 +0,0 @@ - - - - - - diff --git a/views/workbench/AccommodMain.vue b/views/workbench/AccommodMain.vue deleted file mode 100644 index bb31a6b31f220d3e01f72cc38336594ac1872de2..0000000000000000000000000000000000000000 --- a/views/workbench/AccommodMain.vue +++ /dev/null @@ -1,251 +0,0 @@ - - - - - - - diff --git a/views/workbench/Accommodation.vue b/views/workbench/Accommodation.vue deleted file mode 100644 index 4d4d1a915e9f5d034e0654fcb1d1066fcbfbeb17..0000000000000000000000000000000000000000 --- a/views/workbench/Accommodation.vue +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - diff --git a/views/workbench/CompanyCard.vue b/views/workbench/CompanyCard.vue deleted file mode 100644 index 3742436a1f14fbcd2af3904f9e8d08ac52040fef..0000000000000000000000000000000000000000 --- a/views/workbench/CompanyCard.vue +++ /dev/null @@ -1,89 +0,0 @@ -/** -* @Author wangliang -* @date 20220726 -*/ - - - - - diff --git a/views/workbench/CooperationBusiness.vue b/views/workbench/CooperationBusiness.vue deleted file mode 100644 index 27e51dc1ef72e1f47ef50bc89e08ee8b0ffbeee1..0000000000000000000000000000000000000000 --- a/views/workbench/CooperationBusiness.vue +++ /dev/null @@ -1,43 +0,0 @@ -/** -* @Author wangliang -* @date 20220726 -*/ - - - - - diff --git a/views/workbench/ExchangeDetail.vue b/views/workbench/ExchangeDetail.vue deleted file mode 100644 index faa8e63df14095e7e8c0b5c5999fab44f62d9279..0000000000000000000000000000000000000000 --- a/views/workbench/ExchangeDetail.vue +++ /dev/null @@ -1,35 +0,0 @@ -/** -* @Author wangliang -* @date 20220726 -*/ - - - - - diff --git a/views/workbench/ExchangeRecord.vue b/views/workbench/ExchangeRecord.vue deleted file mode 100644 index 15045e686871272c69a8d87846898f759989a740..0000000000000000000000000000000000000000 --- a/views/workbench/ExchangeRecord.vue +++ /dev/null @@ -1,209 +0,0 @@ -/** -* @Author wangliang -* @date 20220726 -*/ - - - - - diff --git a/views/workbench/Growth.vue b/views/workbench/Growth.vue deleted file mode 100644 index 3baf05ed51be152c700264ec5cf2e1f964f8242c..0000000000000000000000000000000000000000 --- a/views/workbench/Growth.vue +++ /dev/null @@ -1,365 +0,0 @@ - - - - - - diff --git a/views/workbench/PersonLod.vue b/views/workbench/PersonLod.vue deleted file mode 100644 index de0095860490233b72983f865c026c9b78642370..0000000000000000000000000000000000000000 --- a/views/workbench/PersonLod.vue +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - diff --git a/views/workbench/Repayment.vue b/views/workbench/Repayment.vue deleted file mode 100644 index 716f79ed1dddbe5dec20619079b572b5df6147bc..0000000000000000000000000000000000000000 --- a/views/workbench/Repayment.vue +++ /dev/null @@ -1,258 +0,0 @@ - - - - - - diff --git a/views/workbench/businessProgress.vue b/views/workbench/businessProgress.vue deleted file mode 100644 index 3ecf54985d08da17dc403824b62d08dd5df38f54..0000000000000000000000000000000000000000 --- a/views/workbench/businessProgress.vue +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - diff --git a/views/workbench/modifyInfo.vue b/views/workbench/modifyInfo.vue deleted file mode 100644 index 67760eee4b5dcc44693f4b5e5c2de4498c4c3dd6..0000000000000000000000000000000000000000 --- a/views/workbench/modifyInfo.vue +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - diff --git a/views/workbench/modifyPassword.vue b/views/workbench/modifyPassword.vue deleted file mode 100644 index 1097f4dae6f002f02f599c6bb39165577f13b95c..0000000000000000000000000000000000000000 --- a/views/workbench/modifyPassword.vue +++ /dev/null @@ -1,137 +0,0 @@ - - - - - -