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> </div>
<transition name="el-zoom-in-top"> <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 class="title">预警信息</div>
<div @click="warnClose()" style=" <div @click="warnClose()" style="
position: absolute; position: absolute;

View File

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