dever 6 years ago
parent
commit
03ebd808eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/route.php

+ 1 - 1
config/route.php

@@ -2,5 +2,5 @@
 return array
 (
 	'home' => 'home',
-	'v_(.*?)_(.*?)' => 'view.get?type=$1&id=$2',
+	'c=v(.*?)_(.*?)' => 'view.get?type=$1&id=$2',
 );