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

This commit is contained in:
xurongyao 2018-09-16 16:35:01 +08:00
parent 3b54116a00
commit bbdbea81b9

View File

@ -16,7 +16,7 @@
deps:['css!layercss']
}
},
baseUrl:'//'+location.hostname+"/{__PUBLIC_PATH}",
baseUrl:'//'+location.hostname+"{__PUBLIC_PATH}",
paths: {
'static':'static',
'system':'system',