搜尋
  • 登入
  • 報名
密碼重置成功

關注您感興趣的項目並了解有關它們的最新消息

企业站后台管理index页面

原創 2019-05-16 14:13:56 533
摘要:<?phpnamespace app\admin\controller;use think\Controller;use think\facade\Session;use app\admin\controller\Coomn;class Index extends Coomn{//渲染index页面    public function index()  &nb

<?php

namespace app\admin\controller;

use think\Controller;

use think\facade\Session;

use app\admin\controller\Coomn;


class Index extends Coomn

{

//渲染index页面

    public function index()

    {


    return $this->fetch();

   

    }

//渲染主页面

    public function welcome()

    {

        return $this->fetch();

    }

}


批改老師:查无此人批改時間:2019-05-17 09:38:39
老師總結:完成的不错。首页的html代码,怎么没上传?继续加油吧。

發佈手記

熱門詞條