From 3b4d0fd3e0b561361c4fd5bdb9e46d7a122f42a3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=88=B1=7E=E6=B5=B7=7E=E7=88=B1=E6=B5=B7=E7=88=B1?=
=?UTF-8?q?=E6=B5=B7=7E=E5=8F=B3?= <1828712314@qq.com>
Date: Thu, 27 Feb 2025 09:47:20 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=99=BB=E5=BD=95=E9=80=BB?=
=?UTF-8?q?=E8=BE=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
App.vue | 116 +--
api/enterprise/index.js | 11 +
api/enterprise/prove.js | 2 +-
main.js | 4 +-
pages/enterprise.vue | 38 +-
pages/index.vue | 896 +++++++++---------
pages/login.vue | 115 ++-
pages/owner.vue | 54 +-
pages/task.vue | 7 +-
static/echarts.esm.min.mjs | 45 -
static/favicon.png | Bin 9255 -> 21949 bytes
static/images/owner/edit.png | Bin 882 -> 1034 bytes
static/images/owner/list.png | Bin 1092 -> 989 bytes
static/images/owner/message.png | Bin 985 -> 1066 bytes
static/images/owner/phone.png | Bin 705 -> 1378 bytes
static/images/task/position.png | Bin 29576 -> 70704 bytes
static/scss/global.scss | 1 -
store/modules/user.js | 1 +
sub/common/waiting.vue | 44 +-
sub/enterprise/detail.vue | 30 +-
sub/invite/addEnterprise.vue | 109 ++-
sub/invite/enterpriseTags.vue | 4 +-
sub/invite/index.vue | 59 +-
sub/invite/prove.vue | 60 +-
sub/owner/edit.vue | 49 +-
sub/task/enforce.vue | 70 +-
sub/task/locate.vue | 45 +-
.../uni-easyinput/uni-easyinput.vue | 2 +-
utils/permission.js | 62 +-
utils/request.js | 30 +-
utils/ruoyi.js | 24 +-
31 files changed, 1026 insertions(+), 852 deletions(-)
delete mode 100644 static/echarts.esm.min.mjs
diff --git a/App.vue b/App.vue
index a4debdc..c70e04e 100644
--- a/App.vue
+++ b/App.vue
@@ -1,41 +1,28 @@
diff --git a/pages/login.vue b/pages/login.vue
index a69a2ff..ad91a2e 100644
--- a/pages/login.vue
+++ b/pages/login.vue
@@ -2,8 +2,8 @@