@@ -430,7 +430,10 @@ public class SysWebServiceImpl implements ISysWebService {
"\n" +
" index index.html index.htm;\n" +
- "\n";
+ "\n" +
+ " location / {\n" +
+ " try_files $uri $uri/ /index.html?$args;\n" +
+ " }\n" ;
if(plat==2){
configParam += " location ^~ /seller/ {\n" +
" try_files $uri $uri/ /seller/index.html?$args;\n" +