This commit is contained in:
2025-06-10 09:26:48 +08:00
parent 64bbcd2a06
commit be453d2230
5 changed files with 4 additions and 4 deletions

View File

@ -156,6 +156,7 @@
right: 20px;
top: 22px;
font-size: 17px;
z-index: 9;
span {
color: #0bb7ff;
cursor: pointer;

View File

@ -26,7 +26,6 @@
:key="pageData.keyCount"
:tableConfiger="pageData.tableConfiger"
:controlsWidth="pageData.controlsWidth"
@chooseData="chooseData"
>
<template #bqYs="{ row }">
<DictTag :value="row.bqYs" :tag="false" :options="D_GS_SSYJ" />

View File

@ -80,7 +80,6 @@
<el-icon color="#fff" style="top:2px;"><Notification/></el-icon><i class="ml10" style="color: #fff;">{{iv}}</i>
</div>
</el-popover>
<span class="ml10 mr10"><img @click.stop="handleBtns('后台')" src="@/assets/images/meun.png" alt=""></span>
</div>
</ul>

View File

@ -88,7 +88,7 @@ const refreshToken = (e) => {
store.dispatch("user/refreshToken", { deptId: e, jwtToken: authorization.value}).then((res) => {
loading.value = false;
store.commit("user/setDeptId", e);
// window.location.href = '/'// 登录后操作
window.location.href = '/'// 登录后操作
router.push("/");
}).catch(() => {
loading.value = false;

View File

@ -4,7 +4,8 @@ function resolve(dir) {
return path.join(__dirname, dir);
}
const serverHost = "http://192.168.4.29:8006"
const serverHost = "http://192.168.101.7:8006"
// const serverHost = "http://192.168.4.29:8006"
module.exports = {
publicPath: "./",
outputDir: "ylth",