Commit 4c95c5c4 authored by clone's avatar clone

Merge branch 'chat_0705' of https://gitee.com/zwyjjc/tl_estate into chat_0705

parents 2f8c4a15 47068b6f
......@@ -133,4 +133,8 @@ class Notice extends Basic
return $this->response(101, "删除失败!");
}
}
public function addNoticeView() {
return view('add_notice_view');
}
}
\ No newline at end of file
{layout name="global/frame_tpl" /}
2222
\ No newline at end of file
......@@ -245,7 +245,7 @@ Route::group('index', [
'getNoticeInfo' => [ 'index/notice/getNoticeInfo', [ 'method' => 'GET' ] ], //公告详情
'delNotice' => [ 'index/notice/delNotice', [ 'method' => 'POST' ] ], //删除公告
'addNotice' => [ 'index/notice/addNotice', [ 'method' => 'POST' ] ], //新增公告
'addNoticeView' => [ 'index/notice/addNoticeView', [ 'method' => 'GET' ] ], //新增公告
'getWxInfo' => [ 'index/WxAuthorization/getWxInfo', [ 'method' => 'POST|GET' ] ], //wx
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment