修改web项目的图标
parent
0e207834d9
commit
268b4c74d3
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 |
|
@ -4,12 +4,9 @@
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
<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>
|
<title>数字建安施工-大屏</title>
|
||||||
<script>
|
<script src="/cdn/config/bsconfig.js"></script>
|
||||||
window.XDAPP = "/xd/";
|
|
||||||
window.XDBSAPP = "/xdbs/";
|
|
||||||
</script>
|
|
||||||
<link rel="stylesheet" href="/cdn/element-ui/lib/theme-chalk/index.css" />
|
<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/largeScreenLayout.css?v=20240415" />
|
||||||
<link rel="stylesheet" href="css/largeScreenStyle.css?v=20240415" />
|
<link rel="stylesheet" href="css/largeScreenStyle.css?v=20240415" />
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.8 KiB |
|
@ -114,8 +114,8 @@
|
||||||
<img
|
<img
|
||||||
:src="
|
:src="
|
||||||
attendanceNav == 0
|
attendanceNav == 0
|
||||||
? 'images/survey_icon_4.png'
|
? '/cdn/bsimages/survey_icon_4.png'
|
||||||
: 'images/survey_icon_5.png'
|
: '/cdn/bsimages/survey_icon_5.png'
|
||||||
"
|
"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<el-col :span="8" class="attendance-tag">
|
<el-col :span="8" class="attendance-tag">
|
||||||
<div class="survey_content">
|
<div class="survey_content">
|
||||||
<div class="survey_content_img">
|
<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>
|
</div>
|
||||||
<div class="survey_content_number labour-survey_content_number">
|
<div class="survey_content_number labour-survey_content_number">
|
||||||
|
|
|
@ -7,7 +7,7 @@ function resolve(dir) {
|
||||||
|
|
||||||
module.exports = defineConfig({
|
module.exports = defineConfig({
|
||||||
transpileDependencies: true,
|
transpileDependencies: true,
|
||||||
publicPath: "/xdbs",
|
publicPath: process.env.NODE_ENV==='production'? "./":"./xdbs",
|
||||||
productionSourceMap: false,
|
productionSourceMap: false,
|
||||||
devServer: {
|
devServer: {
|
||||||
host: "0.0.0.0",
|
host: "0.0.0.0",
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<script>
|
<script>
|
||||||
window.yanzhuAppTitle = "数字建安施工";
|
window.yanzhuAppTitle = "数字建安施工";
|
||||||
</script>
|
</script>
|
||||||
<link rel="icon" href="/faviconnew.ico" />
|
<link rel="icon" href="/cdn/bsimages/faviconnew.ico?v=4" />
|
||||||
<title>数字建安施工</title>
|
<title>数字建安施工</title>
|
||||||
<script
|
<script
|
||||||
type="text/javascript"
|
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 |
|
@ -60,7 +60,7 @@
|
||||||
</el-tabs>
|
</el-tabs>
|
||||||
</el-card>
|
</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>
|
<template v-slot:header>
|
||||||
<div class="clearfix">
|
<div class="clearfix">
|
||||||
<span>租户信息</span>
|
<span>租户信息</span>
|
||||||
|
|
Loading…
Reference in New Issue