Commit 7caef2e9 authored by hujun's avatar hujun

公告

parent 0254dfb6
<?php
/**
* Created by PhpStorm.
* User: fuju
* Date: 2018/6/12
* Time: 17:21
*/
namespace app\index\controller;
use app\index\extend\Basic;
class Notice extends Basic
{
public function index() {
return view('index');
}
}
\ No newline at end of file
{layout name="global/frame_tpl" /}
公告
\ No newline at end of file
......@@ -237,6 +237,7 @@ Route::group('index', [
'getTaxesById' => ['index/Finance/getTaxesById', [ 'method' => 'POST|GET' ] ], //财务结单
'financeUpdateLog' => ['index/Finance/financeUpdateLog', [ 'method' => 'POST|GET' ] ], //财务结单
'noticeIndex' => ['index/notice/index', [ 'method' => 'GET' ] ], //财务结单
......
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