修改图片处理

This commit is contained in:
maojiacai
2025-09-08 19:35:36 +08:00
parent 042c48fa96
commit 94bd692870
6 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ provide("reload", reload);
onMounted(() => { onMounted(() => {
let dept = getItem("deptId"); let dept = getItem("deptId");
if (dept) { if (dept) {
document.title = "德阳智慧巡防"; document.title = "群防群治平台";
} else { } else {
document.title = "登录"; document.title = "登录";
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 59 KiB

View File

@ -292,7 +292,7 @@ onMounted(() => {
<!-- <el-icon style="vertical-align: middle"><Delete /> </el-icon>--> <!-- <el-icon style="vertical-align: middle"><Delete /> </el-icon>-->
<!-- <span style="vertical-align: middle">批量删除</span>--> <!-- <span style="vertical-align: middle">批量删除</span>-->
<!-- </el-button>--> <!-- </el-button>-->
<!-- </PageTitle>--> </PageTitle>
</div> </div>
<div ref="searchBox"> <div ref="searchBox">
<Search :searchArr="searchConfiger" @submit="onSearch" /> <Search :searchArr="searchConfiger" @submit="onSearch" />

View File

@ -4,7 +4,7 @@ function resolve(dir) {
return path.join(__dirname, dir); return path.join(__dirname, dir);
} }
// const serverHost = "http://118.122.165.45:35623"; // const serverHost = "http://118.122.165.45:35623";
const serverHost = "http://172.20.19.54:8006"; const serverHost = "http://192.168.1.8:8006";
module.exports = { module.exports = {
publicPath: "/", publicPath: "/",