Explorar el Código

移动安装目录,支持根目录index.php访问,也可以像tp5一样只对外开放public一个目录

xurongyao hace 7 años
padre
commit
87b850f23e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      application/config.php

+ 1 - 1
application/config.php

@@ -149,7 +149,7 @@ return [
         '{__PLUG_PATH}'=>PUBILC_PATH.'static/plug/',
         '{__MODULE_PATH}'=>PUBILC_PATH.'system/module/',
         '{__STATIC_PATH}'=>PUBILC_PATH.'static/',
-        '{__PUBLIC_PATH}'=>PUBILC_PATH,
+        '{__PUBLIC_PATH}'=>PUBILC_PATH.'/',
         '{__WAP_PATH}'=>PUBILC_PATH.'wap/first/static/'
     ],
     // 默认跳转页面对应的模板文件