Authored by whb

Merge branch 'develop'

  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<projectDescription>
  3 + <name>qsns</name>
  4 + <comment></comment>
  5 + <projects>
  6 + </projects>
  7 + <buildSpec>
  8 + </buildSpec>
  9 + <natures>
  10 + </natures>
  11 +</projectDescription>
  1 +eclipse.preferences.version=1
  2 +encoding/<project>=UTF-8
1 ;profile 1 ;profile
2 product.index.type = "rewrite" 2 product.index.type = "rewrite"
3 -product.index.match = "/product/$"  
4 -product.index.route.module = Product 3 +product.index.match = "/sns/$"
  4 +product.index.route.module = Sns
5 product.index.route.controller = Index 5 product.index.route.controller = Index
6 product.index.route.action = Index 6 product.index.route.action = Index
@@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
6 * Time: 下午5:03 6 * Time: 下午5:03
7 */ 7 */
8 8
9 -namespace QProduct; 9 +namespace QSns;
10 10
11 11
12 class Config 12 class Config