From 3108029767bf8f683d4f4c01ad4184f12b5cae55 Mon Sep 17 00:00:00 2001 From: zy <276996223@qq.com> Date: Fri, 14 Feb 2025 16:05:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=86=E6=9E=B6=E5=90=8D=E5=AD=97=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BF=AE=E6=94=B9+=E4=BC=81=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 2 +- .eslintrc.js | 1 + index.html | 4 + src/api/enterprises/index.ts | 8 +- src/api/system/user/index.ts | 6 + src/layout/components/Logo/src/Logo.vue | 2 +- src/utils/dict.ts | 1 + src/views/Home/Index.vue | 326 ++++++++++++------------ src/views/enterprises/index.vue | 82 ++++-- src/views/task/create.vue | 139 ++++++---- src/views/task/index.vue | 21 +- 11 files changed, 351 insertions(+), 241 deletions(-) diff --git a/.env b/.env index 21f69fa..5ad47bc 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ # 标题 -VITE_APP_TITLE=智慧生态管理系统 +VITE_APP_TITLE=智慧生态系统 # 项目本地运行端口号 VITE_PORT=9980 diff --git a/.eslintrc.js b/.eslintrc.js index b28255c..d354d46 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -7,6 +7,7 @@ module.exports = defineConfig({ node: true, es6: true }, + globals:{ "qq": true,}, parser: 'vue-eslint-parser', parserOptions: { parser: '@typescript-eslint/parser', diff --git a/index.html b/index.html index af49d1e..290cd5d 100644 --- a/index.html +++ b/index.html @@ -139,5 +139,9 @@ + + +
+