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