增加cms后台
This commit is contained in:
1
cms.json
Normal file
1
cms.json
Normal file
@@ -0,0 +1 @@
|
||||
[{"fields":[{"dateFormatType":"timestamp-ms","description":"CMS 系统字段,请勿随意修改。通过 CMS 系统录入的数据会默认添加该字段","displayName":"创建时间","id":"_createTime","isSystem":true,"name":"_createTime","type":"DateTime"},{"dateFormatType":"timestamp-ms","description":"CMS 系统字段,请勿随意修改。通过 CMS 系统录入的数据会默认添加该字段","displayName":"修改时间","id":"_updateTime","isSystem":true,"name":"_updateTime","type":"DateTime"},{"displayName":"id","id":"xozkdpgipe8kiij6qweujhup6l5r4kip","name":"_id","order":2,"type":"String"},{"copyable":true,"description":"CMS 系统字段,请勿随意修改","displayName":"文档 ID","id":"_id","isHidden":true,"isSystem":true,"name":"_id","type":"String"},{"displayName":"试卷名称","id":"1cmubd5mv1n9600wlszkplng2ted94jj","name":"name","order":4,"type":"String"}],"collectionName":"exam","displayName":"试卷","_id":"fa24ce1a617bb7c303057c9342daa508"},{"fields":[{"dateFormatType":"timestamp-ms","description":"CMS 系统字段,请勿随意修改。通过 CMS 系统录入的数据会默认添加该字段","displayName":"创建时间","id":"_createTime","isSystem":true,"name":"_createTime","type":"DateTime"},{"dateFormatType":"timestamp-ms","description":"CMS 系统字段,请勿随意修改。通过 CMS 系统录入的数据会默认添加该字段","displayName":"修改时间","id":"_updateTime","isSystem":true,"name":"_updateTime","type":"DateTime"},{"displayName":"id","id":"dvr60mqbd0dyvkh6vd4oi64kvkdyajl9","name":"_id","order":2,"type":"String"},{"copyable":true,"description":"CMS 系统字段,请勿随意修改","displayName":"文档 ID","id":"_id","isHidden":true,"isSystem":true,"name":"_id","type":"String"},{"displayName":"分类名称","id":"ebi5gz23dofzlp349gom48m655h0ioie","name":"name","order":4,"type":"MultiLineString"},{"displayName":"试卷id","id":"10vk1hta7yk96lbz2akienoro17prycj","name":"pid","order":5,"type":"String"}],"collectionName":"subjects","displayName":"考试二级分类","_id":"9e7190f1617bb86c02addb8d7c4326c1"},{"fields":[{"dateFormatType":"timestamp-ms","description":"CMS 系统字段,请勿随意修改。通过 CMS 系统录入的数据会默认添加该字段","displayName":"创建时间","id":"_createTime","isSystem":true,"name":"_createTime","type":"DateTime"},{"dateFormatType":"timestamp-ms","description":"CMS 系统字段,请勿随意修改。通过 CMS 系统录入的数据会默认添加该字段","displayName":"修改时间","id":"_updateTime","isSystem":true,"name":"_updateTime","type":"DateTime"},{"displayName":"id","id":"jw93nr7336252mnreq046rd0297byvui","name":"_id","order":2,"type":"String"},{"copyable":true,"description":"CMS 系统字段,请勿随意修改","displayName":"文档 ID","id":"_id","isHidden":true,"isSystem":true,"name":"_id","type":"String"},{"displayName":"题目解析","id":"feq69q6xqanpcr35z8xe19a3owjije3j","name":"comments","order":4,"type":"String"},{"displayName":"考试二级分类id","id":"tj9izcis1geov5eysd3ewngsuoxq92oa","name":"examid","order":5,"type":"String"},{"displayName":"问题","id":"47owe4bnhtm35q4w8b9sd60xfc9q4ujr","name":"title","order":6,"type":"String"},{"displayName":"题型","id":"5250x0vfb4vb462q7qwpq2sei9ejbz55","name":"typename","order":7,"type":"String"},{"displayName":"题型code","id":"ld8o3j3r0memochbfnnucrpwywtm94k9","name":"typecode","order":8,"type":"String"},{"description":"value :0--错,1--对\ncode :选项\ncontent:选项内容\n{\n \"value\":\"0\",\n \"code\":\"A\",\n \"content\":\"100人\"\n },","displayName":"答案选项","id":"adhe3dok0wawoxpeda64uphyx8m4y3ks","name":"options","order":9,"type":"Object"}],"collectionName":"questions","displayName":"试卷题目","_id":"18ed0968617bb9300271cbf6325549e5"}]
|
||||
@@ -11,7 +11,7 @@ App({
|
||||
// env 参数决定接下来小程序发起的云开发调用(wx.cloud.xxx)会默认请求到哪个云环境的资源
|
||||
// 此处请填入环境 ID, 环境 ID 可打开云控制台查看
|
||||
// 如不填则使用默认环境(第一个创建的环境)
|
||||
env: 'cloud1-5g3vsqwa47dc9eb2',
|
||||
env: 'video-2g9zfhcj42296a16',
|
||||
traceUser: true,
|
||||
})
|
||||
}
|
||||
|
||||
@@ -19,25 +19,26 @@
|
||||
"checkSiteMap": true,
|
||||
"uploadWithSourceMap": true,
|
||||
"compileHotReLoad": false,
|
||||
"lazyloadPlaceholderEnable": false,
|
||||
"useMultiFrameRuntime": true,
|
||||
"useApiHook": true,
|
||||
"useApiHostProcess": false,
|
||||
"useApiHostProcess": true,
|
||||
"babelSetting": {
|
||||
"ignore": [],
|
||||
"disablePlugins": [],
|
||||
"outputPath": ""
|
||||
},
|
||||
"enableEngineNative": false,
|
||||
"bundle": false,
|
||||
"useIsolateContext": true,
|
||||
"useCompilerModule": false,
|
||||
"userConfirmedUseCompilerModuleSwitch": false,
|
||||
"userConfirmedBundleSwitch": false,
|
||||
"packNpmManually": false,
|
||||
"packNpmRelationList": [],
|
||||
"minifyWXSS": true
|
||||
"minifyWXSS": true,
|
||||
"disableUseStrict": false,
|
||||
"showES6CompileOption": false,
|
||||
"useCompilerPlugins": false
|
||||
},
|
||||
"appid": "wx12b12cafc8ad5504",
|
||||
"appid": "wx9c45cc731fa2cf95",
|
||||
"projectname": "cloudapp",
|
||||
"libVersion": "2.8.1",
|
||||
"simulatorType": "wechat",
|
||||
|
||||
Reference in New Issue
Block a user