level 1
Route::rule('/', 'Index/index');
Route::rule('computing', 'Index/computing');
Route::rule('prolist', 'Index/prolist');
Route::rule('solution', 'Index/solution');
Route::rule('sample', 'Index/sample');
Route::rule('information', 'Index/information');
Route::rule('moreinfo', 'Index/moreinfo');
Route::rule('invite', 'Index/invite');
Route::rule('contactus', 'Index/contactus');
2021年05月12日 10点05分