From 1756bc5aa61ea6c24b9c5bffeb9a6c15f56681dc Mon Sep 17 00:00:00 2001 From: haha Date: Thu, 16 May 2024 22:25:57 +0800 Subject: [PATCH] update code --- .../mapper/project/ProProjectInfoMapper.xml | 3 ++- .../resources/mapper/system/SysDeptMapper.xml | 2 +- yanzhu-ui/public/favicon.ico | Bin 5663 -> 0 bytes yanzhu-ui/public/favicon.svg | 1 + yanzhu-ui/public/index.html | 2 +- yanzhu-ui/public/preview.html | 2 +- yanzhu-ui/src/api/system/user.js | 4 ++-- yanzhu-ui/src/assets/images/profile.jpg | Bin 81131 -> 2561 bytes yanzhu-ui/src/assets/logo/logo.svg | 1 + yanzhu-ui/src/layout/components/Navbar.vue | 8 +++++--- .../src/layout/components/Sidebar/Logo.vue | 2 +- yanzhu-ui/src/views/project/company/index.vue | 2 ++ yanzhu-ui/src/views/system/user/index.vue | 9 ++++++--- yanzhu-ui/src/views/tool/build/index.vue | 2 +- yanzhu-ui/vue.config.js | 4 ++-- 15 files changed, 26 insertions(+), 16 deletions(-) delete mode 100644 yanzhu-ui/public/favicon.ico create mode 100644 yanzhu-ui/public/favicon.svg create mode 100644 yanzhu-ui/src/assets/logo/logo.svg diff --git a/yanzhu-mapper/src/main/resources/mapper/project/ProProjectInfoMapper.xml b/yanzhu-mapper/src/main/resources/mapper/project/ProProjectInfoMapper.xml index 862224e..39d45e4 100644 --- a/yanzhu-mapper/src/main/resources/mapper/project/ProProjectInfoMapper.xml +++ b/yanzhu-mapper/src/main/resources/mapper/project/ProProjectInfoMapper.xml @@ -25,7 +25,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - select id, name, dept_id, address, infos, person_name, person_phone, main_image, images, proj_status, is_del, create_by, create_time, update_by, update_time, remark, unit from pro_project_info + select id, name, dept_id, address, infos, person_name, person_phone, main_image, images, proj_status, is_del, create_by, create_time, update_by, update_time, remark, unit + from pro_project_info