diff --git a/软件系统浏览器模版/Controllers/AccountController.cs b/软件系统浏览器模版/Controllers/AccountController.cs
index cb235d7..620de29 100644
--- a/软件系统浏览器模版/Controllers/AccountController.cs
+++ b/软件系统浏览器模版/Controllers/AccountController.cs
@@ -160,5 +160,18 @@ namespace 软件系统浏览器模版.Controllers
ViewData[SessionItemsDescription.UserAccount] = Session[SessionItemsDescription.UserAccount];
return View();
}
+
+
+ //GET
+ ///
+ /// 更改账户的密码的页面,更改密码之前需要对旧的密码进行验证
+ ///
+ ///
+ public ActionResult ChangePassword()
+ {
+ return View();
+ }
+
+
}
}
\ No newline at end of file