Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
star7th committed Mar 15, 2024
1 parent 8b13bc8 commit 0c1692d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion web/index.html
Expand Up @@ -9,4 +9,4 @@
'../server/index.php?s=',
// "lang" :'en'
lang: 'zh-cn'
}</script><link href=./static/css/app.74e873b9239931a6e17cf1f328f8408f.css rel=stylesheet></head><body class=grey-bg><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.339f5a1f86786a88b9d4.js></script><script type=text/javascript src=./static/js/app.d6a1649553531ec72eaf.js></script></body></html>
}</script><link href=./static/css/app.f9804f11224dabadf8a169dcf592081f.css rel=stylesheet></head><body class=grey-bg><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.339f5a1f86786a88b9d4.js></script><script type=text/javascript src=./static/js/app.5e3935fff645bfa63ec3.js></script></body></html>

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions web/static/js/app.5e3935fff645bfa63ec3.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion web/static/js/app.d6a1649553531ec72eaf.js

This file was deleted.

13 changes: 10 additions & 3 deletions web_src/src/components/page/edit/Index.vue
Expand Up @@ -647,10 +647,17 @@ export default {
},
goback() {
var url = '/' + this.item_id + '/' + this.page_id
this.$router.push({
if(this.page_id){
this.callback()
}else{
this.$router.push({
path: url
})
this.callback()
}).then(()=>{
this.callback()
})
}
},
// 另存为模板
saveToTemplate() {
Expand Down

0 comments on commit 0c1692d

Please sign in to comment.