This commit is contained in:
bb_pan 2025-04-27 11:04:36 +08:00
parent 870ea1a20b
commit 59aec9b25d
11 changed files with 9 additions and 9 deletions

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<link rel="icon" href="/favicon.jpg">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- 贵州 -->
<title>智联装备云控平台</title>

BIN
public/favicon.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 878 KiB

After

Width:  |  Height:  |  Size: 448 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@ -3,7 +3,7 @@ import $bus from '@/utils/bus'
import { mainStore } from 'store/main'
import { useStore } from 'store/user'
import { ElMessage, ElMessageBox } from 'element-plus'
import headerLogo from 'assets/img/zulinlogo-gz.png' //
import headerLogo from 'assets/img/logo.png' //
import userClass from '../../hooks/userClass'
import {
getUserInfo, //

View File

@ -821,7 +821,7 @@ onMounted(() => {
height: 40px; //
background-color: orange;
/* background: url('@/assets/img/logo.png') no-repeat; */
background: url('@/assets/img/logo-gz.png') no-repeat; //
background: url('@/assets/img/logo.png') no-repeat; //
background-size: 100% 100%;
cursor: pointer;
}

View File

@ -327,7 +327,7 @@ onMounted(async () => {
<el-image
style="width: 100%; height: 100%; cursor: pointer"
:src="item.slidePicture"
fit="cover"
/>
</el-carousel-item>
</template>

View File

@ -172,7 +172,7 @@
<div
@click="router.push({ name: 'demand-details', query: { id: item.id } })"
style="margin-bottom: 26px; border: 1px solid #00ae9c; color: #00ae9c"
style="margin-bottom: 26px; border: 1px solid #00377a; color: #00377a"
>
需求详情
</div>
@ -183,7 +183,7 @@
style="
width: 100%;
height: 100%;
background-color: #00ae9c;
background-color: #00377a;
color: #fff;
border: none;
border-radius: 0;
@ -626,7 +626,7 @@ const onAcceptOrders = (id: any) => {
background-color: orange;
width: 30%;
padding: 12px 0;
background: linear-gradient(to right, #4dd1c7, #00af9f);
background: linear-gradient(to right, #00377a, #00377a);
}
.btn-items {

View File

@ -14,7 +14,7 @@ const userInfo = JSON.parse(localStorage.getItem('main')).userInfo
// const isAdmin = ref(userInfo.userId == 226 || userInfo.userId == 225 || userInfo.admin)
const isAdmin = ref(true) //
// console.log('🚀 ~ isAdmin:', isAdmin.value)
import imgSrc from '@/assets/img/logo-gz.png'
import imgSrc from '@/assets/img/logo.png'
const handleSelect = (name: any, path: any) => {
console.log('🚀 ~ handleSelect ~ name:', name)