pull/30/head
taoshihan1991 4 years ago
parent f7be76dd92
commit 5d57dfc906

@ -65,7 +65,6 @@
<body> <body>
<div id="app"> <div id="app">
<template> <template>
<el-container v-loading.fullscreen.lock="fullscreenLoading">
<el-row :gutter="2"> <el-row :gutter="2">
<el-col :span="6"> <el-col :span="6">
<div class="chatBg chatLeft"> <div class="chatBg chatLeft">
@ -143,7 +142,6 @@
</div> </div>
</el-col> </el-col>
</el-row> </el-row>
</el-container>
</template> </template>
</div> </div>
</body> </body>
@ -350,7 +348,6 @@
type: 'error' type: 'error'
}); });
} }
_this.fullscreenLoading=false;
} }
}).then(function(data){ }).then(function(data){
}); });

Loading…
Cancel
Save