Commit 4bc76b10 by 蒋勇

d

parent 9d0451f2
......@@ -3,7 +3,7 @@ var system = require("../../base/system");
// var userCtl = system.getObject("web.auth.userCtl");
module.exports = function (app) {
app.get("/", async function (req, res) {
res.render("index", { appinfo: null, app: null });
res.render("index", {});
// console.log(req.hostname);
// var appinfo=await metaCtl.getAppInfo(req);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment