|
@@ -10,10 +10,10 @@ public class HomeController {
|
|
|
return "redirect:login/staff";
|
|
|
}
|
|
|
|
|
|
-// @RequestMapping("/store/download_dev.html")
|
|
|
-// public String downLoadDev() {
|
|
|
-// return "/common/download_dev";
|
|
|
-// }
|
|
|
+ @RequestMapping("/store/download_dev.html")
|
|
|
+ public String downLoadDev() {
|
|
|
+ return "/common/download_dev";
|
|
|
+ }
|
|
|
//
|
|
|
// @RequestMapping("/store/download.html")
|
|
|
// public String downLoad() {
|