Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
288d0572
Commit
288d0572
authored
Dec 10, 2018
by
duxinyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
98db0989
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
route.php
application/route.php
+1
-2
No files found.
application/route.php
View file @
288d0572
...
...
@@ -277,7 +277,6 @@ Route::group('index', [
'getTaxesById'
=>
[
'index/Finance/getTaxesById'
,
[
'method'
=>
'POST|GET'
]],
//财务结单
'financeUpdateLog'
=>
[
'index/Finance/financeUpdateLog'
,
[
'method'
=>
'POST|GET'
]],
//财务结单
'getRealIncome'
=>
[
'index/Finance/getRealIncome'
,
[
'method'
=>
'GET'
]],
//获取实收日期
'receivables'
=>
[
'index/Finance/receivables'
,
[
'method'
=>
'GET'
]],
//获取实收日期
'noticeIndex'
=>
[
'index/notice/index'
,
[
'method'
=>
'GET'
]],
//公告列表
'getNoticeInfo'
=>
[
'index/notice/getNoticeInfo'
,
[
'method'
=>
'GET'
]],
//公告详情
'delNotice'
=>
[
'index/notice/delNotice'
,
[
'method'
=>
'POST'
]],
//删除公告
...
...
@@ -287,7 +286,7 @@ Route::group('index', [
'shareShop'
=>
[
'index/ShareShop/shareShop'
,
[
'method'
=>
'POST|GET'
]
],
'yindaoAndroid'
=>
[
'index/ShareShop/yindaoAndroid'
,
[
'method'
=>
'POST|GET'
]
],
'yindaoIos'
=>
[
'index/ShareShop/yindaoIos'
,
[
'method'
=>
'POST|GET'
]
],
'receivables'
=>
[
'index/Finance/receivables'
,
[
'method'
=>
'GET'
]],
//获取实收日期
'evaluationList'
=>
[
'index/Evaluation/evaluationList'
,
[
'method'
=>
'POST|GET'
]],
//评价列表 朱伟 2018-06-13
'marchInList'
=>
[
'index/MarchIn/marchInList'
,
[
'method'
=>
'POST|GET'
]],
//进场记录列表 朱伟 2018-06-13
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment