合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
## 访问微站默认跳转超级商城 实现访问微站跳转超级商城需添加重写规则,以下为nginx服务器例子,其它服务器请参考 > location /app/ { >     rewrite  ^/app/index.php\\?i=(\\d+).\*$  /app/index.php?i=$1&c=entry&do=home&m=superman\_mall  break; > > }