Skip to content

Commit

Permalink
Merge pull request 'fix:修复展示问题' (#18) from dev into master
Browse files Browse the repository at this point in the history
  • Loading branch information
fanxb committed Dec 1, 2023
2 parents 44c1ca9 + f78349a commit f7994d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bookmark_front/src/views/public/about/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ export default {
},
methods: {
checkVersion: function(version, latestVersion) {
if (version === latestVersion) {
return false;
}
let versions = version.split(".");
let latestVersions = latestVersion.split(".");
for (let i = 0; i < versions.length; i++) {
Expand Down

0 comments on commit f7994d2

Please sign in to comment.