任务明细页面
This commit is contained in:
10
app.json
10
app.json
@@ -3,12 +3,16 @@
|
||||
"pages/index/index",
|
||||
"pages/logs/logs",
|
||||
"pages/myself/index",
|
||||
"pages/today/index",
|
||||
"pages/message/index"
|
||||
"pages/task/index",
|
||||
"pages/message/index",
|
||||
"pages/taskDetail/index"
|
||||
],
|
||||
"usingComponents": {
|
||||
"t-icon": "/components/icon/icon",
|
||||
"t-checkbox": "/components/checkbox/checkbox"
|
||||
"t-checkbox": "/components/checkbox/checkbox",
|
||||
"t-input": "/components/input/input",
|
||||
"t-textarea": "/components/textarea/textarea",
|
||||
"t-cell": "/components/cell/cell"
|
||||
},
|
||||
"window": {
|
||||
"backgroundTextStyle": "light",
|
||||
|
||||
Reference in New Issue
Block a user