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
67efed0e
Commit
67efed0e
authored
Dec 12, 2017
by
刘丹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
前端
parent
53f16bd4
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
Index.php
application/index/controller/member/Index.php
+3
-2
preview_list.html
application/index/view/member/preview_list.html
+0
-0
route.php
application/route.php
+1
-1
No files found.
application/index/controller/member/Index.php
View file @
67efed0e
...
@@ -12,8 +12,8 @@ class Index {
...
@@ -12,8 +12,8 @@ class Index {
return
view
(
'member/member'
,[
'title'
=>
'thinkphp'
]);
return
view
(
'member/member'
,[
'title'
=>
'thinkphp'
]);
//$this->response('100',array(),'json');
//$this->response('100',array(),'json');
}
}
public
function
home
(){
public
function
preview_list
(){
return
view
(
'member/
home
'
);
return
view
(
'member/
preview_list
'
);
//$this->response('100',array(),'json');
//$this->response('100',array(),'json');
}
}
}
}
\ No newline at end of file
application/index/view/member/
home
.html
→
application/index/view/member/
preview_list
.html
View file @
67efed0e
File moved
application/route.php
View file @
67efed0e
...
@@ -42,7 +42,7 @@ Route::rule(['/city/:name' => 'error/index'] , '' ,'GET');*/
...
@@ -42,7 +42,7 @@ Route::rule(['/city/:name' => 'error/index'] , '' ,'GET');*/
Route
::
group
(
'index'
,[
Route
::
group
(
'index'
,[
'member'
=>
[
'index/member.index/member'
,[
'method'
=>
'get'
]],
'member'
=>
[
'index/member.index/member'
,[
'method'
=>
'get'
]],
'
home'
=>
[
'index/member.index/home
'
,[
'method'
=>
'get'
]]
'
preview_list'
=>
[
'index/member.index/preview_list
'
,[
'method'
=>
'get'
]]
]);
]);
Route
::
group
(
'api'
,[
Route
::
group
(
'api'
,[
//get
//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