From 43e213caff482ee6c2544f8e9aba0a11c8e5b993 Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Fri, 22 Sep 2023 11:50:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=B3=BB=E7=BB=9F=E5=90=84=E9=A1=B9?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=8A=9F=E8=83=BD=E5=AE=9E=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 21 +- src/api/modules/jxjview.ts | 4 + src/components/layoutTop/index.scss | 3 +- src/components/layoutTop/index.vue | 8 +- src/directives/modules/waterMarker.ts | 30 ++- src/layouts/LayoutClassic/index.scss | 3 +- src/layouts/LayoutClassic/index.vue | 10 +- src/stores/index.ts | 6 + src/stores/interface/index.ts | 3 + .../acceptancePlan/index.vue | 2 +- src/views/home/index.scss | 2 +- src/views/home/index.vue | 10 +- src/views/jxjview/system/index.vue | 245 +++++++++++++----- src/views/login/CompanyLogon/index.vue | 10 +- src/views/login/ProJectForm/index.vue | 10 +- src/views/login/index.scss | 9 +- src/views/login/index.vue | 9 +- 17 files changed, 289 insertions(+), 96 deletions(-) diff --git a/src/App.vue b/src/App.vue index 553d66b..9b134cd 100644 --- a/src/App.vue +++ b/src/App.vue @@ -5,13 +5,14 @@ diff --git a/src/views/login/CompanyLogon/index.vue b/src/views/login/CompanyLogon/index.vue index f3787ab..a501143 100644 --- a/src/views/login/CompanyLogon/index.vue +++ b/src/views/login/CompanyLogon/index.vue @@ -3,8 +3,12 @@
@@ -36,8 +40,10 @@ import { addCompany } from "@/api/modules/jxjview"; import type { RuleFormData } from "./basic-form.vue"; import type { EnterpriseMains } from "./entrepreneur.vue"; import { ElMessage } from "element-plus"; +import { GlobalStore } from "@/stores"; const router = useRouter(); +const globalStore = GlobalStore(); const datas = reactive(values); const active = ref(0); const requestData = ref({}); diff --git a/src/views/login/ProJectForm/index.vue b/src/views/login/ProJectForm/index.vue index 86a0896..f4c6053 100644 --- a/src/views/login/ProJectForm/index.vue +++ b/src/views/login/ProJectForm/index.vue @@ -4,8 +4,12 @@