From 3e18c8e4ffb5a219763df5513df05a830e72efbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=E5=98=89=E9=98=B3?= Date: Tue, 1 May 2018 17:06:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BE=83=E5=B0=91=E5=89=8D=E7=AB=AF=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E9=A2=84=E8=AF=BB=E5=8F=96=E9=87=8F=EF=BC=8C=E6=8F=90?= =?UTF-8?q?=E9=AB=98=E8=AE=BF=E9=97=AE=E9=80=9F=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/js/homepage.js | 11 ++++++++--- src/main/resources/templates/home/about.html | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) 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 @@
  • 代码开发 符嘉阳

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