fix: 修复代理配置注释和预警信息显示条件

移除代理配置中的个人注释
调整预警信息显示条件为始终不显示
This commit is contained in:
liangbin 2025-12-31 17:43:31 +08:00
parent e37080a719
commit e1af0a6c49
2 changed files with 2 additions and 2 deletions

View File

@ -331,7 +331,7 @@
</div>
<transition name="el-zoom-in-top">
<div class="warn-item" v-show="warnShow">
<div class="warn-item" v-show="warnShow && false">
<div class="title">预警信息</div>
<div @click="warnClose()" style="
position: absolute;

View File

@ -12,7 +12,7 @@ module.exports = {
proxy: {
"/TestApi": {
//本地服务接口地址
target: "http://127.0.0.1:8000", // 陈
target: "http://127.0.0.1:8000",
ws: true,
https: true,
pathRewrite: {