dever 3 лет назад
Родитель
Сommit
e14885ff6d
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      config/base.php

+ 4 - 4
config/base.php

@@ -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/',
     ),