fix new web site
This commit is contained in:
parent
b478ffcf4f
commit
4521c757ab
@ -69,7 +69,6 @@ Wwws.getwco = (wconame, ctx) => {
|
|||||||
};
|
};
|
||||||
webpageinit.pages[ctx.pagename] = {
|
webpageinit.pages[ctx.pagename] = {
|
||||||
version: 1,
|
version: 1,
|
||||||
confpage: {
|
|
||||||
language: ["en"],
|
language: ["en"],
|
||||||
profils: ["anonymous"],
|
profils: ["anonymous"],
|
||||||
itms: {},
|
itms: {},
|
||||||
@ -78,7 +77,6 @@ Wwws.getwco = (wconame, ctx) => {
|
|||||||
ref: {},
|
ref: {},
|
||||||
schema: [],
|
schema: [],
|
||||||
tpldata: {},
|
tpldata: {},
|
||||||
},
|
|
||||||
};
|
};
|
||||||
const wcoinfo = fs.readJSONSync(wcoconf);
|
const wcoinfo = fs.readJSONSync(wcoconf);
|
||||||
const webpage = fs.existsSync(webconf)
|
const webpage = fs.existsSync(webconf)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user