Authored by 周少峰

sub domains

... ... @@ -8,7 +8,7 @@
module.exports = () => {
return (req, res, next) => {
if (req.subdomains.length) {
switch (req.subdomains) {
switch (req.subdomains[0]) {
case 'www': // 主站
case 'new': // 原新版
case 'guang': // 逛
... ...