Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
star7th committed Nov 26, 2024
1 parent 22da67c commit 1f6d333
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
'../server/index.php?s=',
// "lang" :'en'
lang: 'zh-cn'
}</script><link href="./static/css/app.6019999233d15de4c2094f4719251855.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.6958fbe8e7ac7908b110.js"></script><script type="text/javascript" src="./static/js/app.38703c182e6960954e55.js"></script></body></html>
}</script><link href="./static/css/app.343bb60a128a48580451591fd4ef6379.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.6958fbe8e7ac7908b110.js"></script><script type="text/javascript" src="./static/js/app.fe27c49fc32f9c1dc264.js"></script></body></html>

Large diffs are not rendered by default.

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

This file was deleted.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web_src/src/components/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export default {
this.height = winHeight + 'px'
},
homePageSetting() {
var url = DocConfig.server + '/api/common/homePageSetting'
var url = '/api/common/homePageSetting'
this.request(url, this.form,'post',false).then(response => {
if (response.data.error_code === 0) {
this.beian = response.data.data.beian
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,12 @@
v-if="showHistoryVersiong"
:callback="
data => {
this.showHistoryVersiong = false
showHistoryVersiong = false
}
"
:cancel="
() => {
showHistoryVersiong = false
}
"
></HistoryVersion>
Expand Down

0 comments on commit 1f6d333

Please sign in to comment.