<?php use think\facade\Route; Route::get('admin', 'admin/Index/index'); Route::get('updata', 'admin/Index/updata');