Skip to content

Commit

Permalink
Update app9.vue
Browse files Browse the repository at this point in the history
看看是否会加速
  • Loading branch information
duolabmeng6 committed Sep 1, 2023
1 parent 2dc4945 commit 49cb789
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions GoEasyDesigner/frontend/src/app9.vue
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,13 @@ function 帮助(){
BrowserOpenURL("https://github.com/duolabmeng6/GoEasyDesigner")
}
function 运行(){
store.帮助信息 = "等待开发 ..."
}
function 编译(){
store.帮助信息 = "等待开发 ..."
}
function 保存() {
console.log("保存")
let njson = JSON.stringify(store.list, null, 2)
Expand Down

0 comments on commit 49cb789

Please sign in to comment.