diff --git a/src/main/resources/static/js/homepage.js b/src/main/resources/static/js/homepage.js index 2e53cd2..73bf8f0 100644 --- a/src/main/resources/static/js/homepage.js +++ b/src/main/resources/static/js/homepage.js @@ -196,6 +196,12 @@ var Main = { .catch(function (error) { console.log(error); }); + + }) + }, + methods: { + showVersion(){ + let that = this; axios.get(getRootPath_web() + '/home/findallversion') .then(function (response) { console.log(response.data); @@ -205,9 +211,8 @@ var Main = { .catch(function (error) { console.log(error); }); - }) - }, - methods: { + this.dialogTableVisible = true; + }, getFileList() { let that = this; axios.get(getRootPath_web() + '/home/download/findone') diff --git a/src/main/resources/templates/home/about.html b/src/main/resources/templates/home/about.html index 218a9a6..4282c19 100644 --- a/src/main/resources/templates/home/about.html +++ b/src/main/resources/templates/home/about.html @@ -41,7 +41,7 @@
  • 代码开发 符嘉阳

  • - 查看更新日志 + 查看更新日志