From c8f6884e7d2e82d4551c0ccf3f949a0e2aa58d31 Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Thu, 21 Mar 2024 10:49:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E5=88=97=E8=A1=A8=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 10 +- src/assets/style/style.less | 1 + src/component/Administrator/TestClickData.vue | 6 - src/component/Administrator/allUser.vue | 13 +- src/component/Administrator/trialApproval.vue | 10 - src/component/HomePage/ExportModel.vue | 60 +- src/component/HomePage/Header.vue | 25 +- src/component/HomePage/TaskDetailPage.vue | 327 ++++++++ src/component/HomePage/TaskPage.vue | 152 +++- src/component/HomePage/UpgradePlan.vue | 6 +- src/component/Pay/allOrder.vue | 2 - src/component/Pay/creditsDetail.vue | 2 +- src/lang/en.ts | 5 +- src/main.ts | 12 +- src/router/index.ts | 56 +- src/tool/cookie.js | 2 +- src/tool/guide.js | 6 +- src/tool/https.js | 3 + src/views/HomeMain.vue | 765 ++++++++++++++++++ src/views/{ => HomeView}/HomeView.vue | 42 +- .../{HistoryPage.vue => HomeView/history.vue} | 16 +- .../{LibraryPage.vue => HomeView/library.vue} | 14 +- src/views/OldHistoryPage.vue | 2 +- 23 files changed, 1353 insertions(+), 184 deletions(-) create mode 100644 src/component/HomePage/TaskDetailPage.vue create mode 100644 src/views/HomeMain.vue rename src/views/{ => HomeView}/HomeView.vue (98%) rename src/views/{HistoryPage.vue => HomeView/history.vue} (97%) rename src/views/{LibraryPage.vue => HomeView/library.vue} (99%) diff --git a/public/index.html b/public/index.html index 12f83586..6ddf9fd8 100644 --- a/public/index.html +++ b/public/index.html @@ -8,14 +8,14 @@
+