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
9e751ecf
Commit
9e751ecf
authored
Apr 15, 2018
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
跟进状态
parent
4a34a1b4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
Basic.php
application/index/extend/Basic.php
+1
-0
route.php
application/route.php
+1
-0
No files found.
application/index/extend/Basic.php
View file @
9e751ecf
...
...
@@ -42,6 +42,7 @@ class Basic extends Controller
'index/logout'
,
'/'
,
'index/banner'
,
'index/getUserLabel'
,
'index/bannerList'
);
...
...
application/route.php
View file @
9e751ecf
...
...
@@ -133,6 +133,7 @@ Route::group('index', [
'uLabelIndex'
=>
[
'index/label/uLabelIndex'
,[
'method'
=>
'get'
]],
//客户标签界面
'getULabelsList'
=>
[
'index/label/getULabelsList'
,[
'method'
=>
'get'
]],
//客户标签列表接口
'updateULabel'
=>
[
'index/label/updateULabel'
,[
'method'
=>
'post|get'
]],
//编辑添加客户标签
'getUserLabel'
=>
[
'index/label/getUserLabel'
,[
'method'
=>
'get'
]],
//获取客户状态
//商圈
'BusinessDistrict'
=>
[
'index/BusinessDistrict/index'
,
[
'method'
=>
'get'
]],
//商圈列表
...
...
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