From e2c080da44c2c31322e9b850679084c054a9a065 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=9C=9F=E8=B1=86=E5=93=A5?= Date: Fri, 11 Nov 2022 13:50:11 +0000 Subject: [PATCH 1/3] update README.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 土豆哥 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6fa67c9..4625033 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ quick-vue3-admin 是一款免费开源快速搭建中后台系统框架。本框 ## 预览 - [quick-vue3-admin](https://quick.ainiteam.com/) - 框架演示 +- [quick-vue3-admin](https://43.139.141.111/#/login)-框架演示-备用 演示账号密码:admin/123456 -- Gitee From a0084e7799395c2c730b0d8d1d4937736e063edb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=9C=9F=E8=B1=86=E5=93=A5?= Date: Tue, 3 Jan 2023 09:49:29 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8F=8F=E8=BF=B0?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb119ff..46bb2e8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## 简介 -quick-vue3-admin 是一款免费开源快速搭建中后台系统框架。本框架基于 vite2、vue3.2 语法糖模式、element-plus、pinia 等最新主流技术并封装了通用的组件方便开发者提高工作效率。后期也会通过版本升级的方式来维护并更新,使开发者拥有一款长期并且稳定的脚手架。本团队还提供了基于 quick 框架开发的各类业务项目,比如: 订单管理系统、调度管理系统、聊天系统、音视系统 、监控系统、商城系统、物联网平台、外卖系统、ERP系统、CMR系统、OA系统、物流管理系统、CRM管理系统等等常用的业务系统,,如有相关需求联系管理员。 +quick-vue3-admin 是一款免费开源快速搭建中后台系统框架。本框架基于 vite2、vue3.2 语法糖模式、element-plus、pinia 等最新主流技术并封装了通用的组件方便开发者提高工作效率。后期也会通过版本升级的方式来维护并更新,使开发者拥有一款长期并且稳定的脚手架。本团队还提供了基于 quick 框架开发的各类业务项目,比如: 订单管理系统、调度管理系统、聊天系统、音视系统 、监控系统、商城系统、物联网平台、外卖系统、ERP系统、CMR系统、OA系统、物流管理系统、CRM管理系统等等常用的业务系统,如有相关需求联系管理员。 ## 软件特色 -- Gitee From 0e837926b644686cd0ca0a26993b2ee05b94586c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=9C=9F=E8=B1=86=E5=93=A5?= Date: Wed, 4 Jan 2023 17:16:27 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E5=A4=B4=E5=83=8F=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E5=AE=9E=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +- .env.production | 4 +- package.json | 4 +- pnpm-lock.yaml | 8 +-- src/layout/components/AiniTop/index.vue | 11 ++-- src/store/modules/user.ts | 2 +- src/views/personalInfo/index.vue | 72 +++++++++++++++---------- 7 files changed, 64 insertions(+), 41 deletions(-) diff --git a/.env.development b/.env.development index c154c97..8f62d8f 100644 --- a/.env.development +++ b/.env.development @@ -6,4 +6,6 @@ VITE_APP_BASE_URL=/dev-api # java环境 # VITE_APP_BASE_URL=http://localhost:9090 # mock环境 -# VITE_APP_BASE_URL=https://console-mock.apipost.cn/app/mock/project/1cee3669-4ecb-431e-a7b7-67c5298e06ab \ No newline at end of file +# VITE_APP_BASE_URL=https://console-mock.apipost.cn/app/mock/project/1cee3669-4ecb-431e-a7b7-67c5298e06ab +#上传地址 +VITE_UPLOAD_PATH=http://localhost:3103/ \ No newline at end of file diff --git a/.env.production b/.env.production index f7c2abd..48e850c 100644 --- a/.env.production +++ b/.env.production @@ -6,4 +6,6 @@ VITE_APP_BASE_URL=/prod-api # java环境 # VITE_APP_BASE_URL=http://localhost:9090 # mock环境 -# VITE_APP_BASE_URL=https://console-mock.apipost.cn/app/mock/project/1cee3669-4ecb-431e-a7b7-67c5298e06ab \ No newline at end of file +# VITE_APP_BASE_URL=https://console-mock.apipost.cn/app/mock/project/1cee3669-4ecb-431e-a7b7-67c5298e06ab +#上传地址 +VITE_UPLOAD_PATH==https://api.quick.ainiteam.com/ \ No newline at end of file diff --git a/package.json b/package.json index e75b45c..ed645f9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "quick-vue3-admin", "private": true, - "version": "2.0.0", + "version": "2.0.1", "scripts": { "dev": "vite", "build": "vite build", @@ -12,7 +12,7 @@ "prepare": "husky install" }, "dependencies": { - "@ainiteam/quick-vue3-ui": "1.0.7-alpha.3", + "@ainiteam/quick-vue3-ui": "1.0.7-alpha.5", "@element-plus/icons-vue": "^2.0.6", "axios": "^0.27.2", "crypto-js": "^4.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 65b42e3..bc1e59b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,7 +1,7 @@ lockfileVersion: 5.4 specifiers: - '@ainiteam/quick-vue3-ui': 1.0.7-alpha.4 + '@ainiteam/quick-vue3-ui': 1.0.7-alpha.5 '@element-plus/icons-vue': ^2.0.6 '@types/crypto-js': ^4.1.1 '@types/node': ^17.0.30 @@ -38,7 +38,7 @@ specifiers: vue-tsc: ^0.34.7 dependencies: - '@ainiteam/quick-vue3-ui': 1.0.7-alpha.4 + '@ainiteam/quick-vue3-ui': 1.0.7-alpha.5 '@element-plus/icons-vue': 2.0.10_vue@3.2.45 axios: 0.27.2 crypto-js: 4.1.1 @@ -78,8 +78,8 @@ devDependencies: packages: - /@ainiteam/quick-vue3-ui/1.0.7-alpha.4: - resolution: {integrity: sha512-PEQAaE++YJtjzSOUNoLMFyMqnMGqsI2N9mmlQ62klCKNGPgDlQWu3xZ9oHwWh45DFuIearPC+baoJKWN97BDjg==} + /@ainiteam/quick-vue3-ui/1.0.7-alpha.5: + resolution: {integrity: sha512-CphxGRN1+VmNrEumk6Qd7QXcvAGd585gVt081z46RfJb2lZSgysvoLrCpJiZFblpuhMay4vSF4WH/T8ytYiWrQ==} engines: {node: v18.12.1, pnpm: 7.18.0} requiresBuild: true dependencies: diff --git a/src/layout/components/AiniTop/index.vue b/src/layout/components/AiniTop/index.vue index 665de0f..043bb5e 100644 --- a/src/layout/components/AiniTop/index.vue +++ b/src/layout/components/AiniTop/index.vue @@ -154,9 +154,14 @@ onMounted(() => { - - {{ userInfo.userName.charAt(0).toUpperCase() }} - + +