Commit 10dce1de by 蒋勇

d

parent 23c327b1
...@@ -37,3 +37,6 @@ db.sync({force:true}).then(async ()=>{ ...@@ -37,3 +37,6 @@ db.sync({force:true}).then(async ()=>{
// console.log("clear caches ok....."); // console.log("clear caches ok.....");
// }); // });
}); });
...@@ -14,7 +14,7 @@ module.exports = (db, DataTypes) => { ...@@ -14,7 +14,7 @@ module.exports = (db, DataTypes) => {
domainName: DataTypes.STRING,//域名 domainName: DataTypes.STRING,//域名
backend:DataTypes.STRING,//域名 backend:DataTypes.STRING,//域名
homePage: DataTypes.STRING,//首页 homePage: DataTypes.STRING,//首页
functionJSON: DataTypes.STRING,//功能清单地址--前端通过loadJson下载数据 functionJSON: DataTypes.TEXT,//功能清单地址--前端通过loadJson下载数据
docUrl: DataTypes.STRING,//接口文档地址 docUrl: DataTypes.STRING,//接口文档地址
configUrl: DataTypes.STRING,//基础信息配置信息地址 configUrl: DataTypes.STRING,//基础信息配置信息地址
logoUrl: DataTypes.STRING,//应用Logo logoUrl: DataTypes.STRING,//应用Logo
......
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