parent
e37080a719
commit
e1af0a6c49
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue