1 #638

Merged
Eeeros merged 1 commits from Eeeros/forgeplus-react:gitlink_ssr_head into gitlink_ssr_head 2024-04-17 13:44:40 +08:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit c3d54b2ae4 - Show all commits

View File

@ -49,6 +49,7 @@ app.use(excludePath);
app.get('*',function (req,res) { app.get('*',function (req,res) {
global.domObj = getDomObj() global.domObj = getDomObj()
if (!render(req,res)) { if (!render(req,res)) {
console.log(req.url)
proxy(req, res); proxy(req, res);
} }
}) })