Showing
2 changed files
with
5 additions
and
5 deletions
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 |
@@ -20,13 +20,13 @@ class Config | @@ -20,13 +20,13 @@ class Config | ||
20 | * 模块名称 | 20 | * 模块名称 |
21 | * @var string | 21 | * @var string |
22 | */ | 22 | */ |
23 | - public static $modelsName = 'QProduct'; | 23 | + public static $modelsName = 'QSns'; |
24 | 24 | ||
25 | /** | 25 | /** |
26 | * app 模块名称 | 26 | * app 模块名称 |
27 | * @var array | 27 | * @var array |
28 | */ | 28 | */ |
29 | public static $appName = array( | 29 | public static $appName = array( |
30 | - 'Product' | 30 | + 'Sns' |
31 | ); | 31 | ); |
32 | } | 32 | } |
-
Please register or login to post a comment