Commit 2b0c3fd5 by 蒋勇

d

parent bf18b14a
...@@ -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,//首页
functionUrl: DataTypes.STRING,//功能清单地址--前端通过loadJson下载数据 functionJSON: DataTypes.STRING,//功能清单地址--前端通过loadJson下载数据
docUrl: DataTypes.STRING,//接口文档地址 docUrl: DataTypes.STRING,//接口文档地址
configUrl: DataTypes.STRING,//基础信息配置信息地址 configUrl: DataTypes.STRING,//基础信息配置信息地址
logoUrl: DataTypes.STRING,//应用Logo logoUrl: DataTypes.STRING,//应用Logo
...@@ -86,3 +86,8 @@ module.exports = (db, DataTypes) => { ...@@ -86,3 +86,8 @@ module.exports = (db, DataTypes) => {
] ]
}); });
} }
{
"hello":"xxxxx",
"ok":"dsfsd"
}
\ No newline at end of file
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