Skip to content

Commit

Permalink
Merge pull request #85 from Airmole/airmole
Browse files Browse the repository at this point in the history
审核好严,暂时移除掉失物招领功能,反正也没人用
  • Loading branch information
Airmole authored Sep 6, 2023
2 parents 36e5431 + 3ee03dd commit 02d3448
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
3 changes: 0 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
"pages/school/board/edit",
"pages/school/board/faq",
"pages/school/board/detail",
"pages/school/lost/edit",
"pages/school/lost/index",
"pages/school/lost/detail",
"pages/school/run/index",
"pages/school/finance/bind",
"pages/school/finance/index",
Expand Down
16 changes: 8 additions & 8 deletions pages/index/feature.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,14 +191,14 @@ Page({
url: '',
login: true,
}, {
id: 'lost',
icon: 'lost',
teacher: true,
student: true,
name: '失物招领',
url: '../school/lost/index',
login: false,
}, {
// id: 'lost',
// icon: 'lost',
// teacher: true,
// student: true,
// name: '失物招领',
// url: '../school/lost/index',
// login: false,
// }, {
id: 'map',
icon: 'tubiao_ditu',
teacher: true,
Expand Down

0 comments on commit 02d3448

Please sign in to comment.