修改web项目的图标

dev_xd
lj7788@126.com 2025-08-14 17:46:49 +08:00
parent 0e207834d9
commit 268b4c74d3
12 changed files with 8 additions and 11 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -4,12 +4,9 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="icon" href="<%= BASE_URL %>faviconnew.ico?v=3" />
<link rel="icon" href="/cdn/bsimages/faviconnew.ico?v=5" />
<title>数字建安施工-大屏</title>
<script>
window.XDAPP = "/xd/";
window.XDBSAPP = "/xdbs/";
</script>
<script src="/cdn/config/bsconfig.js"></script>
<link rel="stylesheet" href="/cdn/element-ui/lib/theme-chalk/index.css" />
<link rel="stylesheet" href="css/largeScreenLayout.css?v=20240415" />
<link rel="stylesheet" href="css/largeScreenStyle.css?v=20240415" />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -114,8 +114,8 @@
<img
:src="
attendanceNav == 0
? 'images/survey_icon_4.png'
: 'images/survey_icon_5.png'
? '/cdn/bsimages/survey_icon_4.png'
: '/cdn/bsimages/survey_icon_5.png'
"
/>
</div>

View File

@ -12,7 +12,7 @@
<el-col :span="8" class="attendance-tag">
<div class="survey_content">
<div class="survey_content_img">
<img :src="attendanceNav == 0 ? 'images/survey_icon_4.png' : 'images/survey_icon_5.png'" />
<img :src="attendanceNav == 0 ? '/cdn/bsimages/survey_icon_4.png' : '/cdn/bsimages/survey_icon_5.png'" />
</div>
</div>
<div class="survey_content_number labour-survey_content_number">

View File

@ -7,7 +7,7 @@ function resolve(dir) {
module.exports = defineConfig({
transpileDependencies: true,
publicPath: "/xdbs",
publicPath: process.env.NODE_ENV==='production'? "./":"./xdbs",
productionSourceMap: false,
devServer: {
host: "0.0.0.0",

View File

@ -11,7 +11,7 @@
<script>
window.yanzhuAppTitle = "数字建安施工";
</script>
<link rel="icon" href="/faviconnew.ico" />
<link rel="icon" href="/cdn/bsimages/faviconnew.ico?v=4" />
<title>数字建安施工</title>
<script
type="text/javascript"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -60,7 +60,7 @@
</el-tabs>
</el-card>
<el-card style="margin-top: 10px">
<el-card style="margin-top: 10px" v-if="'state.coms && state.coms.length>1'">
<template v-slot:header>
<div class="clearfix">
<span>租户信息</span>