|
@@ -123,20 +123,20 @@ $config['template'] = array
|
|
|
(
|
|
|
# 静态页面目录
|
|
|
//'assets' => array('pc', 'mobile'),
|
|
|
- 'assets' => 'mobile',
|
|
|
+ 'assets' => 'pc',
|
|
|
|
|
|
# 模板编译器目录
|
|
|
- 'template' => 'mobile',
|
|
|
+ 'template' => 'pc',
|
|
|
|
|
|
# 模板html文件的所在目录,默认为html
|
|
|
- 'path' => '',
|
|
|
+ 'path' => 'html',
|
|
|
|
|
|
'replace' => array
|
|
|
(
|
|
|
'css' => 'css/',
|
|
|
'js' => 'js/',
|
|
|
'images' => 'images/',
|
|
|
- 'script' => 'script/',
|
|
|
+ 'script' => '../script/',
|
|
|
'static' => './static/',
|
|
|
),
|
|
|
|