更新
This commit is contained in:
@ -156,6 +156,7 @@
|
||||
right: 20px;
|
||||
top: 22px;
|
||||
font-size: 17px;
|
||||
z-index: 9;
|
||||
span {
|
||||
color: #0bb7ff;
|
||||
cursor: pointer;
|
||||
|
@ -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" />
|
||||
|
@ -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>
|
||||
|
@ -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;
|
||||
|
@ -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",
|
||||
|
Reference in New Issue
Block a user