Skip to content

Commit 41515f5

Browse files
committed
modify manong pages
1 parent f701a49 commit 41515f5

File tree

247 files changed

+5651
-2253
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

247 files changed

+5651
-2253
lines changed

manong_portal/src/main/java/com/manong/portal/controller/IndexController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public String index(ModelMap modelMap){
2828
modelMap.addAttribute("categories",categories);
2929
List<Res_Product> products = productService.getProducts();
3030
modelMap.addAttribute("products",products);
31-
return "index";
31+
return "Product";
3232
}
3333

3434

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<info>
3+
<infoitem key="MMGuideColor" value="#00FF00" />
4+
<infoitem key="MMGuideVisible" value="false" />
5+
<infoitem key="MMGuideLocked" value="false" />
6+
<infoitem key="MMSnapToGuide" value="true" />
7+
<infoitem key="MMGuidesSnapToElements" value="true" />
8+
<infoitem key="MMDistanceColor" value="#0000FF" />
9+
<infoitem key="MMGuideCount" value="0" />
10+
</info>

0 commit comments

Comments
 (0)