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
c72d11c8
Commit
c72d11c8
authored
Jun 24, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
1e4028d0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
RealTimePerformance.php
application/index/controller/RealTimePerformance.php
+7
-0
route.php
application/route.php
+1
-0
No files found.
application/index/controller/RealTimePerformance.php
View file @
c72d11c8
...
@@ -19,4 +19,10 @@ class RealTimePerformance extends Basic
...
@@ -19,4 +19,10 @@ class RealTimePerformance extends Basic
return
view
(
'realtime/realtimePerformance'
);
return
view
(
'realtime/realtimePerformance'
);
}
}
}
}
public
function
realtimePerformanceOfficeList
()
{
if
(
!
$this
->
request
->
isAjax
())
{
return
view
(
'realtime/realtimePerformanceOffice'
);
}
}
}
}
\ No newline at end of file
application/route.php
View file @
c72d11c8
...
@@ -352,6 +352,7 @@ Route::group('index', [
...
@@ -352,6 +352,7 @@ Route::group('index', [
'userModalList'
=>
[
'index/Member/userDetail'
,
[
'method'
=>
'GET'
]],
//客户跟进模态框,公用
'userModalList'
=>
[
'index/Member/userDetail'
,
[
'method'
=>
'GET'
]],
//客户跟进模态框,公用
'inspectionRecordList'
=>
[
'index/InspectionRecord/inspectionRecordList'
,
[
'method'
=>
'GET'
]],
//约带看记录liu
'inspectionRecordList'
=>
[
'index/InspectionRecord/inspectionRecordList'
,
[
'method'
=>
'GET'
]],
//约带看记录liu
'realtimePerformance'
=>
[
'index/RealTimePerformance/realtimePerformanceList'
,
[
'method'
=>
'GET'
]],
//实时业绩liu
'realtimePerformance'
=>
[
'index/RealTimePerformance/realtimePerformanceList'
,
[
'method'
=>
'GET'
]],
//实时业绩liu
'realtimePerformanceOffice'
=>
[
'index/RealTimePerformance/realtimePerformanceOfficeList'
,
[
'method'
=>
'GET'
]],
//实时业绩liu办公楼
'shopinspectionLog'
=>
[
'index/ShopInspectionLog/shopinspectionLogList'
,
[
'method'
=>
'POST|GET'
]],
//商铺查看日志liu
'shopinspectionLog'
=>
[
'index/ShopInspectionLog/shopinspectionLogList'
,
[
'method'
=>
'POST|GET'
]],
//商铺查看日志liu
'opensquareLog'
=>
[
'index/OpenSquareLog/opensquarelogList'
,
[
'method'
=>
'POST|GET'
]],
//开盘广场liu
'opensquareLog'
=>
[
'index/OpenSquareLog/opensquarelogList'
,
[
'method'
=>
'POST|GET'
]],
//开盘广场liu
'redEnvelope'
=>
[
'index/RedEnvelope/redEnvelopeList'
,
[
'method'
=>
'POST|GET'
]],
//活动列表liu
'redEnvelope'
=>
[
'index/RedEnvelope/redEnvelopeList'
,
[
'method'
=>
'POST|GET'
]],
//活动列表liu
...
...
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