From b974e76854b9171cc4ad57f93e382cd7e1ce3bcf Mon Sep 17 00:00:00 2001 From: yinxr <2273460044@qq.com> Date: Mon, 28 Jan 2019 13:20:47 +0800 Subject: [PATCH] Signed-off-by: yinxr <2273460044@qq.com> --- .../webapp/WEB-INF/manager/exit-system.ftl | 30 ++++++++++++++ .../WEB-INF/manager/include/head-file.ftl | 2 +- src/main/webapp/WEB-INF/manager/index.ftl | 35 ++++++++++++---- .../webapp/WEB-INF/manager/reset-password.ftl | 40 +++++++++++++++++++ 4 files changed, 99 insertions(+), 8 deletions(-) create mode 100644 src/main/webapp/WEB-INF/manager/exit-system.ftl create mode 100644 src/main/webapp/WEB-INF/manager/reset-password.ftl diff --git a/src/main/webapp/WEB-INF/manager/exit-system.ftl b/src/main/webapp/WEB-INF/manager/exit-system.ftl new file mode 100644 index 00000000..d8c029e4 --- /dev/null +++ b/src/main/webapp/WEB-INF/manager/exit-system.ftl @@ -0,0 +1,30 @@ + +
+ + 确认退出 + + +
+ \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/manager/include/head-file.ftl b/src/main/webapp/WEB-INF/manager/include/head-file.ftl index 2d3a7a5a..9f34cc11 100644 --- a/src/main/webapp/WEB-INF/manager/include/head-file.ftl +++ b/src/main/webapp/WEB-INF/manager/include/head-file.ftl @@ -44,7 +44,7 @@ // ms.manager = "${managerPath}"; ms.base = "http://192.168.0.54:82"; - ms.manager = "http://192.168.0.54:82/apis"; + ms.manager = "http://192.168.0.54:82/apis/ms"; //图片懒加载 Vue.use(VueLazyload, { error: ms.base + '/images/ic_image_deault.png', diff --git a/src/main/webapp/WEB-INF/manager/index.ftl b/src/main/webapp/WEB-INF/manager/index.ftl index fac2ff1e..0255dec4 100644 --- a/src/main/webapp/WEB-INF/manager/index.ftl +++ b/src/main/webapp/WEB-INF/manager/index.ftl @@ -4,8 +4,9 @@ - + + @@ -52,9 +53,9 @@ - 管理员 + - + @@ -127,9 +128,8 @@ - \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/manager/reset-password.ftl b/src/main/webapp/WEB-INF/manager/reset-password.ftl new file mode 100644 index 00000000..ba8c969f --- /dev/null +++ b/src/main/webapp/WEB-INF/manager/reset-password.ftl @@ -0,0 +1,40 @@ + +
+ + + + + + + + + + + + + + +
+ \ No newline at end of file