Skip to content

Commit

Permalink
feat: 修改标题
Browse files Browse the repository at this point in the history
  • Loading branch information
Grnetsky committed Sep 12, 2023
1 parent fe8eb36 commit 57fabff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
</style>

<title>欢迎访问mate2d编辑平台</title>
<title>meta2d可视化流程图编辑平台</title>

</head>
<body>
Expand Down
1 change: 1 addition & 0 deletions src/data/defaultsConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ const menuFunc = {
}
},
async loadFile() {
// 该方法有兼容性问题
const file = await window.showOpenFilePicker().catch(() => {
ElMessage({message: '打开文件失败', type: "error"})
return false
Expand Down

0 comments on commit 57fabff

Please sign in to comment.