预警初始化

pull/4/head
qiuhongwu 8 months ago
parent 0f139e169e
commit acabafa8e8

@ -83,6 +83,9 @@ const onMouseMove = (event: MouseEvent) => {
// const onDragEnd = () => { // const onDragEnd = () => {
// // // //
// }; // };
onMounted(() => {
commonStore.setStore('showWarning', true)
})
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
.FoldWran { .FoldWran {

Loading…
Cancel
Save